article-extractor

Extract clean article text from URLs and save it as a plain-text file.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/i0switch/yoyaku-tosho --skill article-extractor-i0switch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: article-extractor
Source: https://github.com/i0switch/yoyaku-tosho/tree/main/.github/skills/article-extractor
Command: npx skills add https://github.com/i0switch/yoyaku-tosho --skill article-extractor-i0switch

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Extracts the main text from web articles by removing ads, navigation, and clutter, making it easier to read or store offline.

Core Features & Use Cases

  • Content extraction: Retrieve the article text from blog posts, tutorials, and news pages.
  • Clean output: Produce plain-text content suitable for reading, archiving, or easier processing.
  • Use Case: Save long-form content for research notes or offline reading without distractions.

Quick Start

Provide a URL and I will fetch, clean, and save the article as a tidy text file.

Frequently Asked Questions about article-extractor

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

FAQPage Schema
How do I extract clean text from a web article URL?

To extract clean text from a web article URL, provide the link to this tool. It fetches the page, strips away ads and navigation clutter, and saves the main content as a plain-text file for offline reading.

Can I save extracted article content for offline reading?

Yes, you can save extracted article content for offline reading. The tool outputs a ready-to-read plain-text file named after the article title, allowing you to store long-form content without internet distractions.

Does web content extraction work on blog posts and news articles?

Yes, web content extraction works on blog posts, tutorials, and news articles. It uses readability-based algorithms to identify and retrieve the main text while removing surrounding site clutter.

What happens if readability extraction tools are unavailable?

If readability extraction tools are unavailable, the process utilizes fallback options to ensure you still get the extracted content. It relies on tools like Mozilla Readability or trafilatura but includes contingencies for missing dependencies.

What is the best way to remove ads and navigation clutter from web pages?

The best way to remove ads and navigation clutter from web pages is using an automated extraction tool. It isolates the main article text and outputs a clean plain-text file, bypassing manual cleanup efforts.