article-extractor

Extract clean article content from URLs and save as markdown. Triggers when user provides a webpage URL and wants to download it, extract content, get a clean version without ads, or capture an article for offline reading. Handles blog posts, news articles, tutorials, documentation pages, and similar web content. This skill handles the entire workflow - do NOT use web_fetch or other tools first, just call the extraction script directly with the URL.

$ Installieren

git clone https://github.com/jrajasekera/claude-skills /tmp/claude-skills && cp -r /tmp/claude-skills/article-extractor ~/.claude/skills/claude-skills

// tip: Run this command in your terminal to install the skill