📦 Wiki Lint — 维基体检

v0.1.0

对长期维护的 Markdown 知识库进行自动巡检,识别矛盾、过期断言、缺失交叉引用及格式问题,一键生成健康报告并给出修复建议,让团队 wiki 始终保持准确一致。

0· 80·0 当前·0 累计
下载技能包
最后更新
2026/4/13
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
NULL
评估建议
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 r...
详细分析 ▾
用途与能力
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.
指令范围
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).
安装机制
No install spec and no code files — instruction-only. This minimizes risk from downloaded/installed code.
凭证需求
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.
持久化与权限
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.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv0.1.02026/4/13

NULL

无害

安装命令

点击复制
官方npx clawhub@latest install wiki-lint
镜像加速npx clawhub@latest install wiki-lint --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库