← 返回 Skills 市场
wanng-ide

Markdown Validator

作者 WANGJUNJIE · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
686
总下载
0
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install markdown-validator
功能描述
Validates Markdown files for broken local links.
安全使用建议
This skill appears to do exactly what it says: run the bundled Node script against the directory or file you want checked. Before running: (1) review the small index.js file (already provided) if you want to confirm behavior; (2) avoid pointing the skill at a home or system directory if you have sensitive Markdown files you don't want inspected; (3) note that the included test script creates and deletes two files only when you run tests (it does not run automatically on install); and (4) because the skill skips http/https links it will not perform network calls. If you want extra assurance, run the script locally in a controlled repo first.
功能分析
Type: OpenClaw Skill Name: markdown-validator Version: 1.0.0 The skill 'markdown-validator' is designed to validate Markdown files for broken local links. The `index.js` script uses standard Node.js `fs` and `path` modules to read files and directories, parse Markdown links, and check their existence on the local file system. It explicitly avoids network calls for external links. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts in `SKILL.md`. All file operations are directly related to the stated purpose of validating Markdown links, and there are no indicators of intentional harmful behavior.
能力评估
Purpose & Capability
Name/description match the included code: index.js recursively scans directories for .md files, parses Markdown links, skips http/https and in-file anchors, resolves relative paths, and reports missing targets. No unrelated binaries or credentials are requested.
Instruction Scope
SKILL.md directs running the bundled Node script against a target path (default '.'), which will read all Markdown files under that path (excluding node_modules and .git). This is consistent with purpose, but be aware it will read any .md files under the target directory (so don't point it at a directory containing sensitive markdown if you are concerned about disclosure of link metadata).
Install Mechanism
There is no install spec — this is an instruction+code skill. The provided code is plain JS (no external downloads or archive extraction). Nothing is written to disk by the skill itself other than normal output.
Credentials
The skill declares no environment variables or credentials and the code does not attempt to read env vars or external config. It also explicitly avoids network calls by skipping http/https links.
Persistence & Privilege
The skill does not request persistent presence (always is false) and does not modify other skills or global agent config. It operates solely on the filesystem paths the user targets when invoked.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install markdown-validator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /markdown-validator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of markdown-validator. - Validates Markdown files for broken local links. - Recursively scans directories and checks relative links. - Ignores external URLs and same-file anchors. - Outputs a JSON report with broken link details and line numbers.
元数据
Slug markdown-validator
版本 1.0.0
许可证
累计安装 3
当前安装数 3
历史版本数 1
常见问题

Markdown Validator 是什么?

Validates Markdown files for broken local links. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 686 次。

如何安装 Markdown Validator?

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

Markdown Validator 是免费的吗?

是的,Markdown Validator 完全免费(开源免费),可自由下载、安装和使用。

Markdown Validator 支持哪些平台?

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

谁开发了 Markdown Validator?

由 WANGJUNJIE(@wanng-ide)开发并维护,当前版本 v1.0.0。

💬 留言讨论