Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Validates Markdown files in the workspace for broken local links, missing file references, and basic syntax issues. Use to maintain documentation integrity a...
Validates Markdown files in the workspace for broken local links, missing file references, and basic syntax issues. Use to maintain documentation integrity a...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
A lightweight tool to validate Markdown files in the workspace. It focuses on ensuring internal consistency, particularly broken file links and missing references.
Link Validation: Checks [link](path) references to ensure the target file exists locally. Header Check: Verifies that headers follow a logical hierarchy (e.g., H1 -> H2). Code Block Check: Ensures code blocks have language identifiers where appropriate.
const linter = require('./index'); const results = await linter.scan('.'); // Scans current directory recursively console.log(JSON.stringify(results, null, 2));
{ "totalFiles": 15, "brokenLinks": [ { "file": "docs/README.md", "line": 10, "link": "./missing-image.png", "error": "File not found" } ], "syntaxErrors": [] }
Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.
Largest current source with strong distribution and engagement signals.