← 返回 Skills 市场
kofna3369

Axiom Markdown Link Auditor

作者 Kofna3369 · GitHub ↗ · v0.1.2 · MIT-0
cross-platform ✓ 安全检测通过
38
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install axiom-markdown-link-auditor
功能描述
Markdown link auditor — find broken internal links, flag dead external links (HEAD requests), report orphan pages. Use when you maintain docs. Pure stdlib +...
使用说明 (SKILL.md)

axiom-markdown-link-auditor

Version: 0.1.2 Axioma Tools

Audits a markdown documentation set for broken links and orphan pages.

What this skill does

  • Finds broken internal links
  • Optional HEAD-check on external links
  • Reports orphan pages (no incoming links)
  • JSON output for CI integration

When to use this skill

  • ✅ Audit docs before deployment
  • ✅ CI gate on broken links
  • ✅ Find orphan pages in your wiki
  • ❌ Render markdown to HTML (use a markdown lib)

Usage

python3 axiom_markdown_link_auditor.py ./docs/
python3 axiom_markdown_link_auditor.py README.md --check-external --json
from axiom_markdown_link_auditor import audit_directory
report = audit_directory('./docs/')
# {broken: [...], orphans: [...], total_links: 123}

Validation

Check Status
Unit tests 15+ cases
Performance \x3C100ms
Security Pure stdlib, no injection
Determinism Byte-to-byte stable
License Apache-2.0

Last updated: 2026-06-14

安全使用建议
Install only if you are comfortable with a Markdown auditor reading the files you point it at. Leave remote checking off for private repositories or sensitive drafts unless you are willing for each external link to receive a request from your environment.
能力评估
Purpose & Capability
Reading Markdown files and optionally checking HTTP(S) links with HEAD requests is coherent with a Markdown link auditor's stated purpose and is not, by itself, deceptive or overbroad.
Instruction Scope
The remote checking behavior should be clearly presented as explicit opt-in and should not be used on private or untrusted documents without considering URL disclosure.
Install Mechanism
No supplied artifact evidence shows an unexpected install script, automatic execution path, dependency abuse, or persistence mechanism; VirusTotal telemetry is clean.
Credentials
Outbound HEAD requests to every discovered HTTP(S) link can disclose URLs, source IP, user agent, and timing metadata, but that behavior is purpose-aligned for a remote link checker when enabled by the user.
Persistence & Privilege
No artifact-backed evidence shows credential access, privileged operations, background workers, durable persistence, destructive actions, or unrelated local indexing.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install axiom-markdown-link-auditor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /axiom-markdown-link-auditor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.2
Initial publish: Markdown link auditor. Find broken internal links, flag dead external links.
元数据
Slug axiom-markdown-link-auditor
版本 0.1.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Axiom Markdown Link Auditor 是什么?

Markdown link auditor — find broken internal links, flag dead external links (HEAD requests), report orphan pages. Use when you maintain docs. Pure stdlib +... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 38 次。

如何安装 Axiom Markdown Link Auditor?

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

Axiom Markdown Link Auditor 是免费的吗?

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

Axiom Markdown Link Auditor 支持哪些平台?

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

谁开发了 Axiom Markdown Link Auditor?

由 Kofna3369(@kofna3369)开发并维护,当前版本 v0.1.2。

💬 留言讨论