Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
MANDATORY 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.
MANDATORY 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.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
MANDATORY before changing openclaw.json - Embedded patterns prevent silent config breakage. Two modes: Embedded references (instant) - Common config patterns with anti-patterns Doc search (fallback) - Full OpenClaw documentation index
Before using this skill: cat ~/.openclaw/skills/search-openclaw-docs/AGENTS.md Contains: Mandatory workflow for config changes Decision tree (which reference to read) Critical anti-patterns overview When NOT to use this skill
TaskActionAdding/removing agent bindingsRead references/config-bindings.mdEnabling/disabling channelsRead references/config-channel-management.mdSession reset tuningRead references/config-session-reset.mdHeartbeat configurationRead references/config-heartbeat.mdCron job setupRead references/config-cron.mdConfig broke after patchRead references/troubleshooting-config-breaks.mdBest practices overviewRead references/best-practices-config.mdMigration (2026.2.9)Read references/migration-2026-2-9.mdOther config questionsSearch 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: β Correct pattern β Common anti-patterns Why it breaks Examples
ScenarioActionBefore editing openclaw.jsonβ Read relevant reference firstConfig changes not workingβ Read troubleshooting referenceLearning OpenClaw configβ Read best practices referencePersonal memory/contextβ Use memory_search insteadSupabase/database workβ Use supabase-postgres-best-practicesNext.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
FTS5 keyword matching on titles, headers, config keys Handles camelCase terms like requireMention Porter stemming for flexible matching No network calls - fully offline
Index: ~/.openclaw/docs-index/openclaw-docs.sqlite Docs: /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
Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.
Largest current source with strong distribution and engagement signals.