š¦ Complete OpenClaw documentation as a skill for AI Coding Agents. 333 pages of verbatim official docs. Works with Claude Code, Cursor, Codex, and OpenCode.
# OpenClaw Skill **The complete OpenClaw documentation as a skill for your coding agent.** Ask your agent anything about OpenClaw ā gateway config, channel setup, CLI commands, deployment ā and get answers with **exact code and configs** straight from the official docs. No hallucinated flags, no invented keys. Created by **Michel Costa**, co-founder of [Brabaflow ā AI-Native Agency](https://www.brabaflow.ai/). ## How it works When you ask your coding agent about OpenClaw, the skill kicks in automatically. Instead of guessing or relying on training data, it looks up the **official documentation** (333 pages from docs.openclaw.ai, copied verbatim) and gives you the real answer. The skill is organized into 20 domain files. A router (`SKILL.md`) maps your question to the right domain, reads the original docs, and returns exact code blocks, configuration snippets, and CLI commands ā unchanged from the source. **No summaries. No paraphrasing. No creative interpretation of config keys.** ## Sponsorship If this skill has saved you time and you're so inclined, I'd appreciate it if you'd consider supporting the project with a star or sharing it with the OpenClaw community. Thanks! ā Michel ## Installation > **Note:** Installation differs by platform. Claude Code and Cursor have built-in plugin systems. Codex and OpenCode require manual setup. ### Claude Code (via Plugin Marketplace) In Claude Code, register the marketplace first: ``` /plugin marketplace add brabaflow/openclaw-skill-marketplace ``` Then install the plugin: ``` /plugin install openclaw-skill@openclaw-skill-marketplace ``` ### Claude Code (manual) ```bash git clone https://github.com/brabaflow/openclaw-skill.git /tmp/openclaw-skill mkdir -p your-project/.cursor/skills cp -r /tmp/openclaw-skill/skills/openclaw your-project/.cursor/skills/ rm -rf /tmp/openclaw-skill ``` ### Cursor (via Plugin Marketplace) In Cursor Agent chat: ``` /plugin-add openclaw-skill ``` ### Codex Tell Codex: ``` Fe
Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.
Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.
Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.
Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.
Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.
Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.