# Article Summarizer

> Summarizes articles into concise digests. Useful when user asks to summarize or get key points from an article.

- Skill: `eugenp/article-summarizer` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add eugenp/article-summarizer`
- Raw SKILL.md: https://api.skillmd.com/api/skills/eugenp/article-summarizer/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: eugenp (https://skillmd.com/u/eugenp)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/eugenp/article-summarizer

---

# Article Summarizer
## Instructions
When summarizing an article:
1. If given a URL: Run `uv run scripts/fetch_article.py <url>` to retrieve the content.
2. Once content is available, extract the main thesis, few key points, and conclusion.
3. Structure the output as a TL;DR, key points, and a bottom line.
