Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
REST API reference for 147 services. Authentication patterns, endpoints, rate limits, and common gotchas.
REST API reference for 147 services. Authentication patterns, endpoints, rate limits, and common gotchas.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
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.
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.
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: Authentication documentation Endpoint reference with curl examples Rate limits and pagination patterns Common mistakes to avoid
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
FilePurposesetup.mdUsage guidelinescredentials.mdMulti-account credential naming ({SERVICE}_{ACCOUNT}_{TYPE})auth.mdAuthentication patternspagination.mdPagination patternsresilience.mdError handling patternswebhooks.mdWebhook patterns
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
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
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.
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
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.
This skill documents external APIs. Example endpoints shown are for the respective service providers (Stripe, OpenAI, etc.).
Install with clawhub install <slug> if user confirms: http โ HTTP request patterns webhook โ Webhook handling json โ JSON processing
If useful: clawhub star api Stay updated: clawhub sync
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.