using-markdown-new

Convert web pages into token-efficient Markdown with frontmatter metadata.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/oskar-dragon/claude-code --skill using-markdown-new
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: using-markdown-new
Source: https://github.com/oskar-dragon/claude-code/tree/main/plugins/markdown-new/skills/using-markdown-new
Command: npx skills add https://github.com/oskar-dragon/claude-code --skill using-markdown-new

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables fast, token-efficient extraction of web content by converting pages into Markdown using the markdown.new service, reducing context window usage during analysis and processing.

Core Features & Use Cases

  • Markdown conversion: Transform HTML/web content into clean Markdown with optional image retention.
  • Token-efficient processing: Significantly reduces token usage for long articles, docs, or SPAs.
  • Use Case: Ideal for summarizing blog posts, API references, and product docs for downstream reasoning.

Quick Start

Fetch the target webpage via markdown.new and return a concise Markdown summary.

Frequently Asked Questions about using-markdown-new

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

FAQPage Schema
How do I convert web pages to Markdown to save tokens?

Converting web pages to Markdown to save tokens involves fetching the target URL to extract clean Markdown with frontmatter metadata and token count headers. This approach reduces context window usage for downstream analysis of articles, documentation, and SPA content.

Can I extract content from JavaScript-rendered SPA pages as Markdown?

Yes, extracting SPA content as Markdown is supported using a browser rendering fallback path. This ensures JavaScript-rendered web content is fully loaded before conversion, providing accurate Markdown output for dynamic single-page applications.

Does web content Markdown conversion support retaining images?

Yes, web content Markdown conversion supports optional image retention. You can choose to keep images during the Markdown extraction process when visual context is necessary for analyzing blog posts or product documentation.

What is the best way to summarize blog posts without exceeding token limits?

The best way to summarize blog posts without exceeding token limits is converting them into token-efficient Markdown first. This strips unnecessary HTML overhead and provides a token count header for precise context window management.

How does Markdown conversion handle non-HTML web content?

Markdown conversion handles non-HTML web content through a dedicated fallback path. When standard fetch encounters non-HTML resources, it triggers this fallback to ensure content is still processed and returned for downstream reasoning.