Agent skill · Content & Marketing

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. '

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill analyze-article --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Version: 2.0.0
Path: skills/analysis/analyze-article/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. When to Use
  2. Instructions
  3. Step 1: Retrieve Article from Memory
  4. Step 2: Analyze with LLM
  5. Step 3: Store Analysis in Memory
  6. Step 4: Link Analysis to Source
  7. Step 5: Return Results
  8. Tool Usage Guidance
  9. usellm tool
  10. memory/get
  11. memory/add
  12. memory/link
  13. Importance Scoring Guidelines
  14. Score 1-3: Minor News
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going