← 返回 Skills 市场
304
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install new-openclaw-docs
功能描述
Navigate and use OpenClaw documentation efficiently with cached doc fetch/search tooling, sitemap/category routing, and config snippet lookup. Use when answe...
安全使用建议
This skill appears to implement a docs fetch/search tool, but before installing or running it you should: (1) Inspect the missing .openclawdocs-env.sh (or ask the author for it). That file likely defines defaults and helper functions — it must be reviewed for any unexpected network calls or commands. (2) Ensure the skill's required environment variables (OPENCLAW_DOCS_CACHE_DIR, OPENCLAW_DOCS_TTL, OPENCLAW_DOCS_BASE_URL) are set to safe values and that the cache directory is confined to a workspace area you control. (3) Do not paste real service tokens into example snippets; the snippets contain placeholders like ${DISCORD_TOKEN}/${TELEGRAM_TOKEN}. (4) Run scripts initially in a restricted environment (no sensitive mounts, limited network) and run scripts/check_env.sh to confirm behavior. If the package author can provide the missing .openclawdocs-env.sh and update the registry metadata to declare the env vars the skill actually needs, this assessment could move toward benign.
功能分析
Type: OpenClaw Skill
Name: new-openclaw-docs
Version: 1.1.0
The skill bundle is a well-structured documentation assistant for OpenClaw, providing scripts to search, fetch, and cache documentation from a remote source (docs.openclaw.ai). The scripts (e.g., fetch-doc.sh, search.sh, sitemap.sh) are designed to help an AI agent navigate documentation categories and extract configuration snippets. No evidence of malicious intent, data exfiltration, or unauthorized persistence was found; the shell scripts are focused on local file management and standard network requests for documentation content.
能力评估
Purpose & Capability
The skill claims to provide cached doc fetch/search and routing, and the included scripts implement those features. However, the scripts rely on environment variables (OPENCLAW_DOCS_CACHE_DIR, OPENCLAW_DOCS_TTL, OPENCLAW_DOCS_BASE_URL) and helper functions (openclawdocs_download, openclawdocs_cache_path, openclawdocs_list_cache, openclawdocs_cache_cleanup) defined in a sourced file (.openclawdocs-env.sh) which is not included in the bundle. The registry metadata declares no required env vars or credentials, which is inconsistent with the scripts' runtime needs.
Instruction Scope
SKILL.md directs the agent to run workspace scripts that will read/write a local cache and download pages from the docs base URL. The scripts only call expected local tools (curl/wget, grep, find, stat) and fetch from docs.openclaw.ai, not arbitrary external endpoints. However, because they source an external env file (missing here) the actual runtime behavior depends on that file; that creates uncertainty about what additional commands or endpoints might be invoked.
Install Mechanism
No install spec is provided and the package is instruction/scripts-only. Nothing in the manifest attempts to download or run third-party installers. The only external dependency called out is an optional 'qmd' package for advanced indexing (not installed by the skill).
Credentials
The skill metadata declares no required environment variables or credentials, yet scripts clearly depend on OPENCLAW_DOCS_CACHE_DIR, OPENCLAW_DOCS_TTL, and OPENCLAW_DOCS_BASE_URL. Additionally, snippets/common-configs.md contains placeholders like ${DISCORD_TOKEN} and ${TELEGRAM_TOKEN}; while these are likely example placeholders, their presence means users might be prompted to provide secrets in configs. The mismatch between declared and actual environment needs is disproportionate and should be clarified.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide configuration. Its scripts only manage a local cache directory and snapshot files under that cache. The operations (rm -rf on cache refresh, creating snapshot dir) are limited to the skill's own cache area.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install new-openclaw-docs - 安装完成后,直接呼叫该 Skill 的名称或使用
/new-openclaw-docs触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Normalize metadata and optimize SKILL structure with references and agents metadata
v1.0.0
Major revamp of OpenClaw documentation skill: streamlined, script-based, and decision-tree guided.
- Migrated from 264 detailed markdown reference files to a fast, cacheable script-based system and concise concepts/snippets.
- Added powerful discovery and search scripts (full-text, keyword, sitemap, recent changes) for rapid doc access and navigation.
- Included decision tree workflow for handling configuration, troubleshooting, installation, and automation use cases.
- Provided ready-to-use config snippets and settings for common scenarios.
- Supports caching/refresh, version tracking, and config snippet access for efficient documentation management.
- Updated all usage guidance and categories to align with new doc structure and improved workflow.
元数据
常见问题
New Openclaw Docs 是什么?
Navigate and use OpenClaw documentation efficiently with cached doc fetch/search tooling, sitemap/category routing, and config snippet lookup. Use when answe... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 304 次。
如何安装 New Openclaw Docs?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install new-openclaw-docs」即可一键安装,无需额外配置。
New Openclaw Docs 是免费的吗?
是的,New Openclaw Docs 完全免费(开源免费),可自由下载、安装和使用。
New Openclaw Docs 支持哪些平台?
New Openclaw Docs 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 New Openclaw Docs?
由 ollieb89(@ollieb89)开发并维护,当前版本 v1.1.0。
推荐 Skills