analyze-article
Analyze news articles using LLM to extract insights, categorize content, identify key entities, and assess importance. Stores analysis in memory with links to source articles. '
npx skills add majiayu000/claude-skill-registry --skill analyze-article --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Analyze Article Analyze news articles using LLM to extract insights and assess importance. ## When to Use Use this skill when you need to: - Generate concise summaries of news articles - Categorize articles by topic (research, business, product, security, policy) - Extract key entities (companies, people, technologies, models) - Assess article importance on a 1-10 scale - Detect breaking news that requires immediate notification ## Instructions ### Step 1: Retrieve Article from Memory Use `memory/get` to retrieve the article to analyze by its ID. The article should contain: - title: Article title - url: Source URL - source: Publication name - summary or content: Article text ### Step 2: Analyze with LLM Use the `use_llm` tool to analyze the article with this prompt structure: **Analysis prompt:** ``` Analyze the following news article and provide: 1. **Summary**: A concise 2-3 sentence summary highlighting the key points. 2. **Category**: One of: research, business, product, security, policy, general 3. **Entities**: List of key entities mentioned (companies, people, technologies, models) 4. **Importance Score**: 1-10 rating where: - 1-3: Minor news, incremental updates - 4-6: No
- When to Use
- Instructions
- Step 1: Retrieve Article from Memory
- Step 2: Analyze with LLM
- Step 3: Store Analysis in Memory
- Step 4: Link Analysis to Source
- Step 5: Return Results
- Tool Usage Guidance
- usellm tool
- memory/get
- memory/add
- memory/link
- Importance Scoring Guidelines
- Score 1-3: Minor News
What does the analyze-article skill do?
Analyze news articles using LLM to extract insights, categorize content, identify key entities, and assess importance. Stores analysis in memory with links to source articles. '
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill analyze-article --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
