Publish Api
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.
Real data. Real impact.
Emerging
Developers
Per week
Open source
Skills give you superpowers. Install in 30 seconds.
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 |
|---|---|
| Usage guidelines |
| Multi-account credential naming () |
| Authentication patterns |
| Pagination patterns |
| Error handling patterns |
| Webhook patterns |
| Category | File | Services |
|---|---|---|
| AI/ML | | anthropic, openai, cohere, groq, mistral, perplexity, huggingface, replicate, stability, elevenlabs, deepgram, assemblyai, together, anyscale |
| Payments | | stripe, paypal, square, plaid, chargebee, paddle, lemonsqueezy, recurly, wise, coinbase, binance, alpaca, polygon |
| Communication | | twilio, sendgrid, mailgun, postmark, resend, mailchimp, slack, discord, telegram, zoom |
| Realtime | | sendbird, stream-chat, pusher, ably, onesignal, courier, knock, novu |
| CRM | | salesforce, hubspot, pipedrive, attio, close, apollo, outreach, gong |
| Marketing | | drift, crisp, front, customer-io, braze, iterable, klaviyo |
| Developer | | github, gitlab, bitbucket, vercel, netlify, railway, render, fly, digitalocean, heroku, cloudflare, circleci, pagerduty, launchdarkly, split, statsig |
| Database | | supabase, firebase, planetscale, neon, upstash, mongodb, fauna, xata, convex, appwrite |
| Auth | | clerk, auth0, workos, stytch |
| Media | | cloudinary, mux, bunny, imgix, uploadthing, uploadcare, transloadit, vimeo, youtube, spotify, unsplash, pexels, giphy, tenor |
| Social | | twitter, linkedin, instagram, tiktok, pinterest, reddit, twitch |
| Productivity | | notion, airtable, google-sheets, google-drive, google-calendar, dropbox, linear, jira, asana, trello, monday, clickup, figma, calendly, cal, loom, typeform |
| Business | | shopify, docusign, hellosign, bitly, dub |
| Geo | | openweather, mapbox, google-maps |
| Support | | intercom, zendesk, freshdesk, helpscout |
| Analytics | | mixpanel, amplitude, posthog, segment, sentry, datadog, algolia |
Each category file contains multiple APIs. Use the index at the top of each file:
# 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.
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 <slug> if user confirms:
http — HTTP request patternswebhook — Webhook handlingjson — JSON processingclawhub star apiclawhub syncNo automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions1,500+ AI skills, agents & workflows. Install in 30 seconds. Part of the Torly.ai family.
© 2026 Torly.ai. All rights reserved.