API (Stripe, OpenAI, Notion & 100+ more) for Openclaw

A comprehensive REST API reference covering 147 services with detailed authentication patterns, endpoints, rate limits, and common pitfalls.

subaru0573
v1.0.0
Jun 30, 2026
0
281
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install super-api

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install super-api using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is API (Stripe, OpenAI, Notion & 100+ more)?

This skill acts as a comprehensive, offline-first documentation engine for 147 popular third-party services. Designed specifically for AI coding agents and developers working via command-line environments, it provides structured, high-density reference materials including direct curl examples, pagination schemas, and resilience strategies without requiring active web searches.

By keeping detailed API data structural and indexed directly within the local workspace, it dramatically accelerates integration workflows. Developers can quickly query authentication patterns and parameters for platforms like Stripe, OpenAI, Notion, and HubSpot while avoiding common integration pitfalls.

API (Stripe, OpenAI, Notion & 100+ more) Use Cases

  • Integrating Third-Party APIs: Instantly access exact endpoints, authentication formats, and payload structures for 147 external platforms.
  • Designing Robust Error Handling: Reference explicit guidelines on managing rate limits (X-RateLimit-Remaining) and implementing backoff strategies.
  • Standardizing Multi-Account Credentials: Utilize the standardized {SERVICE}_{ACCOUNT}_{TYPE} convention to cleanly manage diverse environments.
  • Verifying Webhook and Pagination Patterns: Quick inspection of cursor-based or offset-based pagination and payload structures across categories.

How API (Stripe, OpenAI, Notion & 100+ more) Works

  1. Locate Category: The system maps the target service to a specific category file (e.g., Stripe to apis/payments.md or OpenAI to apis/ai-ml.md).
  2. Read Index: Read the header index table within the markdown file to locate the exact line boundaries for the required service.
  3. Extract Section: Use efficient CLI operations like sed to isolate and read only the precise 50-100 lines containing that specific API's reference details.
  4. Apply Patterns: Implement the extracted authentication headers, error handlers, and payload formatting directly into your code logic.

API (Stripe, OpenAI, Notion & 100+ more) Setup

This skill requires curl and jq to be available in your system environment.

# Install the skill via clawhub
clawhub install api

# Synchronize and check for the latest updates
clawhub sync

# Read the core setup guidelines on first use
head -n 50 apis/setup.md

API (Stripe, OpenAI, Notion & 100+ more) Data Schema & Taxonomy

The skill manages information structurally inside the apis/ directory, broken down into standardized category files:

Directory/File Purpose
apis/ai-ml.md References for OpenAI, Anthropic, Cohere, Groq, Mistral, Perplexity, etc.
apis/payments.md References for Stripe, PayPal, Square, Plaid, Chargebee, Lemonsqueezy, etc.
apis/communication.md References for Twilio, SendGrid, Mailgun, Postmark, Resend, Slack, Discord, etc.
apis/developer.md References for GitHub, GitLab, Vercel, Netlify, DigitalOcean, Cloudflare, etc.
apis/database.md References for Supabase, Firebase, Planetscale, Neon, Upstash, MongoDB, etc.
auth.md Universal authentication patterns and structural headers.
pagination.md Pagination patterns and chunking strategies.
resilience.md Error handling protocols, HTTP status validations, and retry mechanisms.

API (Stripe, OpenAI, Notion & 100+ more) Advanced Features

  • Targeted File Navigation: High-speed indexing allows AI agents to slice exact line ranges (using sed) instead of consuming entire files, minimizing context window usage.
  • Idempotency Key Architecture: Detailed patterns for implementing secure transactional pipelines in sensitive environments like payment processors.
  • Multi-Account Structuring: Standardized environment variable naming conventions to prevent cross-account credential leakage.
  • Cross-Skill Synergy: Seamlessly hooks into accompanying Openclaw Skills such as http for raw request patterns, webhook for handling event loops, and json for parsing complex payloads.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*