A template-driven RapidAPI client that converts API endpoints into stable, callable actions for AI agents.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install rapidapi
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 rapidapi using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The RapidAPI Universal Skill is a streamlined local client designed to bridge the gap between AI agents and the vast ecosystem of RapidAPI. By leveraging the flexibility of Openclaw Skills, this tool allows developers to transform complex API endpoint definitions into stable, named actions that can be easily invoked by scripts or other skills. It provides a standardized interface for handling query, body, header, and path parameters, ensuring high reliability and consistency in automated workflows.
Rather than building a custom backend for every API integration, this skill uses a template-driven approach to map endpoints to schemas. This makes it an ideal choice for developers looking to scale their agent capabilities within the Openclaw Skills framework while maintaining a predictable data structure across different API providers.
To get started with this skill, ensure your environment is configured correctly:
# Set your RapidAPI key in your environment
export RAPIDAPI_KEY="your_api_key_here"
# Place your API templates in the /templates directory
# Templates are plain JSON files defining the host, path, and method
You can then initialize the skill in your project using the factory function:
import { createRapidApiSkill } from "./index.js";
const skill = await createRapidApiSkill({ config });
The skill organizes data using a template-first approach to ensure all API interactions are predictable:
| Component | Description |
|---|---|
| Template JSON | Defines the name, host, path, method, and parameter schemas (query, body, path). |
| Input Params | Validated against the querySchema and bodySchema provided in the template. |
| Response Shape | All calls return a standardized object containing status, data, error, and meta fields. |
| Metadata | Openclaw Skills configuration including required environment variables and primary keys. |
Loading
An expert skill for optimizing local business visibility across traditional map packs and emerging AI search platforms like ChatGPT and Google AI Overviews.

Clawdex is a security auditing tool that verifies the safety of AI agent skills before they are installed to protect your system from malicious code.

A streamlined CLI tool to monitor MiniMax Coding Plan prompt usage and subscription health in real-time.

A sophisticated management skill that allows QQ bots to switch between multiple personalities based on chat context, user ID, or channel type.

A specialized toolkit for AI agents to manage decentralized identities, sign cryptographic challenges, and verify ownership on the Billions Network.

A robust identity management framework for AI agents to create Decentralized Identifiers (DIDs), sign cryptographic challenges, and link to human owners.








































