Agent skill · AI & Agents

news-sentiment-engine

Multi-source RSS news aggregation with Claude-powered sentiment analysis and structured briefing output

Nick44,414★ · +328/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill news-sentiment-engine --agent claude-code

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

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Declared author: tellmefrankie
Path: skills/news-sentiment-engine/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

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

From the SKILL.md

# News Sentiment Engine (Free) Collect and analyze AI/tech news from multiple sources with Claude-powered sentiment analysis. Open source lite version. ## When to Use - Use when preparing a concise AI or technology news briefing from multiple RSS sources. - Use when you need ranked article summaries with sentiment, tags, and impact scoring. - Use when monitoring industry changes across product launches, policy moves, and infrastructure shifts. - Use when deduplicating overlapping coverage before writing a daily or weekly briefing. ## What it does - Collects news from 4+ RSS feeds (TechCrunch, The Verge, Ars Technica, Hacker News) - Deduplicates articles across sources - Ranks by importance (industry impact, technology trends, policy changes) - Generates structured briefing with sentiment tags - Outputs formatted briefing card ## Usage ``` Collect latest AI/tech news from RSS feeds. Rank top 5 by importance to the tech industry. For each: summary (2-3 sentences), sentiment (positive/negative/neutral), impact score (1-5), industry tags, one-sentence commentary. Output as a structured briefing card. ``` ## Example Output ``` AI/Tech News Briefing — 2026-05-13 1. OpenAI announces GPT-5

What's inside
Steps it walks through
  1. When to Use
  2. What it does
  3. Usage
  4. Example Output
  5. Output Format
  6. Setup
  7. Limitations
  8. Pro Version
  9. Author
Commands it runs
git clone https://github.com/tellmefrankie/news-engine
cd news-engine
pnpm install
cp .env.example .env
pnpm dev -- --collect-only
More from agentic-awesome-skills
All skills →
About this skill
What does the news-sentiment-engine skill do?

Multi-source RSS news aggregation with Claude-powered sentiment analysis and structured briefing output

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill news-sentiment-engine --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 sickn33/agentic-awesome-skills, a repository with 44,414 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