← 返回 Skills 市场
112
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install wiki-lint
功能描述
Lint and health-check a persistent markdown knowledge wiki. Use when a user wants the agent to inspect a wiki for contradictions, stale claims, missing cross...
安全使用建议
This skill appears to do what it says: review markdown wiki files and report or apply fixes. It does not request any secrets or installs, which is good. However, the runtime instructions let the agent read arbitrary wiki files and — if you ask it to — make edits. Before enabling or invoking the skill: (1) limit its access to only the repository or path you want it to inspect (avoid giving access to directories that may contain secrets); (2) prefer a read-only run first and review the generated report before allowing edits; (3) if you allow edits, require manual review or run in a sandbox branch (git) so you can inspect and approve commits; and (4) do not grant unnecessary network or credential access (e.g., CI tokens, cloud keys) just to run this lint. If you need the agent to make changes automatically, consider adding explicit constraints in the prompt or an approval step so edits are scoped and auditable.
功能分析
Type: OpenClaw Skill
Name: wiki-lint
Version: 0.1.0
The wiki-lint skill bundle is designed to help an AI agent maintain and health-check markdown-based knowledge bases. The instructions in SKILL.md and references/lint-checklist.md focus on identifying structural issues like broken links, stale claims, and inconsistent frontmatter, which are standard tasks for knowledge management. There are no indicators of malicious intent, data exfiltration, or unauthorized system access.
能力评估
Purpose & Capability
Name and description match the instructions: the skill inspects markdown wikis (index.md, log.md, sample pages) and produces reports or fixes. There are no unrelated environment variables, binaries, or install steps requested.
Instruction Scope
SKILL.md explicitly instructs the agent to inspect wiki files and, if asked, implement fixes. That is coherent with linting, but the instructions give the agent broad discretion over which pages to read and what edits to make; the skill does not constrain scope, require user confirmation before writes, or declare where edits should be committed (filesystem vs. git).
Install Mechanism
No install spec and no code files — instruction-only. This minimizes risk from downloaded/installed code.
Credentials
No environment variables, credentials, or config paths are requested, which is proportional for a lint-only skill. Note that actual operation will require file-system or repository access provided by the host environment; the skill does not request network or service tokens.
Persistence & Privilege
always:false and default agent invocation are appropriate. The skill does not request persistent system modification rights or to change other skills' configs. However, because it may implement edits, granting write/commit privileges to the running agent increases risk and should be controlled by the user.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wiki-lint - 安装完成后,直接呼叫该 Skill 的名称或使用
/wiki-lint触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial public release
元数据
常见问题
Wiki Lint 是什么?
Lint and health-check a persistent markdown knowledge wiki. Use when a user wants the agent to inspect a wiki for contradictions, stale claims, missing cross... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 112 次。
如何安装 Wiki Lint?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wiki-lint」即可一键安装,无需额外配置。
Wiki Lint 是免费的吗?
是的,Wiki Lint 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Wiki Lint 支持哪些平台?
Wiki Lint 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Wiki Lint?
由 teki-ai(@teki-ai)开发并维护,当前版本 v0.1.0。
推荐 Skills