apiREST API reference for 147 services. Authentication patterns, endpoints, rate limits, and common gotchas.
Install via ClawdBot CLI:
clawdbot install ivangdavila/apiREST 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:
# 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 syncGenerated Mar 1, 2026
A developer building an online store needs to integrate payment processing with Stripe and send order notifications via Twilio. This skill provides authentication details, endpoint references, and curl examples for setting up payments and SMS alerts, ensuring compliance with rate limits and error handling.
A startup creating a chatbot uses OpenAI for natural language processing and integrates with Slack for team collaboration. The skill offers documentation on API endpoints for AI model calls and messaging, helping avoid common mistakes like missing Content-Type headers and handling pagination in responses.
A marketing team automates email campaigns using SendGrid and tracks user analytics with Mixpanel. This skill provides reference files for authentication patterns and endpoint usage, enabling efficient setup of email triggers and data collection while managing rate limits to prevent service disruptions.
A software company develops a collaborative app requiring real-time messaging via Sendbird and file storage with Google Drive. The skill includes documentation on webhook patterns and API endpoints, guiding developers through authentication and resilience strategies for seamless user interactions.
A healthcare provider integrates Notion for documentation and uses Auth0 for secure user authentication. This skill supplies API references for data structuring and auth providers, ensuring compliance with security best practices and error handling in sensitive environments.
Companies offering subscription-based software can use this skill to integrate multiple third-party APIs, such as Stripe for billing and Intercom for customer support. It helps reduce development time by providing ready reference documentation, enabling faster feature deployment and scalability.
Developers building freemium apps leverage APIs like Firebase for backend services and Google Analytics for user tracking. This skill aids in implementing authentication and data handling patterns, allowing for efficient resource management and upselling premium features through integrated services.
Platforms that aggregate services from various providers, such as combining payment gateways and communication tools, benefit from this skill's comprehensive API references. It supports rapid prototyping and maintenance by detailing endpoints and common pitfalls, enhancing platform reliability and user experience.
💬 Integration Tip
Always check the API Categories table first to locate the correct file, and use the index within each file to jump directly to the relevant section for efficient navigation.
Use the mcporter CLI to list, configure, auth, and call MCP servers/tools directly (HTTP or stdio), including ad-hoc servers, config edits, and CLI/type generation.
Connect to 100+ APIs (Google Workspace, Microsoft 365, GitHub, Notion, Slack, Airtable, HubSpot, etc.) with managed OAuth. Use this skill when users want to...
Build, debug, and deploy websites using HTML, CSS, JavaScript, and modern frameworks following production best practices.
YouTube Data API integration with managed OAuth. Search videos, manage playlists, access channel data, and interact with comments. Use this skill when users want to interact with YouTube. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
Scaffold, test, document, and debug REST and GraphQL APIs. Use when the user needs to create API endpoints, write integration tests, generate OpenAPI specs, test with curl, mock APIs, or troubleshoot HTTP issues.
Search for jobs across LinkedIn, Indeed, Glassdoor, ZipRecruiter, Google Jobs, Bayt, Naukri, and BDJobs using the JobSpy MCP server.