A deterministic tool for converting complex webpages into clean, LLM-ready markdown with intelligent fallback mechanisms.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install web-markdown-navigator
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install web-markdown-navigator using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Web Markdown Navigator is a specialized utility within the Openclaw Skills ecosystem designed to solve the problem of noisy web data. Instead of passing raw, unoptimized HTML to an AI agent, this skill uses a sophisticated multi-layer extraction process. It leverages Mozilla Readability and Turndown to distill a webpage down to its core content, ensuring that the resulting markdown is focused, token-efficient, and easy for language models to process.
This skill is particularly effective for developers building research agents or automated content pipelines. By prioritizing clean text over raw structure, it enhances the accuracy of summarization and data extraction tasks. As a part of the Openclaw Skills collection, it provides a reliable interface for turning any public URL into structured documentation.
To integrate this skill into your local environment, navigate to the scripts directory and execute the runner using Node.js:
cd skills/web-markdown-navigator/scripts
node fetch-markdown.mjs "<url>" --max-chars 50000
Ensure your environment has the necessary dependencies installed as specified in the Openclaw Skills repository guidelines.
The Web Markdown Navigator organizes its output to be highly predictable for downstream AI agents. The data is typically returned with the following taxonomy:
| Property | Description |
|---|---|
| Content | The primary body text converted to markdown format. |
| Source URL | The original web address used for the extraction. |
| Method | A label indicating if readability or fallback-text was utilized. |
| Truncation Flag | A note appended to the content if it was cut short by the max-chars limit. |
| Error Codes | Standardized exit codes (1-4) for troubleshooting arguments, blocks, or network failures. |
Loading
An automated reporting engine designed to transform structured data files into professional, decision-ready executive summaries and visualizations.

A bounded recursive orchestration skill that decomposes massive tasks into manageable, trackable sub-task trees with explicit state management.

A comprehensive monitoring tool for tracking OpenRouter API consumption, costs, and request-level diagnostics.

A portable automation framework for scheduling deep system health audits and sanitizing environment data for secure reporting.

A structural skeleton for managing deterministic, queue-driven AI orchestration and multi-phase state transitions.

A specialized automation interface for the TradingBoat stack that prioritizes DB-first queries and secure lifecycle management.








































