convert-to-markdown

Extract clean markdown content from a specified URL.

270|16|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/gupsammy/Claudest --skill convert-to-markdown-gupsammy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: convert-to-markdown
Source: https://github.com/gupsammy/Claudest/tree/main/plugins/claude-utilities/skills/convert-to-markdown
Command: npx skills add https://github.com/gupsammy/Claudest --skill convert-to-markdown-gupsammy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill addresses the challenge of obtaining clean, usable content from web pages, removing ads, and other clutter that hinders readability and further processing.

Core Features & Use Cases

  • Web Scraping: Extracts the main content from a given URL.
  • Format Conversion: Converts the extracted content into Markdown format.
  • Use Case: Quickly save an article from a news website or a blog post for offline reading or for use in documentation without the distracting elements of the original webpage.

Quick Start

Use the convert-to-markdown skill to grab the content from the URL https://example.com/article.

Frequently Asked Questions about convert-to-markdown

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

FAQPage Schema
How do I extract clean text from a web page and remove ads?

Markdown content extraction removes ads and clutter from web pages, yielding clean text for offline reading or documentation. It supports both direct HTTP fetching and browser-based rendering for JavaScript-heavy pages, with options for clipboard output or file saving.

Does web to markdown conversion work on JavaScript-heavy pages?

Yes, web to markdown conversion supports JavaScript-heavy pages through browser-based rendering. This approach executes page scripts before extracting the content, ensuring dynamic articles are fully loaded before converting them into markdown format.

What is the best way to save articles for offline reading as markdown?

The best way to save articles for offline reading is using a content extraction tool that converts URLs to markdown. It isolates the main article text, discards distracting page elements, and allows you to save the output directly to a file or clipboard.

Can I output extracted web content directly to my clipboard?

Yes, you can output extracted web content directly to your clipboard. When you convert a URL to markdown, the skill provides options for either clipboard output or file saving, allowing immediate integration into other documents or notes.

What are the limitations of converting URLs to markdown for content extraction?

Converting URLs to markdown may face limitations with heavily obfuscated sites or strict paywalls that block content extraction. While browser-based rendering handles JavaScript-heavy pages, sites with aggressive anti-scraping measures may still prevent clean markdown output.