anyapi
Hundreds of live data APIs through one gateway: social media, search and SEO, maps and local business data, company and contact enrichment,
Open source Open in the app JSON README (API)
About
Hundreds of live data APIs through one gateway: social media, search and SEO, maps and local business data, company and contact enrichment, e-commerce, and structured JSON from any public web page. One key, USD pay-per-request, normalized schemas, automatic failover.
Details
- Kind
- Plugins
- Topic
- Marketing & analytics
- Publisher
- getanyapi-com
- Origin
- gemini
- Category
- ferramentas
- Version
- 0.3.0
- Stars
- 1
- Last push
- 2026-09-06T02:11:33Z
- Repository state
- ativo
- Language
- Python
- License
- Apache-2.0
- Added
- 2026-09-03 02:00:26
- Updated
- 2026-09-05 16:00:24
- Origin id
getanyapi-com/skills
README
# AnyAPI agent skills Official [Agent Skills](https://agentskills.io) for [AnyAPI](https://getanyapi.com) - 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](https://getanyapi.com/docs/mcp-server) gives it live, authenticated tools. They work together, and the skill degrades gracefully to plain REST when MCP isn't connected. ## Install Fastest path with the official AnyAPI CLI: ```bash npx -y anyapi-cli@latest init ``` `anyapi init` installs these agent skills, offers MCP registration, and runs signup if no key is available. CLI repo: [getanyapi-com/cli](https://github.com/getanyapi-com/cli). Any agent that supports Agent Skills (Claude Code, Codex, Cursor, Copilot, and others): ```bash npx skills add getanyapi-com/skills ``` Claude Code, as a plugin (skill + MCP server in one step): ```bash claude plugin marketplace add getanyapi-com/skills claude plugin install anyapi@anyapi ``` Manual: copy `skills/anyapi/` into your agent's skills directory (`.agents/skills/`, `~/.agents/skills/`, or `.claude/skills/`). ## Setup For local agent use, run: ```bash npx -y anyapi-cli@latest init ``` For application code, create or claim a dedicated key and expose it only as an environment variable: ```bash export ANYAPI_API_KEY=... ``` ## Skills | Skill | What it does | |---|---| | [`anyapi`](skills/anyapi/SKILL.md) | 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. ## Docs - [getanyapi.com/docs](https://getanyapi.com/docs) - quickstart, MCP server, API reference - [api.getanyapi.com/openapi.json](https://api.getanyapi.com/openapi.json) - machine-readable spec