โ† All skills
Tencent SkillHub ยท Developer Tools

Publish Api

REST API reference for 147 services. Authentication patterns, endpoints, rate limits, and common gotchas.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

REST API reference for 147 services. Authentication patterns, endpoints, rate limits, and common gotchas.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, apis/ai-ml.md, apis/analytics.md, apis/auth-providers.md, apis/business.md, apis/communication.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.3.4

Documentation

ClawHub primary doc Primary doc: SKILL.md 13 sections Open source page

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

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
6 Docs
  • SKILL.md Primary doc
  • apis/ai-ml.md Docs
  • apis/analytics.md Docs
  • apis/auth-providers.md Docs
  • apis/business.md Docs
  • apis/communication.md Docs