浏览并搜索 AgentAPI 目录 - 专为 AI 代理设计的 API 精选数据库。查找用于搜索、人工智能、通信、数据库的 MCP 兼容 API...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install agentapi或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install agentapi⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/agentapi/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: agentapi description: Browse and search the AgentAPI directory - a curated database of APIs designed for AI agents. Find MCP-compatible APIs for search, AI, communication, databases, payments, and more. Includes free directory access and optional x402 pay-per-use APIs. author: gizmolab version: 1.0.7 tags: [api, mcp, agents, directory, search, integrations, x402] homepage: https://agentapihub.com source: https://github.com/gizmolab/agentapi ---
A curated directory of APIs designed for AI agents. Machine-readable. MCP-compatible. Agent-accessible.
Website: https://agentapihub.com Docs: https://api.agentapihub.com/api/docs
The directory and search functionality is completely free:
# Browse all APIs (FREE)
curl https://agentapihub.com/api/v1/apis
# Search by capability (FREE)
curl "https://agentapihub.com/api/v1/apis?q=send+email&mcp=true"
# Filter by category (FREE)
curl "https://agentapihub.com/api/v1/apis?category=ai"
Some APIs are available through x402 — a pay-per-use protocol using USDC on Base chain.
| API | Endpoint | Approx. Price | |-----|----------|---------------| | Gemini Chat | /api/gemini/chat/completions | ~$0.001/req | | Gemini Embeddings | /api/gemini/embeddings | ~$0.0005/req |
402 Payment Required with price detailsx402 payments require explicit setup and should not be automated without safeguards:
0xcCb92A101347406ed140b18C4Ed27276844CD9D7 (gizmolab.eth)For implementation details, see: https://api.agentapihub.com/api/docs
| Category | APIs | Example | |----------|------|---------| | Search | Brave, Serper, Exa, Tavily, Perplexity | Web search with AI summaries | | AI & ML | OpenAI, Claude, Gemini, Groq, Replicate | LLM inference, image gen | | Communication | Resend, Twilio, Slack, Discord, Telegram | Email, SMS, messaging | | Database | Supabase, Pinecone, Qdrant, Neon, Upstash | SQL, vectors, KV store | | Payments | Stripe, Lemon Squeezy, PayPal | Payment processing | | Scraping | Firecrawl, Browserbase, Apify | Web scraping, automation | | Developer | GitHub, Vercel, Linear, Sentry | Code, deploy, issues | | Productivity | Notion, Google Calendar, Todoist | Tasks, scheduling |
All 50+ APIs in the directory are MCP-compatible. Filter with ?mcp=true.
{
"id": "resend",
"name": "Resend",
"description": "Modern email API for developers",
"category": "communication",
"provider": "Resend",
"docs": "https://resend.com/docs",
"auth": "api_key",
"pricing": "freemium",
"pricingDetails": "3,000 free/mo, then $20/mo",
"rateLimit": "10 req/sec",
"mcpCompatible": true,
"x402Enabled": false,
"tags": ["email", "transactional", "notifications"]
}
# Find an API for sending emails
Search AgentAPI for "email" → Returns Resend, SendGrid, Twilio
# Find vector databases for RAG
Search AgentAPI for "vector embeddings" → Returns Pinecone, Qdrant, Weaviate
# Find fast LLM inference
Search AgentAPI for category "ai" + filter by latency → Returns Groq, Gemini Flash
Submit new APIs at https://agentapihub.com (Submit API link in footer).
GizmoLab (@gizmolab_) — gizmolab.io
安装 代理API 后,可以对 AI 说这些话来触发它
Help me get started with AgentAPI
Explains what AgentAPI does, walks through the setup, and runs a quick demo based on your current project
Use AgentAPI to browse and search the AgentAPI directory - a curated database of AP...
Invokes AgentAPI with the right parameters and returns the result directly in the conversation
What can I do with AgentAPI in my data & analytics workflow?
Lists the top use cases for AgentAPI, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/agentapi/ 目录(个人级,所有项目可用),或 .claude/skills/agentapi/(项目级)。重启 AI 客户端后,用 /agentapi 主动调用,或让 AI 根据上下文自动发现并使用。
代理API 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
代理API 可免费安装使用。请查阅仓库了解许可证信息。
浏览并搜索 AgentAPI 目录 - 专为 AI 代理设计的 API 精选数据库。查找用于搜索、人工智能、通信、数据库的 MCP 兼容 API...
代理API 属于「Data & Analytics」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my data & analytics tasks using AgentAPI
Identifies repetitive steps in your workflow and sets up AgentAPI to handle them automatically