← 返回
开发者工具 中文

Skilled OpenClaw Advisor

Query the local OpenClaw docs index for accurate answers about configuration, features, CLI commands, channels, providers, plugins, cron, sessions, agents, p...
查询本地 OpenClaw 文档索引,获取关于配置、功能、CLI 命令、渠道、提供商、插件、计划任务、会话、代理等方面的准确答案。
seanford
开发者工具 clawhub v1.4.2 3 版本 99875.3 Key: 无需
★ 0
Stars
📥 801
下载
💾 7
安装
3
版本
#latest

概述

OpenClaw Docs Intelligence

Local FTS5 index of all OpenClaw documentation. No external API calls. Sub-10ms queries.

What This Skill Does

This skill bundles three Python scripts and queries a local SQLite FTS5 index

built from the OpenClaw docs installed on this machine

(~/.npm-global/lib/node_modules/openclaw/docs or equivalent). It reads only

the local docs directory and writes only to ~/.openclaw/skills-data/skilled-openclaw-advisor/.

The query and build scripts make no network requests. The update script optionally sends a local notification via the openclaw message CLI when doc changes are detected (no direct network calls). The scripts do not access credentials or config secrets,

and does not read openclaw.json at runtime (config keys listed below are optional

overrides that the user may set — they are not required).

First-Time Setup

Build the index after installing the skill:

python3 $SKILL_DIR/scripts/build_index.py

This scans the local OpenClaw docs and creates a SQLite index at

~/.openclaw/skills-data/skilled-openclaw-advisor/index.db.

Query

# Compact output for agent use
python3 $SKILL_DIR/scripts/query_index.py --query "YOUR QUESTION" --mode agent

# Human-readable
python3 $SKILL_DIR/scripts/query_index.py --query "YOUR QUESTION"

# Full detail with online link
python3 $SKILL_DIR/scripts/query_index.py --query "YOUR QUESTION" --verbosity detailed

# Chinese results
python3 $SKILL_DIR/scripts/query_index.py --query "YOUR QUESTION" --lang zh-CN

# Index status
python3 $SKILL_DIR/scripts/query_index.py --status

Index Updates

# Incremental update (checks for doc changes)
python3 $SKILL_DIR/scripts/update_index.py

# Force full re-index
python3 $SKILL_DIR/scripts/build_index.py --force

When to Use

  • OpenClaw configuration questions
  • CLI commands and options
  • Channel, provider, cron, session, agent setup
  • Troubleshooting OpenClaw errors

When Not to Use

  • General coding questions unrelated to OpenClaw
  • Questions about third-party services
  • If index is not built yet (run build_index.py first)

Response Modes

ModeUse CaseDescription
-----------------------------
agentDefault agent queriesUltra-compact, minimal tokens
human + standardHuman questionsClear explanation + key points
human + detailedDeep divesFull excerpt + examples

Optional Config

Settings in skills.entries.openclaw-docs.config in openclaw.json (all optional):

KeyDefaultDescription
---------------------------
defaultLang"en"Language: en or zh-CN
defaultVerbosity"standard"Output: concise, standard, detailed
maxResults5Max results returned
fallbackToEnglishtrueFall back to English if no results in requested language
includeOnlineUrltrueInclude https://docs.openclaw.ai/... links in detailed output

版本历史

共 3 个版本

  • v1.1.0
    2026-03-30 12:36 安全
  • v1.4.2 当前
    2026-03-18 17:01 安全
  • v1.0.1
    2026-03-11 11:57

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

suspicious
查看报告

🔗 相关推荐

developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 671 📥 324,345

Ada Agent Autonomy Kit

seanford
停止等待提示词,继续工作
★ 0 📥 297
developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 921 📥 185,821