markdown-new

Convert web URLs to clean Markdown via the Cloudflare markdown.new service.

1|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/sandmark78/workspace --skill markdown-new
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: markdown-new
Source: https://github.com/sandmark78/workspace/tree/main/skills/markdown-new
Command: npx skills add https://github.com/sandmark78/workspace --skill markdown-new

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill converts any web URL into a clean, AI-friendly Markdown format, reducing token usage and simplifying downstream processing.

Core Features & Use Cases

  • Automates URL-to-Markdown conversion for both static HTML and JS-heavy pages.
  • No API keys required; runs with Cloudflare's markdown.new service or a local fallback.
  • Supports an auto/ai/browser three-layer approach and optional image retention for rich content.
  • Use case: summarize long articles, extract content for knowledge bases, or prepare content for AI agents.

Quick Start

Run a URL through the tool to generate Markdown content for AI consumption.

Frequently Asked Questions about markdown-new

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert a URL to Markdown for AI processing?

This skill converts any web URL into clean, AI-friendly Markdown by posting the link to the Cloudflare markdown.new service via a Python client, reducing token usage for downstream processing.

Can I extract Markdown from JS-rendered web pages?

Yes, you can extract Markdown from JS-rendered pages. The skill uses an auto, ai, and browser three-layer approach to handle both static HTML and dynamic JavaScript content effectively.

Do I need an API key to convert web content to Markdown?

No, you do not need an API key. The skill runs using Cloudflare's markdown.new service or a local fallback, requiring no authentication keys to convert web content into Markdown text.

What is the best way to reduce token usage when feeding articles to AI agents?

Converting web URLs into clean Markdown is the best way to reduce token usage. This skill strips unnecessary web page formatting and optionally retains images, simplifying content for AI agents.

Does the URL to Markdown conversion support retaining images?

Yes, the URL to Markdown conversion supports an optional image retention mode. This allows you to preserve rich content images within the generated Markdown text for downstream processing.