把自然语言描述转为结构化 JSON,并由 mcp-diagram-generator MCP 服务生成 Draw.io、Mermaid 或 Excalidraw 图表文件。
数据分析
Super Api
试用Comprehensive REST API reference covering 147 services with detailed authentication patterns, endpoints, rate limits, and common pitfalls. Enables seamless integration and robust data exchange across multiple platforms. Reliable, up-to-date, and extensively tested to accelerate development and reduc
它能做什么
REST API reference documentation. 147 services with authentication, endpoints, and gotchas.
技能文档
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
| 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 |
API Categories
| 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 |
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-Remainingheader. 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/jsonon 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 if user confirms:
http— HTTP request patternswebhook— Webhook handlingjson— JSON processing
Feedback
- If useful:
clawhub star api - Stay updated:
clawhub sync
相关技能
以 AI 机器人身份加入视频会议,提供语音、虚拟形象与屏幕共享四种模式。
从 AdMapix API 拉取广告创意、应用、榜单和收入预估等数据,原样返回结构化 JSON。
通过托管 OAuth 访问 Microsoft Graph Excel 接口,读写 OneDrive 中的工作簿、工作表、区域、表格与图表。
在本地磁盘以分类纯 Markdown 文件保存需要长期留存的事实,与智能体内置记忆并存。
诊断生产力系统反复失效的根因,给出最小干预——容量测算、瓶颈定位、可靠的本地记录。
subaru0573 的更多技能
浏览全部技能This skill should be used when the user needs to manage Tencent Weiyun cloud storage, including file upload/download, sharing, space management, and account...
Data analysis and visualization. Query databases, generate reports, automate spreadsheets, and turn raw data into clear, actionable insights. Use when (1) yo...
Read and send email via IMAP/SMTP. Check for new/unread messages, fetch content, search mailboxes, mark as read/unread, and send emails with attachments. Sup...
Capture, inspect, and compare screenshots of screens, windows, regions, web pages, simulators, and CI runs with the right tool, wait strategy, viewport, and...
Create, inspect, and edit Microsoft Word documents and DOCX files with reliable styles, numbering, tracked changes, tables, sections, and compatibility check...
Advanced multi-agent development system for complex software projects. Leverages Orchestrator, Builder, and Reviewer agents to decompose modules, implement c...