openclaw-knowledge

OpenClaw 文档知识库 - 搜索与同步 / OpenClaw Documentation Knowledge Base - Search & Sync

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "openclaw-knowledge" with this command: npx skills add sushengbuyu/openclaw-knowledge

OpenClaw 文档知识库 / OpenClaw Knowledge Base

本技能提供 OpenClaw 官方文档的搜索与同步功能。 / This skill provides search and sync capabilities for OpenClaw official documentation.

功能概览 / Features

  • 全文搜索 - 快速搜索 366+ 文档 / Full-text search across 366+ documents
  • 增量同步 - 从官网获取最新文档 / Incremental sync from official docs
  • 分类浏览 - 按类别查看文档 / Browse by category
  • JSON 输出 - 支持 AI 调用 / AI-friendly JSON output

命令 / Commands

搜索 / Search

# 基本搜索 / Basic search
node scripts/search.js "memory"

# 分类过滤 / Category filter
node scripts/search.js "docker" --category install

# JSON 输出(供 AI 调用)/ JSON output (for AI)
node scripts/search.js "session" --format json --limit 5

# 列出所有分类 / List all categories
node scripts/search.js --categories

# 查看帮助 / Show help
node scripts/search.js --help

同步 / Sync

# 查看同步统计 / Show sync stats
node scripts/sync.js --stats

# 增量同步(5并发)/ Incremental sync (5 concurrent)
node scripts/sync.js

# 强制全量更新 / Force full refresh
node scripts/sync.js --force

# 自定义并发数 / Custom parallel
node scripts/sync.js --parallel=10 --delay=50

分类 / Categories

分类说明
automation自动化任务(定时任务、钩子)
channels消息渠道(Telegram、Discord 等)
cli命令行工具参考
concepts核心概念(Agent、Session、Memory 等)
gatewayGateway 配置与协议
install安装指南(Docker、Kubernetes 等)
plugins插件开发
providersAI 模型提供商
tools工具参考

使用示例 / Examples

# 搜索 memory 相关文档
node scripts/search.js "memory" --limit 10

# 搜索 AI 提供商
node scripts/search.js "openai" --category providers

# 搜索渠道相关
node scripts/search.js "telegram" --category channels

# 搜索安装指南
node scripts/search.js "docker kubernetes" --category install

# AI 友好的 JSON 输出
node scripts/search.js "session" --format json --limit 3

输出格式 / Output

JSON 模式下的返回格式:

{
  "query": "session",
  "total": 5,
  "returned": 3,
  "results": [
    {
      "path": "concepts/session.md",
      "title": "Session Management",
      "category": "concepts",
      "score": 12.5,
      "summary": "Session transcripts are stored..."
    }
  ]
}

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

Thinkdeep

Structured reasoning protocol for Claude — forces step-by-step analysis, self-critique, and confidence scoring before answering. Reduces wrong answers and ha...

Registry SourceRecently Updated
Research

Keep 健康记录

Use when users are stating or logging their own health data to Keep or Keep App rather than asking for advice, analysis, or general chat, including weight, b...

Registry SourceRecently Updated
Research

Workflow Tools

Work smarter with loop detection, parallel decisions, and file size analysis

Registry SourceRecently Updated
3550Profile unavailable
Research

gamer-news-skill

Fetch and summarize the latest video game news from major gaming outlets (IGN, Kotaku, GameSpot, Polygon, Eurogamer, Rock Paper Shotgun, VG247, Gematsu, Play...

Registry SourceRecently Updated
6870Profile unavailable