web-markdown-navigator
Fetch webpages and return clean markdown instead of raw HTML. Use for URL reading, extraction, and summarization tasks where the user wants markdown output; use browser fallback for JS-heavy/SPA pages when extraction is thin.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/plgonzalezrx8/web-markdown-navigatorWeb 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]
Behavior:
- Layer 1: Fetch HTML + Mozilla Readability + Turndown markdown conversion.
- Layer 2: Fallback plain-text markdown if extraction is too thin.
- URL safety checks block localhost/private literal IPv4 hosts.
Output requirements
- Return markdown only (no raw HTML dump).
- Preserve source URL in response.
- If truncated, include truncation note.
- If fallback was needed, mention method used (
readabilityorfallback-text).
Error handling
1bad args2invalid/blocked URL3network/fetch/content-type failure4extraction failure/thin output
For extended notes and troubleshooting, read:
/Users/pedrogonzalez/clawd/skills/web-markdown-navigator/references/usage.md
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-plgonzalezrx8-web-markdown-navigator": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
openrouter-analytics
Review OpenRouter usage, analytics, and troubleshooting data via API. Use when the user asks for spend/usage monitoring, activity trends, per-key management reporting, or deep investigation of specific request IDs (latency, provider fallback, finish reason, token/cost breakdown).
apple-remind-me
Natural language reminders that create actual Apple Reminders.app entries (macOS-native)
workflow-orchestrator
Structural parity skeleton for queue-driven orchestration in a workflow context.
openclaw-healthcheck-cron
Create and run a reusable OpenClaw deep healthcheck automation using a cron job plus a script. Use when setting up scheduled OpenClaw health audits, standardizing security/status checks, sanitizing environment-specific values for sharing, and packaging the setup for reuse.
excalidraw-creator
Create hand-drawn style Excalidraw diagrams, flowcharts, and architecture visuals as PNG images