Use when the user asks about OpenClaw — installation, configuration, agents, channels, memory, tools, hooks, skills, deployment, Docker, multi-agent, OAuth, gateway, CLI, browser, exec, sandboxing, sessions, cron, webhooks, heartbeat, sub-agents, or messaging platform integration.
A comprehensive agent skill for OpenClaw — the self-hosted AI agent gateway that connects LLM agents to 38+ messaging platforms.
openclaw.json configuration referenceopenclaw-genie/
├── SKILL.md # Main skill (247 lines)
└── references/
├── configuration.md # openclaw.json, model providers, auth, OAuth
├── channels.md # Per-channel setup, access control, streaming
├── memory.md # Vector search, QMD, hybrid, embeddings
├── tools.md # Exec, browser, skills system, hooks, sub-agents
├── deployment.md # Docker, cloud platforms, sandboxing, security
└── multi-agent.md # Bindings, broadcast, workspaces, sessions
Works with 37+ agents — Claude Code, OpenClaw, Cursor, Copilot, Windsurf, and more:
npx skills add fcsouza/agent-skills --skill openclaw-genie
Install globally (available across all projects):
npx skills add fcsouza/agent-skills --skill openclaw-genie -g
clawhub install openclaw-genie
Copy the openclaw-genie/ folder to your agent's skills directory:
# OpenClaw (workspace skills, highest precedence)
cp -r openclaw-genie/ ~/.openclaw/workspace/skills/openclaw-genie/
# Claude Code
cp -r openclaw-genie/ .claude/skills/openclaw-genie/
Once installed, the skill is automatically available. It triggers when you ask about any OpenClaw topic — installation, configuration, channels, memory, tools, hooks, deployment, or multi-agent setup.
Use /openclaw-genie as a slash command, or let the agent invoke it automatically based on context.
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer