← 返回 Skills 市场
xiehanlin

wiki-maintainer

作者 xiehanlin · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
92
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install wiki-maintainer
功能描述
维护 llm-wiki 知识库,支持新来源导入、内容查询、健康检查及批量处理,确保信息准确和结构完整。
安全使用建议
Before installing or enabling this skill: 1) Verify and, ideally, change the hardcoded path — the SKILL.md points to /Users/clax/... which may not be your environment; the skill should accept a configurable repo path. 2) Inspect the repository at that path (especially tools/lint.sh) to ensure scripts are safe to execute; run lint.sh manually first under your control. 3) Confirm required tools (e.g., 'jina') exist or remove/replace those steps; update the skill metadata to declare required binaries. 4) Back up the wiki directory (or test in a sandbox copy) because the agent will write and update many files. 5) Consider disabling autonomous invocation (or require explicit user confirmation) until you trust the agent's actions. If you cannot review the repo and scripts yourself, treat this skill as high-risk and avoid granting it access to your real wiki directory.
功能分析
Type: OpenClaw Skill Name: wiki-maintainer Version: 1.0.0 The skill is designed to maintain a local knowledge base but contains high-risk behaviors, specifically the execution of a hardcoded local shell script (`/Users/clax/Documents/doc_synced/llm-wiki/tools/lint.sh`) during the 'Lint' operation. Additionally, the instructions in SKILL.md direct the agent to follow templates and state information found within the wiki files (e.g., AGENTS.md), which creates a significant surface for indirect prompt injection. The use of hardcoded absolute paths to a specific user's directory further suggests this skill may have been tailored for a specific environment or lacks proper input sanitization for general use.
能力评估
Purpose & Capability
The skill's purpose (maintain a local llm-wiki) aligns with reading/writing files, ingesting sources, and running lint checks. However, the SKILL.md hardcodes a local absolute path (/Users/clax/Documents/doc_synced/llm-wiki/) and references tools (e.g., 'jina fetch') that are not declared in metadata. The metadata claims no required config paths or binaries, which is inconsistent with the documented operations.
Instruction Scope
Instructions tell the agent to read many local files (AGENTS.md, index.md, entities, sources), write/append pages, and execute a local script (bash /Users/clax/.../tools/lint.sh). They also instruct network fetching via an undeclared tool ('jina fetch'). The scope grants broad write permission to the target repo and discretion to create/modify many files — appropriate for a maintainer but risky because the path and tools are hardcoded and not validated.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, which minimizes supply-chain installation risk. Note: the lack of an install step means required binaries or tools are implicitly assumed rather than declared.
Credentials
The skill requests no declared env vars or config paths, yet its runtime instructions require access to a specific user directory and to run local scripts. That mismatch (no declared config paths but explicit absolute paths in instructions) is disproportionate and surprising — the agent would need filesystem permissions that are not surfaced in metadata.
Persistence & Privilege
The skill is not always-on and is user-invocable (defaults). However, since autonomous invocation is allowed (disable-model-invocation: false), combining that with the ability to modify local files and run a repository lint script increases potential risk if the agent acts without human oversight. This is noteworthy but not a misuse of platform defaults by itself.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wiki-maintainer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wiki-maintainer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug wiki-maintainer
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

wiki-maintainer 是什么?

维护 llm-wiki 知识库,支持新来源导入、内容查询、健康检查及批量处理,确保信息准确和结构完整。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 92 次。

如何安装 wiki-maintainer?

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

wiki-maintainer 是免费的吗?

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

wiki-maintainer 支持哪些平台?

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

谁开发了 wiki-maintainer?

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

💬 留言讨论