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.
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)
git clone https://github.com/brabaflow/openclaw-skill.git /tmp/openclaw-skill
mkdir -p your-project/.claude/skills
cp -r /tmp/openclaw-skill/skills/openclaw your-project/.claude/skills/
rm -rf /tmp/openclaw-skill
Cursor (via Plugin Marketplace)
In Cursor Agent chat:
/plugin-add openclaw-skill
Codex
Tell Codex:
Fetch and follow instructions from https://raw.githubusercontent.com/brabaflow/openclaw-skill/refs/heads/main/.codex/INSTALL.md
Detailed docs: docs/README.codex.md
OpenCode
Tell OpenCode:
Fetch and follow instructions from https://raw.githubusercontent.com/brabaflow/openclaw-skill/refs/heads/main/.opencode/INSTALL.md
Detailed docs: docs/README.opencode.md
Verify Installation
Start a new session and ask something about OpenClaw (e.g., "How do I set up WhatsApp with OpenClaw?" or "Show me the Gateway config for Anthropic"). The agent should consult the skill docs and respond with exact configuration examples.
What's Inside
Documentation Library
All files are in skills/openclaw/docs/. Each contains verbatim documentation from docs.openclaw.ai.
Core
| File | Pages | Covers |
|---|
01-core-concepts.md | 42 | Architecture, agent loop, sessions, memory, compaction, streaming, models |
02-installation.md | 11 | Docker, Podman, Nix, Ansible, Bun, Node.js, updating, migrating |
03-gateway.md | 31 | WebSocket protocol, auth, secrets, health, sandboxing, APIs, discovery |
Channels & Providers
| File | Pages | Covers |
|---|
04-channels.md | 29 | WhatsApp, Telegram, Discord, Slack, Signal, iMessage, Matrix, IRC, and 12 more |
05-providers.md | 29 | Anthropic, OpenAI, Bedrock, Ollama, OpenRouter, Mistral, MiniMax, and 20 more |
Tools & Automation
| File | Pages | Covers |
|---|
06-tools.md | 31 | Browser control, exec, skills, PDF, web tools, sub-agents, Lobster, TTS |
07-automation.md | 8 | Cron jobs, heartbeat, hooks, webhooks, Gmail Pub/Sub, polls |
08-plugins.md | 6 | Plugin system, manifest, SDK, Voice Call, OpenProse |
Platforms & Deployment
| File | Pages | Covers |
|---|
09-nodes.md | 8 | Audio, camera, talk mode, voice wake, location, media understanding |
10-platforms-macos.md | 20 | macOS app, menu bar, canvas, permissions, IPC, Peekaboo |
11-platforms-mobile.md | 2 | iOS, Android |
12-platforms-desktop.md | 2 | Linux, Windows/WSL2 |
13-deploy.md | 12 | Hetzner, GCP, Fly.io, Railway, Render, DigitalOcean, Oracle Cloud, Raspberry Pi |
Reference
| File | Pages | Covers |
|---|
14-cli.md | 47 | Every openclaw CLI command |
15-web-uis.md | 4 | WebChat, Dashboard, TUI |
16-security.md | 2 | Threat model (MITRE ATLAS) |
17-templates.md | 8 | AGENTS.md, IDENTITY.md, SOUL.md, USER.md, TOOLS.md, HEARTBEAT.md |
18-reference.md | 15 | Wizard, token use, prompt caching, session management, RPC adapters |
19-troubleshooting.md | 8 | FAQ, debugging, diagnostics, environment variables |
20-experiments.md | 10 | Design docs, proposals, research notes |
Total: 333 pages | 20 files | 2.3 MB
The Workflow