{
  "markdown": "# AnyAPI agent skills\n\nOfficial [Agent Skills](https://agentskills.io) for [AnyAPI](https://getanyapi.com) -\nhundreds of live data APIs through one gateway - social media, search and SEO, maps,\nenrichment, e-commerce, and clean JSON from any public web page: **one key, USD\npay-per-request, normalized schemas, automatic fallback.**\n\nThe skills teach your agent the AnyAPI workflow (discover -> inspect -> run, cost\ndiscipline, error handling); the bundled [MCP server](https://getanyapi.com/docs/mcp-server)\ngives it live, authenticated tools. They work together, and the skill degrades\ngracefully to plain REST when MCP isn't connected.\n\n## Install\n\nFastest path with the official AnyAPI CLI:\n\n```bash\nnpx -y anyapi-cli@latest init\n```\n\n`anyapi init` installs these agent skills, offers MCP registration, and runs signup if no\nkey is available. CLI repo: [getanyapi-com/cli](https://github.com/getanyapi-com/cli).\n\nAny agent that supports Agent Skills (Claude Code, Codex, Cursor, Copilot, and others):\n\n```bash\nnpx skills add getanyapi-com/skills\n```\n\nClaude Code, as a plugin (skill + MCP server in one step):\n\n```bash\nclaude plugin marketplace add getanyapi-com/skills\nclaude plugin install anyapi@anyapi\n```\n\nManual: copy `skills/anyapi/` into your agent's skills directory\n(`.agents/skills/`, `~/.agents/skills/`, or `.claude/skills/`).\n\n## Setup\n\nFor local agent use, run:\n\n```bash\nnpx -y anyapi-cli@latest init\n```\n\nFor application code, create or claim a dedicated key and expose it only as an environment\nvariable:\n\n```bash\nexport ANYAPI_API_KEY=...\n```\n\n## Skills\n\n| Skill | What it does |\n|---|---|\n| [`anyapi`](skills/anyapi/SKILL.md) | Discover, inspect, and run any API in the catalog; pricing and error semantics |\n\nApplication-integration guidance is part of the canonical `anyapi` skill; there is no separate\n`anyapi-build` skill.\n\n## Docs\n\n- [getanyapi.com/docs](https://getanyapi.com/docs) - quickstart, MCP server, API reference\n- [api.getanyapi.com/openapi.json](https://api.getanyapi.com/openapi.json) - machine-readable spec\n",
  "bytes": 2050,
  "sha": "6aa5e963a2913075e77d14b1ff791f3d3a533bbb0f7f17ec128c4c3e3e2ac824",
  "repo_slug": "getanyapi-com/skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_getanyapi_com_skills_d8a8f8c1/readme"
}