article-extractor

Extract clean article content from URLs and output Markdown to stdout.

13|1|Updated Nov 10, 2025
One-click install
npx skills add https://github.com/srid/AI --skill article-extractor-srid
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: article-extractor
Source: https://github.com/srid/AI/tree/main/skills/article-extractor
Command: npx skills add https://github.com/srid/AI --skill article-extractor-srid

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, reader.

What problem does it solve?

This Skill extracts clean article content from URLs using reader (Mozilla Readability) and outputs Markdown content to stdout for easy saving.

Core Features & Use Cases

  • URL-based extraction: Download an article and parse content into readable text.
  • Output formats: Output is Markdown-friendly, ready to save or paste.
  • Use Case: Save long-form blog posts to a local file for offline reading.

Quick Start

CONTENT=$(@article-extractor@ "$URL"); Use the Write tool to save the content to your desired location.