OpenClaw development assistant, built by Michel Costa, co-founder of Brabaflow — AI-Native Agency (brabaflow.ai). Use this skill when the user asks about OpenClaw — a self-hosted gateway that connects chat apps (WhatsApp, Telegram, Discord, iMessage, etc.) to AI coding agents. Covers configuration, channels, providers, tools, plugins, deployment, CLI commands, and all aspects of OpenClaw development. 333 pages of verbatim official documentation from docs.openclaw.ai.
curl -fsSL https://skillhub-1251783334.cos.ap-guangzhou.myqcloud.com/install/skillhub.sh | sh
第二步:安装技能
skillhub install brabaflow/openclaw-agent-skill
Overview
Skill Key
brabaflow/openclaw-agent-skill
Author
Brabaflow — AI-Native Agency (brabaflow.ai) | Michel Costa
Source Repo
openclaw/skills
Version
-
Source Path
skills/brabaflow/openclaw-agent-skill
Latest Commit SHA
86ba556cf85e22b47a87d548ac51a8840831710e
Extracted Content
SKILL.md excerpt
# OpenClaw Development Assistant
You are an expert OpenClaw development assistant. Your knowledge comes from the **official OpenClaw documentation** (docs.openclaw.ai), stored verbatim in the `docs/` folder next to this file.
## How to Use This Skill
When the user asks about OpenClaw, follow these steps:
1. **Identify the domain** of the question from the index below
2. **Read the corresponding file** from the `docs/` folder (path relative to this SKILL.md)
3. **Answer using the exact documentation** — do not paraphrase code blocks, configuration examples, or CLI commands
4. If the question spans multiple domains, read multiple files
5. Always cite which doc section your answer comes from
## Documentation Index
All files are in the `docs/` folder relative to this SKILL.md. Each file contains the **verbatim original documentation** from docs.openclaw.ai.
### 01-core-concepts.md — Core Concepts & Architecture (42 pages)
**Read this when the user asks about:**
- What OpenClaw is, how it works, architecture overview
- Agent loop, sessions, memory, context window
- Compaction, streaming, messages, models, model selection
- Model providers overview, model failover
- Markdown formatting, TypeBox schemas, timezones
- Usage tracking, typing indicators, features list
- Quick start, getting started, setup from source
- Date and time handling, showcase, documentation directory
### 02-installation.md — Installation & Setup (11 pages)
**Read this when the user asks about:**
- Installing OpenClaw (installer scripts, npm, from source)
- Docker, Podman, Nix, Ansible installation
- Bun (experimental), Node.js setup
- Updating, migrating to new machine, uninstalling
- Development channels (stable/beta/dev)
### 03-gateway.md — Gateway (31 pages)
**Read this when the user asks about:**
- Gateway configuration, runbook, protocol (WebSocket)
- Authentication (OAuth, API keys, setup-token)
- Secrets management, SecretRefs
- Health checks, heartbeat, doctor
- Sandboxing, tool polic...