/install axiom-markdown-link-auditor
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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install axiom-markdown-link-auditor - After installation, invoke the skill by name or use
/axiom-markdown-link-auditor - Provide required inputs per the skill's parameter spec and get structured output
What is 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 +... It is an AI Agent Skill for Claude Code / OpenClaw, with 38 downloads so far.
How do I install Axiom Markdown Link Auditor?
Run "/install axiom-markdown-link-auditor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Axiom Markdown Link Auditor free?
Yes, Axiom Markdown Link Auditor is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Axiom Markdown Link Auditor support?
Axiom Markdown Link Auditor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Axiom Markdown Link Auditor?
It is built and maintained by Kofna3369 (@kofna3369); the current version is v0.1.2.