web-markdown-navigator
Installation
SKILL.md
Web Markdown Navigator
Use this skill for deterministic URL → markdown extraction.
Quick flow
- Run script:
cd /Users/pedrogonzalez/clawd/skills/web-markdown-navigator/scriptsnode fetch-markdown.mjs "<url>" --max-chars 50000
- If exit code
0, return markdown output. - If exit code
3or4, or output is thin/boilerplate, usebrowsertool fallback to capture rendered content and return markdown summary.
Script
node scripts/fetch-markdown.mjs <url> [--max-chars N] [--timeout-ms N] [--json]