Openclaw Skills provides a free REST API reference for fast, secure integration across AI/ML, payments, and communication services.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install api-free
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install api-free using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Openclaw Skills is a developer-focused REST API reference handbook that helps AI agents and engineers quickly identify authentication patterns, endpoint examples, basic curl commands, and common error handling for core third-party services.
It is designed as a documentation-only integration aid for AI/ML, payments, and communication APIs, with a clear boundary between free coverage and paid advanced capabilities like rate limiting strategy, pagination modes, webhook signature verification, and multi-account credential naming.
apis/ai-ml.md, apis/payments.md, or apis/communication.md.head or sed, then jump to the relevant service section using line numbers.pip install requests markdown sktool skskill
# Example: set secrets safely
export OPENAI_API_KEY="your-key-here"
export STRIPE_API_KEY="your-key-here"
# Example: inspect a documentation file
head -n 40 apis/ai-ml.md
sed -n '1,120p' apis/payments.md
Notes:
Openclaw Skills organizes its content as a documentation index plus service-specific markdown files.
| Field / Artifact | Type | Purpose | Notes |
|---|---|---|---|
slug |
string | Stable skill identifier | api-free |
name |
string | Internal skill name | api-free |
displayName |
string | Human-readable title | REST API reference free edition |
summary |
string | Short skill overview | Covers AI/ML, payments, communication |
tags |
array | Search and classification metadata | Includes API, bearer, content-type |
tools |
array | Allowed agent actions | read, exec, write |
apis/ai-ml.md |
markdown file | AI/ML service index | OpenAI, Anthropic, Cohere, Groq, Mistral |
apis/payments.md |
markdown file | Payments service index | Stripe, PayPal, Square, Plaid |
apis/communication.md |
markdown file | Communication service index | Twilio, SendGrid, Slack, Discord, Telegram |
Typical section taxonomy inside service docs:
Content-Type: application/json for write operationsFree edition boundary:
Loading
Openclaw Skills for fast, enterprise-grade API scaffolding across multiple stacks, DDD, microservices, OpenAPI, and deployment automation.

Openclaw Skills for quickly integrating third-party APIs with RESTful requests, API Key authentication, and basic error handling.

Openclaw Skills for API Toolkit Professional Edition turns AI agents into enterprise-grade API testing and debugging operators with mock servers, contract checks, and load testing.

Openclaw Skills turns multi-page React UI/UX delivery into a repeatable workflow with design-system persistence, automated screenshots, image optimization, and ZIP export.

A Git-native multi-agent pipeline that builds, reviews, fixes, verifies, and optionally arbitrates code changes before delivery.

Session Management gives Claude Code a durable, structured memory system for resuming work, checkpointing progress, closing sessions, and reviewing daily project health.








































