openclaw-customizer
Expert guide for configuring, customizing, and creatively leveraging OpenClaw — the self-hosted AI gateway that connects LLMs to messaging channels (Telegram, WhatsApp, Discord, Slack, iMessage, etc.). Use when the user wants to: (1) Set up or modify their openclaw.json configuration, (2) Write or edit bootstrap files (SOUL.md, USER.md, AGENTS.md, IDENTITY.md, TOOLS.md), (3) Configure messaging channels, (4) Set up models and providers, (5) Create multi-agent routing, (6) Build skills, hooks, or cron jobs, (7) Troubleshoot OpenClaw issues, (8) Get creative ideas for leveraging OpenClaw in non-obvious ways. Triggers on: openclaw, gateway, SOUL.md, USER.md, AGENTS.md, IDENTITY.md, channels setup, agent routing, heartbeat, cron jobs, openclaw hooks, openclaw skills, openclaw config, openclaw.json, personal assistant setup.
NPX Install
npx skill4agent add petekp/agent-skills openclaw-customizerSKILL.md Content
OpenClaw Customizer
Approach
Reference Files
| Topic | File | When to load |
|---|---|---|
| Config schema & settings | references/configuration.md | Editing openclaw.json, any config question |
| Bootstrap files | references/bootstrap-files.md | SOUL.md, USER.md, AGENTS.md, IDENTITY.md, TOOLS.md |
| Channel setup | references/channels.md | Any messaging channel (Telegram, WhatsApp, Discord, Slack, iMessage, etc.) |
| Models & providers | references/models-providers.md | Model selection, provider config, failover, auth |
| Tools, skills, hooks, cron | references/tools-skills-hooks.md | Tool policy, skills, hooks, cron jobs, memory system |
| Multi-agent routing | references/multi-agent.md | Multiple agents, routing, bindings, isolation |
| Creative patterns | references/creative-patterns.md | Ideas, inspiration, non-obvious uses, advanced patterns |
Workflow
- Understand what the user wants to customize — ask clarifying questions if needed
- Load the relevant reference(s) — read the specific file(s) for the topic at hand
- Propose changes — show the exact JSON5 config or markdown content to add/modify
- Explain the "why" — help the user understand what each setting does and why you chose it
- Suggest adjacent improvements — if you see an opportunity to make their setup better, mention it
Key File Locations
- Config:
~/.openclaw/openclaw.json - Workspace: (or
~/.openclaw/workspace/)~/.openclaw/workspace-<agentId>/ - Bootstrap: ,
SOUL.md,USER.md,AGENTS.md,IDENTITY.mdin workspace rootTOOLS.md - Skills: (shared) or
~/.openclaw/skills/(per-agent)<workspace>/skills/ - Hooks: (shared) or
~/.openclaw/hooks/(per-agent)<workspace>/hooks/ - Memory: (daily),
<workspace>/memory/YYYY-MM-DD.md(long-term)<workspace>/MEMORY.md - Sessions:
~/.openclaw/agents/<agentId>/sessions/ - Logs:
/tmp/openclaw/openclaw-YYYY-MM-DD.log - Cron:
~/.openclaw/cron/jobs.json
Live Documentation
- Docs index:
https://docs.openclaw.ai/llms.txt - Getting started:
https://docs.openclaw.ai/start/getting-started - Configuration:
https://docs.openclaw.ai/gateway/configuration.md - Configuration examples:
https://docs.openclaw.ai/gateway/configuration-examples.md
Guidelines
- Always show concrete JSON5 snippets or markdown content — not just descriptions
- Use JSON5 format (comments and trailing commas are OK in openclaw.json)
- When suggesting SOUL.md or USER.md content, tailor it to what you know about the user
- Suggest when troubleshooting
openclaw doctor - Remind about security — never suggest
allowFromDM policy without a warningopen - For multi-agent setups, emphasize workspace isolation and credential separation
- When suggesting cron jobs, always include timezone awareness