# Send Publish Api 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": "api",
    "name": "Publish Api",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/ivangdavila/api",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/api",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/api",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=api",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "apis/ai-ml.md",
      "apis/analytics.md",
      "apis/auth-providers.md",
      "apis/business.md",
      "apis/communication.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "api",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T14:15:59.854Z",
      "expiresAt": "2026-05-14T14:15:59.854Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=api",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=api",
        "contentDisposition": "attachment; filename=\"api-1.3.4.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "api"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/api"
    },
    "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/api",
    "downloadUrl": "https://openagent3.xyz/downloads/api",
    "agentUrl": "https://openagent3.xyz/skills/api/agent",
    "manifestUrl": "https://openagent3.xyz/skills/api/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/api/agent.md"
  }
}
```
## Documentation

### API

REST API reference documentation. 147 services with authentication, endpoints, and gotchas.

### Setup

On first use, read setup.md for usage guidelines.

### When to Use

User asks about integrating a third-party API. This skill provides:

Authentication documentation
Endpoint reference with curl examples
Rate limits and pagination patterns
Common mistakes to avoid

### Architecture

apis/                    # API reference files by category
  ├── ai-ml.md           # OpenAI, Anthropic, Cohere, etc.
  ├── payments.md        # Stripe, PayPal, Square, etc.
  ├── communication.md   # Twilio, SendGrid, Slack, etc.
  └── ...

~/api/                   # User preferences (optional)
  └── preferences.md     # Preferred language for examples

### Quick Reference

FilePurposesetup.mdUsage guidelinescredentials.mdMulti-account credential naming ({SERVICE}_{ACCOUNT}_{TYPE})auth.mdAuthentication patternspagination.mdPagination patternsresilience.mdError handling patternswebhooks.mdWebhook patterns

### API Categories

CategoryFileServicesAI/MLapis/ai-ml.mdanthropic, openai, cohere, groq, mistral, perplexity, huggingface, replicate, stability, elevenlabs, deepgram, assemblyai, together, anyscalePaymentsapis/payments.mdstripe, paypal, square, plaid, chargebee, paddle, lemonsqueezy, recurly, wise, coinbase, binance, alpaca, polygonCommunicationapis/communication.mdtwilio, sendgrid, mailgun, postmark, resend, mailchimp, slack, discord, telegram, zoomRealtimeapis/realtime.mdsendbird, stream-chat, pusher, ably, onesignal, courier, knock, novuCRMapis/crm.mdsalesforce, hubspot, pipedrive, attio, close, apollo, outreach, gongMarketingapis/marketing.mddrift, crisp, front, customer-io, braze, iterable, klaviyoDeveloperapis/developer.mdgithub, gitlab, bitbucket, vercel, netlify, railway, render, fly, digitalocean, heroku, cloudflare, circleci, pagerduty, launchdarkly, split, statsigDatabaseapis/database.mdsupabase, firebase, planetscale, neon, upstash, mongodb, fauna, xata, convex, appwriteAuthapis/auth-providers.mdclerk, auth0, workos, stytchMediaapis/media.mdcloudinary, mux, bunny, imgix, uploadthing, uploadcare, transloadit, vimeo, youtube, spotify, unsplash, pexels, giphy, tenorSocialapis/social.mdtwitter, linkedin, instagram, tiktok, pinterest, reddit, twitchProductivityapis/productivity.mdnotion, airtable, google-sheets, google-drive, google-calendar, dropbox, linear, jira, asana, trello, monday, clickup, figma, calendly, cal, loom, typeformBusinessapis/business.mdshopify, docusign, hellosign, bitly, dubGeoapis/geo.mdopenweather, mapbox, google-mapsSupportapis/support.mdintercom, zendesk, freshdesk, helpscoutAnalyticsapis/analytics.mdmixpanel, amplitude, posthog, segment, sentry, datadog, algolia

### How to Navigate API Files

Each category file contains multiple APIs. Use the index at the top of each file:

Read the index first — Each file starts with an index table showing API names and line numbers
Jump to specific API — Use the line number to read only that section (50-100 lines each)
Example:
# Read index
head -20 apis/ai-ml.md
# Read specific API section
sed -n '119,230p' apis/ai-ml.md

### Core Rules

Find the right file first — Use the API Categories table to locate the service.


Read the index, then jump — Each file has an index. Read only the section you need.


Include Content-Type — POST/PUT/PATCH requests need Content-Type: application/json.


Handle rate limits — Check X-RateLimit-Remaining header. Implement backoff on 429.


Validate responses — Some APIs return 200 with error in body. Check response structure.


Use idempotency keys — For payments and critical operations.

### Common Mistakes

Missing Content-Type: application/json on POST requests
API keys in URL query params (use headers instead)
Ignoring pagination (most APIs default to 10-25 items)
No retry logic for 429/5xx errors
Assuming HTTP 200 means success

### Scope

This skill is documentation only. It provides:

API endpoint reference
Authentication patterns
Code examples for reference

The user manages their own API keys and runs commands themselves.

### External Endpoints

This skill documents external APIs. Example endpoints shown are for the respective service providers (Stripe, OpenAI, etc.).

### Related Skills

Install with clawhub install <slug> if user confirms:

http — HTTP request patterns
webhook — Webhook handling
json — JSON processing

### Feedback

If useful: clawhub star api
Stay updated: clawhub sync
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- Version: 1.3.4
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-07T14:15:59.854Z
- Expires at: 2026-05-14T14:15:59.854Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/api)
- [Send to Agent page](https://openagent3.xyz/skills/api/agent)
- [JSON manifest](https://openagent3.xyz/skills/api/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/api/agent.md)
- [Download page](https://openagent3.xyz/downloads/api)