Generate a working CLI from any API, then wrap it in a Claude Code skill. Point it at API docs, a live URL, or a peek-api capture and get a dual-mode Commander.js CLI (human + agent output) plus a ready-to-use skill folder. Use when user wants to wrap an API in a CLI, generate a CLI from API docs, turn an API into a command-line tool, scaffold a CLI from discovered endpoints, or create a skill for an API.
$npx -y skills add alexknowshtml/api2cli --skill skillInstalls into the current project.
Run `npx skills use "https://github.com/alexknowshtml/api2cli" --skill "alexknowshtml/api2cli/skill"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/alexknowshtml/api2cli" that are relevant to the current task. Run `npx skills add "https://github.com/alexknowshtml/api2cli"` and select the relevant skills, then follow their instructions.