← All skills
Tencent SkillHub Β· Productivity

OpenClaw Docs Search + Config Patterns

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.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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.

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
AGENTS.md, POST_INSTALL.md, README.md, SKILL.md, lib/indexer.js, lib/metadata.js

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.1.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 12 sections Open source page

OpenClaw Documentation Search + Config Patterns

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

🚨 CRITICAL: Read AGENTS.md First

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

Decision Tree

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)

Embedded References (8 files)

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

When to Use

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

Doc Search (Fallback)

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

Usage Examples

# 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

Output Format

πŸ” 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

How It Works

FTS5 keyword matching on titles, headers, config keys Handles camelCase terms like requireMention Porter stemming for flexible matching No network calls - fully offline

Index Location

Index: ~/.openclaw/docs-index/openclaw-docs.sqlite Docs: /usr/lib/node_modules/openclaw/docs/ Index is built locally from your OpenClaw version.

No results / wrong results

# 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"

Integration

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

Category context

Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
4 Docs2 Scripts
  • SKILL.md Primary doc
  • AGENTS.md Docs
  • POST_INSTALL.md Docs
  • README.md Docs
  • lib/indexer.js Scripts
  • lib/metadata.js Scripts