← 返回 Skills 市场
207
总下载
0
收藏
0
当前安装
6
版本数
在 OpenClaw 中安装
/install ubuntu-encyclopedia
功能描述
Ubuntu documentation-first workflow for Ubuntu-specific questions, maintenance, updates, upgrades, package management, system administration, service trouble...
安全使用建议
This skill appears coherent and focused: it caches Ubuntu manpages/docs and helps an agent consult authoritative sources before making admin changes. The bundled Python scripts validate URLs (allow only specific Ubuntu domains), prevent path traversal, and write only under the .Ubuntu-Encyclopedia workspace. Before installing, note:
- The skill will create and write files under <cwd>/.Ubuntu-Encyclopedia; avoid running it from a sensitive directory or mounting system config into the workspace.
- Do not store secrets or live credentials in the inventory/notes files (e.g., access.md). The skill does not request credentials, but cached notes are plain files that could contain sensitive information if you add it.
- The SKILL.md permits inspecting live environment state as part of troubleshooting; that is normal for a sysadmin assistant, but review any agent actions it proposes before applying high-impact commands (upgrades, filesystem or network changes).
If you want extra safety, run the scripts manually in a controlled workspace first to confirm behavior, and avoid running them from system-critical directories.
功能分析
Type: OpenClaw Skill
Name: ubuntu-encyclopedia
Version: 1.0.5
The ubuntu-encyclopedia skill bundle provides a structured workflow and utility scripts for an AI agent to consult and cache official Ubuntu documentation. The included Python scripts (cache_doc.py, cache_manpage.py) are designed to fetch content from a strict allowlist of official domains (e.g., manpages.ubuntu.com, ubuntu.com) and include security checks to prevent path traversal and unauthorized URL schemes. The instructions in SKILL.md and workflow.md focus on legitimate system administration tasks and explicitly warn against storing sensitive data in the local cache.
能力评估
Purpose & Capability
Name/description match the included scripts and SKILL.md: the package provides local caching of Ubuntu manpages/docs and workspace initialization. No unrelated environment variables, binaries, or external services are requested.
Instruction Scope
SKILL.md scopes actions to consulting manpages/docs, caching consulted pages under .Ubuntu-Encyclopedia/, and inspecting live environment state when needed. 'Inspect live environment state' is broad but appropriate for an admin troubleshooting skill; the instructions do not direct reading of unrelated system secrets or arbitrary files beyond the declared workspace.
Install Mechanism
No install spec or external downloads; code is instruction-only with bundled Python scripts. There are no external archives or untrusted URLs in the install process.
Credentials
The skill requires no environment variables, credentials, or config paths. The scripts operate on a workspace directory in the current working directory rather than system config, so requested access is proportional to the stated purpose.
Persistence & Privilege
always is false and the skill does not request elevated persistence. It writes only to .Ubuntu-Encyclopedia in the working directory and does not modify other skills or system-wide settings. The skill can be invoked autonomously (platform default) which is expected for skills of this type.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ubuntu-encyclopedia - 安装完成后,直接呼叫该 Skill 的名称或使用
/ubuntu-encyclopedia触发 - 根据 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/manpage cache URL validation against userinfo, direct IPs, and explicit ports.
v1.0.3
Refine activation wording so Ubuntu-specific admin and distro semantics trigger cleanly without generic Linux/shell spillover.
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, emoji, and Linux targeting.
v1.0.0
Initial public release
元数据
常见问题
Ubuntu Encyclopedia 是什么?
Ubuntu documentation-first workflow for Ubuntu-specific questions, maintenance, updates, upgrades, package management, system administration, service trouble... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 207 次。
如何安装 Ubuntu Encyclopedia?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ubuntu-encyclopedia」即可一键安装,无需额外配置。
Ubuntu Encyclopedia 是免费的吗?
是的,Ubuntu Encyclopedia 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Ubuntu Encyclopedia 支持哪些平台?
Ubuntu Encyclopedia 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux)。
谁开发了 Ubuntu Encyclopedia?
由 kklouzal(@kklouzal)开发并维护,当前版本 v1.0.5。
推荐 Skills