article-extractor
Originally frommichalparkola/tapestry-skills-for-claude-code
Installation
SKILL.md
Article Extractor
This skill extracts the main content from web articles and blog posts, removing navigation, ads, newsletter signups, and other clutter. Saves clean, readable text.
Prerequisites
At least one of:
- Node.js 18+ and npm — required for
reader(npm install -g reader-cli) - Python 3 and pip — required for
trafilatura(pip3 install trafilatura)
If neither is installed, the skill falls back to a basic curl-based extraction (no install needed).