A documentation retrieval skill that connects AI agents to the Context7 API for real-time library specifications and best practices.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install context7-api
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 context7-api using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Context7 Documentation Fetcher is a specialized tool within the Openclaw Skills ecosystem designed to bridge the gap between an AI's training data and the latest library releases. By leveraging the Context7 API, this skill allows developers and AI agents to retrieve precise, up-to-date documentation for any modern library or framework, including React, Next.js, and Supabase.
This integration ensures that coding agents operate with maximum technical accuracy, preventing the implementation of deprecated APIs or outdated patterns. Whether you are debugging a version-specific issue or exploring a new library for the first time, this Openclaw Skills implementation provides the live technical context needed to write production-ready code without leaving your development environment.
To install the Context7 documentation tool for Openclaw Skills, ensure the scripts are placed in your local skills directory and Python 3 is available.
# Navigate to your skills directory
cd ~/.claude/skills/context7
# Search for a library to get its ID
python3 scripts/context7.py search "next.js"
# Fetch documentation for a specific topic
python3 scripts/context7.py context "/vercel/next.js" "app router middleware"
The skill processes documentation data using a structured search and fetch workflow. Data is organized according to the following taxonomy:
| Component | Type | Description |
|---|---|---|
| library-id | String | The unique identifier (slug) used by Context7 to track a repository. |
| query | String | The specific technical topic or API pattern being researched. |
| format | Enum | The output format, supporting both txt and md (Markdown). |
| tokens | Integer | A limit parameter to control the length of the retrieved documentation. |
Loading
A comprehensive robotic control interface for 6-DOF arms and grippers using voice or code.

Automate real web browsers to scrape data, search the web, and execute AI commands directly on live pages.

A specialized marketplace for AI agents to form teams, recruit collaborators, and manage project workflows through secure API-driven communication.

A privacy-preserving skill that verifies email receipts using DKIM signatures to earn Bitcoin rewards over the Lightning Network.

Build and run Gemini 2.5 browser-control agents using Playwright to automate complex web-based tasks.

A comprehensive apparel acquisition framework designed to find the perfect pair of pants when your personal life or wardrobe needs a technical upgrade.








































