Skip to main content
Not yet available

The skills install and onboard commands are planned but not included in the current release. This page documents the intended interface.

Skills & onboard

These commands help you wire APImetrics workflows into an AI coding agent.

skills install

Install APImetrics skills into an agent skills directory.

apimetrics skills install [--claude-code] [--codex] [-d dir]
FlagDescription
--claude-codeInstall into .claude/commands/ as slash commands and write .claude/agents.md
--codexInstall into .codex/skills/
-d, --dir stringInstall into a custom directory path
# Install as Claude Code slash commands (+ .claude/agents.md)
apimetrics skills install --claude-code

# Install as Codex skills
apimetrics skills install --codex

# Install into a custom directory
apimetrics skills install --dir ./custom

onboard

Print all embedded APImetrics skill workflows to stdout. Run it and include the output in your agent's context to onboard it on the correct APImetrics CLI workflows.

Note: onboard is a top-level command (apimetrics onboard), not a subcommand of skills.

apimetrics onboard
# Pipe the embedded workflows into your agent's context
apimetrics onboard > apimetrics-skills.md

See also