KS
Killer-Skills

url-readmode-markdown — how to use url-readmode-markdown how to use url-readmode-markdown, url-readmode-markdown setup guide, what is url-readmode-markdown, url-readmode-markdown alternative, url-readmode-markdown vs readability, install url-readmode-markdown, url-readmode-markdown tutorial, extract article content as markdown, reader-mode heuristics for content extraction

v1.0.0
GitHub

About this Skill

Perfect for Web Scraping Agents needing to extract primary article content from URLs and convert it to Markdown format. url-readmode-markdown is a skill that uses reader-mode heuristics to extract article content from URLs and save it as Markdown files

Features

Extracts article content using @mozilla/readability
Utilizes jsdom for HTML parsing
Employs turndown for HTML to Markdown conversion
Saves output as Markdown files with sanitized filenames
Includes a scripted quick start with extract_readmode.js
Prints output path after writing Markdown files

# Core Topics

seefreed seefreed
[0]
[0]
Updated: 3/7/2026

Quality Score

Top 5%
51
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add seefreed/enstudy/url-readmode-markdown

Agent Capability Analysis

The url-readmode-markdown MCP Server by seefreed is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for how to use url-readmode-markdown, url-readmode-markdown setup guide, what is url-readmode-markdown.

Ideal Agent Persona

Perfect for Web Scraping Agents needing to extract primary article content from URLs and convert it to Markdown format.

Core Value

Empowers agents to leverage reader-mode heuristics using @mozilla/readability, jsdom, and turndown libraries, enabling the extraction of clean content from URLs and saving it as Markdown files for further processing or analysis.

Capabilities Granted for url-readmode-markdown MCP Server

Automating content extraction from news articles for text analysis
Generating Markdown summaries of web pages for knowledge graph construction
Debugging web scraping pipelines by extracting and inspecting primary content

! Prerequisites & Limits

  • Requires Node.js environment for script execution
  • Dependent on the accuracy of reader-mode heuristics for content extraction
  • Limited to saving output as Markdown files
Project
SKILL.md
1.7 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

Url Readmode Markdown

Overview

Extract the primary article content from a URL using reader-mode heuristics and save it as Markdown. The output filename should be the content topic/title (sanitized for filenames).

Quick Start (scripted)

  1. Prefer the provided script: scripts/extract_readmode.js
  2. Use @mozilla/readability + jsdom + turndown.
  3. The script prints the output path after writing the Markdown file.

Example:

bash
1node scripts/extract_readmode.js \"https://example.com/article\" -o .

Dependencies (Node):

  • npm install @mozilla/readability jsdom turndown

Workflow (manual or scripted)

  1. Collect the target URL and verify it is article-like content.
  2. Extract the main content container using reader-mode heuristics.
  3. Convert cleaned HTML to Markdown while preserving headings, lists, and images.
  4. Set the output filename to the content topic/title (sanitize invalid filename characters).
  5. Review the Markdown for missing sections or noisy blocks and trim as needed.

Reader-Mode Heuristics

For extraction guidance, use references/readmode.md as the heuristic summary.

Output Requirements

  • Output: a single Markdown file containing the main article content.
  • Filename: use the article/topic title; sanitize disallowed filename characters; replace spaces with _; keep the original language if possible.
  • Place output in the user-specified directory or the current working directory by default.

Resources

scripts/

scripts/extract_readmode.js extracts reader-mode content from a URL and saves Markdown.

references/

references/readmode.md summarizes reader-mode heuristics for fallback/manual extraction.

Related Skills

Looking for an alternative to url-readmode-markdown or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication