Mdnew OpenClaw Plugin & Skill | ClawHub
Looking to integrate Mdnew into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate web & frontend development tasks instantly, without having to write custom tools from scratch.
What this skill does
Fetch clean, agent-optimized Markdown from any URL using the markdown.new service. Use when web_fetch or browser fails to provide clean content, or when you need a token-efficient version of a web page for deep analysis.
Install
openclaw skills install @thendcn/mdnewnpx clawhub@latest install mdnewFull SKILL.md
Open original| name | description |
|---|---|
| mdnew | Fetch clean, agent-optimized Markdown from any URL using the markdown.new service. Use when web_fetch or browser fails to provide clean content, or when you need a token-efficient version of a web page for deep analysis. |
SKILL.md content below is scrollable.
mdnew
Fetch clean Markdown from any URL using the markdown.new three-tier conversion pipeline (Header Negotiation -> Workers AI -> Browser Rendering).
Usage
Run the script with a target URL:
python3 scripts/mdnew.py <url>
Why use mdnew?
- Token Efficiency: Reduces content size by up to 80% compared to raw HTML.
- Clean Data: Strips boilerplate, ads, and nav menus, leaving only core content.
- JS Execution: Automatically handles JS-heavy pages via Cloudflare Browser Rendering fallback.
- Agent-First: Includes
x-markdown-tokenstracking to help manage context windows.