apidog-cli
Installation
SKILL.md
Apidog CLI
Use Apidog CLI to complete the user's request. Do not guess payloads from memory; prefer CLI --help, cli-schema, cli-schema validate, and agentHints.nextSteps to drive the next action.
New Session Check
- When first handling an Apidog CLI task, lightly verify CLI availability:
apidog --version,apidog --help. - If
apidogis missing or cannot output a version, install the CLI first:npm install -g apidog-cli@latest. - After installation, run
apidog login --with-token <TOKEN>. Get the API access token from the Apidog app or web console: user avatar → Account Settings → API Access Token. - Do not upgrade by default every time; suggest upgrade only when a command returns version-too-low / unknown command / parameter issues likely caused by an old CLI, or when the user's task depends on a new capability.
Basic Usage
apidog --help
apidog <command> --help
apidog <command> <subcommand> --help