Md Linter
Lint Markdown files for style issues, broken links, and formatting problems with auto-fix suggestions.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/sa9saq/md-linterMarkdown Linter
Check and improve Markdown file quality.
Capabilities
- Style Checks: Heading levels, list consistency, line length
- Link Validation: Check for broken internal/external links
- Structure Analysis: TOC generation, heading hierarchy
- Auto-Fix: Suggest or apply formatting corrections
Usage
Ask the agent to:
- "Lint README.md for issues"
- "Check all markdown files in this directory"
- "Fix formatting issues in docs/"
- "Generate a table of contents for this document"
How It Works
Analyzes Markdown files for common issues:
- Inconsistent heading levels (skipping levels)
- Trailing whitespace, missing blank lines
- Broken relative links
- Inconsistent list markers
- Long lines
Can use markdownlint-cli if available, or perform analysis with built-in text processing.
Requirements
- Optional:
markdownlint-cli(npm install -g markdownlint-cli) - Works without external tools using text analysis
- No API keys needed
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-sa9saq-md-linter": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
threat-model
Threat modeling and attack scenario design. Identify risks before they become vulnerabilities. STRIDE, attack trees, risk matrix.
Sns Auto Poster
Schedule and automate social media posts to X/Twitter with cron-based queue management.
security-review
Comprehensive security review for code, configs, and operations. OWASP, prompt injection, crypto security. Auto-triggers on security-related changes.
Process Monitor
Monitor system processes, identify top CPU/memory consumers, and alert on resource thresholds.
Readme Generator
Auto-generate comprehensive README.md files by analyzing project structure and configuration.