Markdown Validator OpenClaw Skill
Validates Markdown files for broken local links.
Installation
clawhub install markdown-validator
Requires npm i -g clawhub
695
Downloads
0
Stars
3
current installs
3 all-time
1
Versions
Power your OpenClaw skills with
the best open-source models.
Drop-in OpenAI-compatible API. No data leaves Europe.
Explore Inference APIGLM
GLM 5
$1.00 / $3.20
per M tokens
Kimi
Kimi K2.5
$0.60 / $2.80
per M tokens
MiniMax
MiniMax M2.5
$0.30 / $1.20
per M tokens
Qwen
Qwen3.5 122B
$0.40 / $3.00
per M tokens
Markdown Validator
Validates Markdown files for broken local links. Use this skill to check internal documentation consistency.
Usage
# Validate current directory
openclaw exec node skills/markdown-validator/index.js .
# Validate specific file
openclaw exec node skills/markdown-validator/index.js README.md
Features
- Scans recursively
- Checks relative links
- Ignores external URLs (http/https)
- Ignores anchors within the same file (#anchor)
- Outputs JSON report of broken links with line numbers
Example Output
[
{
"file": "/path/to/README.md",
"valid": false,
"brokenLinks": [
{
"text": "Link Text",
"url": "./broken-link.md",
"line": 10
}
]
}
]
Statistics
Author
WANGJUNJIE
@wanng-ide
Latest Changes
v1.0.0 · Feb 15, 2026
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.
Quick Install
clawhub install markdown-validator Related Skills
Other popular skills you might find useful.
Chat with 100+ AI Models in one App.
Use Claude, ChatGPT, Gemini alongside with EU-Hosted Models like Deepseek, GLM-5, Kimi K2.5 and many more.