The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Anyapi listing page.
Official Agent Skills for AnyAPI - hundreds of live data APIs through one gateway - social media, search and SEO, maps, enrichment, e-commerce, and clean JSON from any public web page: one key, USD pay-per-request, normalized schemas, automatic fallback.
The skills teach your agent the AnyAPI workflow (discover -> inspect -> run, cost discipline, error handling); the bundled MCP server gives it live, authenticated tools. They work together, and the skill degrades gracefully to plain REST when MCP isn't connected.
Fastest path with the official AnyAPI CLI:
anyapi init installs these agent skills, offers MCP registration, and runs signup if no
key is available. CLI repo: getanyapi-com/cli.
Any agent that supports Agent Skills (Claude Code, Codex, Cursor, Copilot, and others):
Claude Code, as a plugin (skill + MCP server in one step):
Manual: copy skills/anyapi/ into your agent's skills directory
(.agents/skills/, ~/.agents/skills/, or .claude/skills/).
For local agent use, run:
For application code, create or claim a dedicated key and expose it only as an environment variable:
| Skill | What it does |
|---|---|
anyapi | Discover, inspect, and run any API in the catalog; pricing and error semantics |
Application-integration guidance is part of the canonical anyapi skill; there is no separate
anyapi-build skill.