# Send AgentAPI to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "agentapi",
    "name": "AgentAPI",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/gizmo-dev/agentapi",
    "canonicalUrl": "https://clawhub.ai/gizmo-dev/agentapi",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/agentapi",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=agentapi",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/agentapi"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/agentapi",
    "downloadUrl": "https://openagent3.xyz/downloads/agentapi",
    "agentUrl": "https://openagent3.xyz/skills/agentapi/agent",
    "manifestUrl": "https://openagent3.xyz/skills/agentapi/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/agentapi/agent.md"
  }
}
```
## Documentation

### 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

### Free Features

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"

### x402 Pay-Per-Use APIs

Some APIs are available through x402 — a pay-per-use protocol using USDC on Base chain.

### Available x402 APIs

APIEndpointApprox. PriceGemini Chat/api/gemini/chat/completions~$0.001/reqGemini Embeddings/api/gemini/embeddings~$0.0005/req

### How x402 Works

Call the API endpoint
Receive 402 Payment Required with price details
Send USDC payment on Base chain
Retry request with payment proof
Receive API response

### ⚠️ Important Safety Notice

x402 payments require explicit setup and should not be automated without safeguards:

Wallet required: You must configure a wallet with USDC on Base
User approval recommended: Implement confirmation flows before any payment
Verify recipient: The payment recipient is 0xcCb92A101347406ed140b18C4Ed27276844CD9D7 (gizmolab.eth)
Set spending limits: Configure maximum per-request and daily limits
This skill does not auto-execute payments — it provides documentation only

For implementation details, see: https://api.agentapihub.com/api/docs

### Directory Categories

CategoryAPIsExampleSearchBrave, Serper, Exa, Tavily, PerplexityWeb search with AI summariesAI & MLOpenAI, Claude, Gemini, Groq, ReplicateLLM inference, image genCommunicationResend, Twilio, Slack, Discord, TelegramEmail, SMS, messagingDatabaseSupabase, Pinecone, Qdrant, Neon, UpstashSQL, vectors, KV storePaymentsStripe, Lemon Squeezy, PayPalPayment processingScrapingFirecrawl, Browserbase, ApifyWeb scraping, automationDeveloperGitHub, Vercel, Linear, SentryCode, deploy, issuesProductivityNotion, Google Calendar, TodoistTasks, scheduling

### MCP-Compatible APIs

All 50+ APIs in the directory are MCP-compatible. Filter with ?mcp=true.

### API Response Format

{
  "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"]
}

### Search

Brave Search - Privacy-focused, 2k free/mo
Exa - Neural/semantic search for AI
Tavily - Built specifically for AI agents

### AI & ML

OpenAI - GPT-4, DALL-E, Whisper
Anthropic Claude - Best for reasoning/coding
Groq - Fastest inference (500+ tok/sec)

### Communication

Resend - Simple email API, 3k free/mo
Twilio - SMS/voice, industry standard
Slack/Discord/Telegram - Team messaging

### Database

Supabase - Postgres + auth + storage
Pinecone/Qdrant - Vector DBs for RAG
Upstash - Serverless Redis

### Usage Examples

# 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

### Contributing

Submit new APIs at https://agentapihub.com (Submit API link in footer).

### Built By

GizmoLab (@gizmolab_) — gizmolab.io
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: gizmo-dev
- Version: 1.0.8
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-23T16:43:11.935Z
- Expires at: 2026-04-30T16:43:11.935Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/agentapi)
- [Send to Agent page](https://openagent3.xyz/skills/agentapi/agent)
- [JSON manifest](https://openagent3.xyz/skills/agentapi/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/agentapi/agent.md)
- [Download page](https://openagent3.xyz/downloads/agentapi)