search-openclaw-docsMANDATORY before any openclaw.json changes. Prevents config breakage via embedded anti-patterns and correct patterns. Use when configuring OpenClaw (bindings, channels, sessions, cron, heartbeat) or troubleshooting config issues.
Install via ClawdBot CLI:
clawdbot install karmanverma/search-openclaw-docsMANDATORY before changing openclaw.json - Embedded patterns prevent silent config breakage.
Two modes:
Before using this skill:
cat ~/.openclaw/skills/search-openclaw-docs/AGENTS.md
Contains:
| Task | Action |
|------|--------|
| Adding/removing agent bindings | Read references/config-bindings.md |
| Enabling/disabling channels | Read references/config-channel-management.md |
| Session reset tuning | Read references/config-session-reset.md |
| Heartbeat configuration | Read references/config-heartbeat.md |
| Cron job setup | Read references/config-cron.md |
| Config broke after patch | Read references/troubleshooting-config-breaks.md |
| Best practices overview | Read references/best-practices-config.md |
| Migration (2026.2.9) | Read references/migration-2026-2-9.md |
| Other config questions | Search docs (see below) |
Config Patterns:
config-bindings.md - Agent routing (CRITICAL)config-channel-management.md - Enable/disable channels (CRITICAL)config-session-reset.md - Session lifetime policies (HIGH)config-heartbeat.md - Proactive monitoring (MEDIUM)config-cron.md - Scheduled tasks (MEDIUM)Support:
troubleshooting-config-breaks.md - Fix broken configs (CRITICAL)best-practices-config.md - Safe patterns (HIGH)migration-2026-2-9.md - Version updates (MEDIUM)Each reference contains:
| Scenario | Action |
|----------|--------|
| Before editing openclaw.json | β
Read relevant reference first |
| Config changes not working | β Read troubleshooting reference |
| Learning OpenClaw config | β Read best practices reference |
| Personal memory/context | β Use memory_search instead |
| Supabase/database work | β Use supabase-postgres-best-practices |
| Next.js code patterns | β Use next-best-practices |
For topics not in references, search full docs:
# Search
node ~/.openclaw/skills/search-openclaw-docs/scripts/docs-search.js "discord requireMention"
# Check index health
node ~/.openclaw/skills/search-openclaw-docs/scripts/docs-status.js
# Rebuild (after OpenClaw update)
node ~/.openclaw/skills/search-openclaw-docs/scripts/docs-index.js rebuild
# Config question
node scripts/docs-search.js "discord requireMention"
# Troubleshooting
node scripts/docs-search.js "webhook not working"
# More results
node scripts/docs-search.js "providers" --top=5
# JSON output
node scripts/docs-search.js "heartbeat" --json
π Query: discord only respond when mentioned
π― Best match:
channels/discord.md
"Discord (Bot API)"
Keywords: discord, requiremention
Score: 0.70
π Also relevant:
concepts/groups.md (0.66)
π‘ Read with:
cat /usr/lib/node_modules/openclaw/docs/channels/discord.md
requireMention~/.openclaw/docs-index/openclaw-docs.sqlite/usr/lib/node_modules/openclaw/docs/Index is built locally from your OpenClaw version.
# 1. Check index exists
node scripts/docs-status.js
# 2. Rebuild if stale
node scripts/docs-index.js rebuild
# 3. Try exact config terms (camelCase matters)
node scripts/docs-search.js "requireMention"
# 4. Try broader terms
node scripts/docs-search.js "discord"
const { search } = require('./lib/search');
const INDEX = process.env.HOME + '/.openclaw/docs-index/openclaw-docs.sqlite';
const results = await search(INDEX, "discord webhook");
// results[0].path β full path to read
AI Usage Analysis
Analysis is being generated⦠refresh in a few seconds.
Transform AI agents from task-followers into proactive partners that anticipate needs and continuously improve. Now with WAL Protocol, Working Buffer, Autonomous Crons, and battle-tested patterns. Part of the Hal Stack π¦
Use the ClawdHub CLI to search, install, update, and publish agent skills from clawdhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawdhub CLI.
Clawdbot documentation expert with decision tree navigation, search scripts, doc fetching, version tracking, and config snippets for all Clawdbot features
Interact with Moltbook social network for AI agents. Post, reply, browse, and analyze engagement. Use when the user wants to engage with Moltbook, check their feed, reply to posts, or track their activity on the agent social network.
OpenClaw CLI wrapper β gateway, channels, models, agents, nodes, browser, memory, security, automation.
MoltGuard β runtime security plugin for OpenClaw agents by OpenGuardrails. Helps users install, register, activate, and check the status of MoltGuard. Use wh...