api2cli
Turn any API into a working command-line interface
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install api2cli?โผ
Run `npx skills add alexknowshtml/api2cli --all -g -y` in your terminal to install this skill globally.
How to turn an API into a CLI?โผ
Point api2cli at API docs, a live base URL, or a peek-api network capture, and it discovers endpoints and generates a complete Commander.js CLI with one subcommand per endpoint.
What does the generated CLI include?โผ
You get a full API client with authentication, pagination, retry with backoff, rate limiting, and caching, plus dual-mode output that is human-readable in the terminal and JSON when piped.
Does api2cli work with Claude Code?โผ
Yes. It is built for Claude Code and also generates a SKILL.md file so any future session can use the new CLI without reading its code.
Can I use api2cli without coding experience?โผ
Yes. You simply describe the API you want to wrap in plain English, and the skill handles discovery, generation, and testing for you.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core