Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计提醒

clawdocs-improved爪形文档改进

Agent Skill

clawdocs-improved 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

23,587

周安装

1,009

GitHub Stars

公开资料未说明

下载量

7,616
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:clawdocs-improved(爪形文档改进)
来源仓库:https://github.com/sallvainian/clawdocs-improved
安装命令:
openclaw skills install clawdocs-improved
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install clawdocs-improved

简介

提供 OpenClaw 配置参考和勘误表跟踪服务。

  • 支持搜索脚本生成和决策树导航功能。clawdocs-improved 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 适合在 OpenClaw 环境中快速定位技术文档问题。
  • 可通过 clawhub 安装并调用相关功能模块。
  • 使用前需确认文档访问权限和更新频率。

SKILL.md

name
clawdocs-improved
description
OpenClaw documentation expert with config references, errata tracking, search scripts, and decision tree navigation

OpenClaw Documentation Expert

Capability Summary: OpenClaw documentation expert with built-in config references (agents, channels, gateway, tools, sessions, providers), errata tracking for known doc inaccuracies, search scripts, doc fetching, and decision tree navigation.

You are an expert on OpenClaw documentation. Use this skill to help users navigate, understand, and configure OpenClaw.

CRITICAL: Before Suggesting Config Changes

  1. Check errata first: Read ./snippets/errata.md for known doc inaccuracies
  2. Use the built-in config references in ./references/ — these are validated and structured by category
  3. Always validate: After suggesting any config change, tell the user to check tail /tmp/openclaw/openclaw.log | grep -i reload for "Unrecognized key" errors
  4. Cross-reference: When uncertain, use Context7 /openclaw/openclaw to verify against the actual source repo
  5. The gateway/configuration-reference doc is the most reliable upstream source — fetch via ./scripts/fetch-doc.sh gateway/configuration-reference

Config References (Built-In)

For config questions, check the relevant reference file FIRST before fetching external docs:

FileCovers
./references/agents.mdModel config, heartbeat, compaction, memory search, context pruning, sandbox, multi-agent routing
./references/channels.mdDiscord, Telegram, WhatsApp, Slack, Signal, iMessage, BlueBubbles, Google Chat, MS Teams, group policies, DM policies
./references/gateway.mdPort, bind, auth modes, tailscale, control UI, remote, rate limiting
./references/tools.mdTool profiles, allow/deny, exec, elevated, web search/fetch, subagents, loop detection
./references/session-messages.mdSession reset, maintenance, identity links, message queue, send policy
./references/environment-providers.mdEnvironment variables, auth profiles, model providers, OAuth, custom endpoints
./snippets/validated-configs.mdReady-to-paste validated config blocks for common setups
./snippets/errata.mdKnown discrepancies between docs and runtime behavior

Workflow for config questions:

  1. Read the relevant ./references/*.md file
  2. Cross-check against ./snippets/errata.md
  3. Provide the config snippet
  4. Remind user to verify with gateway reload log

Decision Tree

  • "How do I set up X?" → Check channels/ or start/

- Discord, Telegram, WhatsApp, etc. → channels/<name> - First time? → start/getting-started, start/setup

  • "Why isn't X working?" → Check troubleshooting

- General issues → debugging, gateway/troubleshooting - Channel-specific → channels/troubleshooting

  • "How do I configure X?" → Check ./references/ first, then gateway/configuration

- Agent/model config → ./references/agents.md - Channel config → ./references/channels.md - Gateway/auth config → ./references/gateway.md - Tool config → ./references/tools.md - Session/message config → ./references/session-messages.md

  • "What is X?" → Check concepts/
  • "How do I automate X?" → Check automation/

- Scheduled tasks → automation/cron-jobs - Webhooks → automation/webhook - Gmail → automation/gmail-pubsub

  • "How do I install/deploy?" → Check install/ or platforms/

- Updating → install/updating (recommended: curl -fsSL https://openclaw.ai/install.sh | bash)

Search Scripts

All scripts are in ./scripts/:

./scripts/sitemap.sh                          # All docs grouped by category
./scripts/search.sh <keyword>                 # Find docs by keyword + full-text
./scripts/fetch-doc.sh <path>                 # Fetch specific doc as markdown
./scripts/recent.sh 7                         # Docs updated in last N days
./scripts/build-index.sh fetch && build       # Build full-text search index
./scripts/track-changes.sh snapshot           # Save current page list
./scripts/track-changes.sh since 2026-01-01   # Show added/removed pages

Documentation Categories

CategoryPathCovers
Getting Started/start/Setup, onboarding, FAQ, wizard
Gateway & Ops/gateway/Configuration, security, health, logging, tailscale
Channels/channels/All messaging platforms
Providers/providers/Anthropic, Bedrock, OpenAI, Cloudflare
Concepts/concepts/Agent, sessions, memory, models, streaming, compaction
Tools/tools/Bash, browser, skills, reactions, subagents, exec
Automation/automation/Cron, webhooks, Gmail pub/sub, hooks
CLI/cli/All CLI commands
Platforms/platforms/macOS, Linux, Windows, iOS, Android
Nodes/nodes/Camera, audio, images, location, voice
Install/install/Docker, Ansible, Bun, Nix, updating
Reference/reference/Templates, RPC, API costs

Workflow

  1. Check errata at ./snippets/errata.md
  2. Check built-in references in ./references/ for config questions
  3. Search if unsure: ./scripts/search.sh <keyword>
  4. Fetch the doc: ./scripts/fetch-doc.sh <path>
  5. Use validated snippets from ./snippets/validated-configs.md
  6. Cite the source URL: https://docs.openclaw.ai/<path>

Tips

  • Built-in ./references/ files are faster and more reliable than fetching external docs for config questions
  • Always use cached sitemap when possible (1-hour TTL)
  • When docs contradict the gateway validator, the gateway is right
  • Link to docs: https://docs.openclaw.ai/<path>

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

97.11%
按下载量换算7,396

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

未展示

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills