← 返回 Skills 市场
kklouzal

OpenClaw Encyclopedia

作者 kklouzal · GitHub ↗ · v1.0.5 · MIT-0
cross-platform ✓ 安全检测通过
203
总下载
0
收藏
1
当前安装
6
版本数
在 OpenClaw 中安装
/install openclaw-encyclopedia
功能描述
OpenClaw product/runtime/configuration documentation-first workflow for OpenClaw-specific questions, troubleshooting, command planning, configuration review,...
安全使用建议
This skill appears to do what it says: a docs-first workflow with a small local cache and helper scripts. The caching script is intentionally restrictive—it only allows HTTPS requests to docs.openclaw.ai, blocks query strings, normalizes paths, and writes under .OpenClaw-Encyclopedia—so it does not exfiltrate to arbitrary hosts. Before installing, confirm that docs.openclaw.ai is the official documentation site you trust, and be aware the workflow permits 'inspect live environment state' for OpenClaw troubleshooting (so limit the agent's runtime permissions as you normally would). If you want extra assurance, open and review scripts/cache_doc.py and scripts/init_workspace.py (they are short and readable) and verify the workspace root location is acceptable for creating files.
功能分析
Type: OpenClaw Skill Name: openclaw-encyclopedia Version: 1.0.5 The 'openclaw-encyclopedia' skill bundle is a documentation-first workflow tool designed to help agents manage and consult OpenClaw-specific documentation. It includes scripts for initializing a local cache directory (scripts/init_workspace.py) and fetching/caching documentation from a hardcoded, allow-listed domain (scripts/cache_doc.py). The caching script implements several security best practices, including domain validation (restricted to docs.openclaw.ai), scheme enforcement (HTTPS), and path sanitization to prevent directory traversal. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found.
能力评估
Purpose & Capability
Name/description match the behavior: the skill provides a docs-first workflow, local cache layout, and helper scripts for caching and initializing a workspace. Nothing requested (no env vars, no external credentials) is unrelated to that purpose.
Instruction Scope
SKILL.md focuses on OpenClaw-specific docs lookup, caching, and recording local operational notes. It does recommend 'inspect live environment state' as part of a workflow; that is appropriately constrained to OpenClaw runtime/config troubleshooting, but it does grant the agent discretion to perform live inspections. The SKILL.md does not instruct reading unrelated system files, nor does it request secrets.
Install Mechanism
No install spec; two small Python helper scripts are bundled. The caching script fetches pages only from docs.openclaw.ai and writes normalized markdown to the local cache. No remote code-download or archive extraction is performed.
Credentials
The skill declares no required environment variables, credentials, or config paths. The scripts write under the local .OpenClaw-Encyclopedia root only. No tokens/keys or unrelated service credentials are requested.
Persistence & Privilege
always is false and the skill does not request any special persistent privileges. It creates/uses a workspace directory under the project root; it does not modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-encyclopedia
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-encyclopedia 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.5
Security hardening: restrict cache fetches to approved docs URLs, block traversal/query writes, tighten cache-path handling, and add explicit guidance not to store plaintext secrets in encyclopedia notes.
v1.0.4
Add ignore rules for local artifacts and harden doc-cache URL validation against userinfo, direct IPs, and explicit ports.
v1.0.3
Tighten activation surface to prefer OpenClaw-specific contexts and reduce generic skill-writing misfires.
v1.0.2
Security fix: validate cache_doc.py URLs before fetch and restrict caching to allowed HTTPS docs hosts.
v1.0.1
Add OpenClaw manifest metadata for homepage and emoji.
v1.0.0
Initial public release
元数据
Slug openclaw-encyclopedia
版本 1.0.5
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 6
常见问题

OpenClaw Encyclopedia 是什么?

OpenClaw product/runtime/configuration documentation-first workflow for OpenClaw-specific questions, troubleshooting, command planning, configuration review,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 203 次。

如何安装 OpenClaw Encyclopedia?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-encyclopedia」即可一键安装,无需额外配置。

OpenClaw Encyclopedia 是免费的吗?

是的,OpenClaw Encyclopedia 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

OpenClaw Encyclopedia 支持哪些平台?

OpenClaw Encyclopedia 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 OpenClaw Encyclopedia?

由 kklouzal(@kklouzal)开发并维护,当前版本 v1.0.5。

💬 留言讨论