REST API reference for 147 services. Authentication patterns, endpoints, rate limits, and common gotchas.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install api或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install api⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/api/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: API (Stripe, OpenAI, Notion & 100+ more) slug: api version: 1.3.4 homepage: https://clawic.com/skills/api description: REST API reference for 147 services. Authentication patterns, endpoints, rate limits, and common gotchas. changelog: Documentation-only skill with API reference files. metadata: {"clawdbot":{"emoji":"🔌","requires":{"anyBins":["curl","jq"]},"os":["linux","darwin","win32"]}} ---
REST API reference documentation. 147 services with authentication, endpoints, and gotchas.
On first use, read setup.md for usage guidelines.
User asks about integrating a third-party API. This skill provides:
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
| File | Purpose | |------|---------| | setup.md | Usage guidelines | | credentials.md | Multi-account credential naming ({SERVICE}_{ACCOUNT}_{TYPE}) | | auth.md | Authentication patterns | | pagination.md | Pagination patterns | | resilience.md | Error handling patterns | | webhooks.md | Webhook patterns |
| Category | File | Services | |----------|------|----------| | AI/ML | apis/ai-ml.md | anthropic, openai, cohere, groq, mistral, perplexity, huggingface, replicate, stability, elevenlabs, deepgram, assemblyai, together, anyscale | | Payments | apis/payments.md | stripe, paypal, square, plaid, chargebee, paddle, lemonsqueezy, recurly, wise, coinbase, binance, alpaca, polygon | | Communication | apis/communication.md | twilio, sendgrid, mailgun, postmark, resend, mailchimp, slack, discord, telegram, zoom | | Realtime | apis/realtime.md | sendbird, stream-chat, pusher, ably, onesignal, courier, knock, novu | | CRM | apis/crm.md | salesforce, hubspot, pipedrive, attio, close, apollo, outreach, gong | | Marketing | apis/marketing.md | drift, crisp, front, customer-io, braze, iterable, klaviyo | | Developer | apis/developer.md | github, gitlab, bitbucket, vercel, netlify, railway, render, fly, digitalocean, heroku, cloudflare, circleci, pagerduty, launchdarkly, split, statsig | | Database | apis/database.md | supabase, firebase, planetscale, neon, upstash, mongodb, fauna, xata, convex, appwrite | | Auth | apis/auth-providers.md | clerk, auth0, workos, stytch | | Media | apis/media.md | cloudinary, mux, bunny, imgix, uploadthing, uploadcare, transloadit, vimeo, youtube, spotify, unsplash, pexels, giphy, tenor | | Social | apis/social.md | twitter, linkedin, instagram, tiktok, pinterest, reddit, twitch | | Productivity | apis/productivity.md | notion, airtable, google-sheets, google-drive, google-calendar, dropbox, linear, jira, asana, trello, monday, clickup, figma, calendly, cal, loom, typeform | | Business | apis/business.md | shopify, docusign, hellosign, bitly, dub | | Geo | apis/geo.md | openweather, mapbox, google-maps | | Support | apis/support.md | intercom, zendesk, freshdesk, helpscout | | Analytics | apis/analytics.md | mixpanel, amplitude, posthog, segment, sentry, datadog, algolia |
Each category file contains multiple APIs. Use the index at the top of each file:
```bash # Read index head -20 apis/ai-ml.md # Read specific API section sed -n '119,230p' apis/ai-ml.md ```
Content-Type: application/json.X-RateLimit-Remaining header. Implement backoff on 429.Content-Type: application/json on POST requestsThis skill is documentation only. It provides:
The user manages their own API keys and runs commands themselves.
This skill documents external APIs. Example endpoints shown are for the respective service providers (Stripe, OpenAI, etc.).
Install with clawhub install if user confirms:
http — HTTP request patternswebhook — Webhook handlingjson — JSON processingclawhub star apiclawhub sync安装 Publish Api 后,可以对 AI 说这些话来触发它
Help me get started with Publish Api
Explains what Publish Api does, walks through the setup, and runs a quick demo based on your current project
Use Publish Api to rEST API reference for 147 services
Invokes Publish Api with the right parameters and returns the result directly in the conversation
What can I do with Publish Api in my developer & devops workflow?
Lists the top use cases for Publish Api, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/api/ 目录(个人级,所有项目可用),或 .claude/skills/api/(项目级)。重启 AI 客户端后,用 /api 主动调用,或让 AI 根据上下文自动发现并使用。
Publish Api 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Publish Api 可免费安装使用。请查阅仓库了解许可证信息。
REST API reference for 147 services. Authentication patterns, endpoints, rate limits, and common gotchas.
Publish Api 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using Publish Api
Identifies repetitive steps in your workflow and sets up Publish Api to handle them automatically