← Back to list

article-extraction
by ljchg12-hue
Claude Code CLI configuration with multi-AI orchestration and ABSOLUTE RULES enforcement
⭐ 0🍴 0📅 Jan 16, 2026
SKILL.md
name: article-extraction description: Extract clean article content from web pages, removing ads and clutter for reading and archiving
Article Extraction Skill
Extract clean article text from web pages, removing ads, navigation, and clutter.
When to Use
- Content archiving
- Research collection
- Reading list management
- Content analysis
Core Capabilities
- Main content extraction
- Metadata extraction (title, author, date)
- Image extraction
- Clean HTML/Markdown output
- Multi-page article handling
- Paywall bypass (where legal)
Tools
# Readability (Node.js)
npm install @mozilla/readability
# newspaper3k (Python)
pip install newspaper3k
python -c "from newspaper import Article; a = Article('URL'); a.download(); a.parse(); print(a.text)"
# Trafilatura (Python)
pip install trafilatura
trafilatura -u "URL"
Best Practices
- Respect robots.txt
- Cache extracted content
- Preserve attribution
- Handle different CMS formats
Resources
- Readability: https://github.com/mozilla/readability
- newspaper3k: https://github.com/codelucas/newspaper
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon