ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Md Linter

Lint Markdown files for style issues, broken links, and formatting problems with auto-fix suggestions.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/sa9saq/md-linter
Or

Markdown 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

Author@sa9saq
Stars1133
Views1
Updated2026-02-18
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-sa9saq-md-linter": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.