markdown-url

Rewrite external URLs through markdown.new to fetch clean Markdown content.

3|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/0xharryriddle/codex-field-kit --skill markdown-url-0xharryriddle
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: markdown-url
Source: https://github.com/0xharryriddle/codex-field-kit/tree/main/archive/upstream/examples/codex-skills/skills/markdown-url
Command: npx skills add https://github.com/0xharryriddle/codex-field-kit --skill markdown-url-0xharryriddle

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Route any website you need to visit through a Markdown-friendly rendering service to produce clean, copy-ready notes.

Core Features & Use Cases

  • Rewrites any URL to a markdown-rendered view via https://markdown.new/ for easy reading and note-taking.
  • Supports documentation pages, blogs, changelogs, and issue discussions to extract readable content.
  • Use Case: Research a GitHub issue by converting it to Markdown text for summarization and quoting.

Quick Start

Provide a URL to convert; the skill will output the markdown.new-wrapped URL and fetch the rendered Markdown content.

Frequently Asked Questions about markdown-url

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

FAQPage Schema
How do I convert a web page URL into clean Markdown for notes?▼

You can convert any web page URL into Markdown by routing it through the markdown.new service, which fetches the site and outputs a clean, readable text version. This provides consistent Markdown extracts for your notes.

What is the best way to extract readable text from documentation pages and blogs?▼

The best way to extract readable text from documentation and blogs is to rewrite the URL with a markdown.new prefix. This fetches the rendered content and strips away unnecessary page elements for clean Markdown output.

Can I use markdown rendering to summarize GitHub issues and changelogs?▼

Yes, you can summarize GitHub issues and changelogs by converting their URLs to a Markdown view. This extracts the readable text, enabling you to easily quote and summarize issue discussions.

Does this URL to Markdown conversion work for any absolute URL?▼

Yes, the conversion works for any absolute URL by applying a rewrite rule that prefixes the target address with https://markdown.new/. This enables the extraction of the rendered Markdown content from the specified page.

What types of web content are supported for Markdown extraction?▼

Markdown extraction supports documentation pages, blogs, changelogs, and issue discussions. It routes these external URLs to produce a consistent, Markdown-friendly rendering for research and summarization.