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.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill mdnew --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Mdnew?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-mdnew)More formats (shields.io, HTML) on the badges page.
---
name: mdnew
description: 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.
---
# 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:
```bash
python3 scripts/mdnew.py <url>
```
## Why use mdnew?
1. **Token Efficiency**: Reduces content size by up to 80% compared to raw HTML.
2. **Clean Data**: Strips boilerplate, ads, and nav menus, leaving only core content.
3. **JS Execution**: Automatically handles JS-heavy pages via Cloudflare Browser Rendering fallback.
4. **Agent-First**: Includes `x-markdown-tokens` tracking to help manage context windows.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!