Skip to content
OpenSmartRoute
Skillv1.0.0

news-sentiment-engine

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

by sickn33(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from sickn33/agentic-awesome-skills (skills/news-sentiment-engine/SKILL.md). Install upstream with npx skills add sickn33/agentic-awesome-skills --skill news-sentiment-engine. Copyright stays with the author.

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 with 2M context window
   Source: TechCrunch | Impact: 5/5
   Tags: #AI #LLM #OpenAI
   Sentiment: Positive

   Summary: OpenAI unveiled GPT-5 with a 2M token context window and
   improved reasoning. Enterprise pricing starts at $0.03/1k tokens.

   Commentary: Direct competitive pressure on Anthropic Claude 3.5.
   Enterprise deals may shift in H2 2026.

2. EU AI Act enforcement begins for high-risk systems
   Source: The Verge | Impact: 4/5
   Tags: #Regulation #EU #Compliance
   Sentiment: Neutral

Output Format

For each article:

  • Title + source + publish date
  • Summary (2-3 sentences)
  • Industry tags: [AI, Semiconductor, Cloud, etc.]
  • Sentiment: Positive/Negative/Neutral
  • Impact score: 1-5
  • Commentary: 1-sentence industry perspective

Setup

The optional setup below clones and runs a third-party Node project from tellmefrankie/news-engine. Review and pin that repository yourself before running it, and do not expose API keys to an unreviewed checkout.

git clone https://github.com/tellmefrankie/news-engine
cd news-engine
pnpm install
cp .env.example .env
# Requires: ANTHROPIC_API_KEY
pnpm dev -- --collect-only

No paid APIs required for free tier. Anthropic API key only.

Limitations

  • RSS feeds can lag, disappear, throttle, or duplicate syndicated coverage.
  • Sentiment and impact scores are briefing aids, not authoritative market or policy analysis.
  • The example setup runs third-party code; review the repository and environment variables before use.
  • Outputs should be cross-checked against original article sources before publication or investment use.

Pro Version

Free tier covers news collection and basic analysis.

Full bundle — $29 one-time: Investment-grade analysis (portfolio impact scoring, options flow correlation, earnings catalyst detection), Telegram auto-delivery. → https://jaehyunpark.gumroad.com/l/tcyahy

Author

Core module from a production news analysis engine processing 50+ articles daily since 2026.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/sickn33-agentic-awesome-skills-news-sentiment-engine/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

sickn33-agentic-awesome-skills-news-sentiment-engine.ocm.jsonjson
{
  "ocm": "1",
  "id": "sickn33-agentic-awesome-skills-news-sentiment-engine",
  "kind": "skill",
  "name": "news-sentiment-engine",
  "description": "Multi-source RSS news aggregation with Claude-powered sentiment analysis and structured briefing output",
  "publisher": "sickn33",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "news",
      "rss",
      "sentiment-analysis",
      "briefing",
      "research",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Multi-source RSS news aggregation with Claude-powered sentiment analysis and structured briefing output"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/sickn33/agentic-awesome-skills",
      "path": "skills/news-sentiment-engine/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/sickn33/agentic-awesome-skills/blob/HEAD/skills/news-sentiment-engine/SKILL.md",
      "key": "sickn33/agentic-awesome-skills/skills/news-sentiment-engine/SKILL.md"
    }
  },
  "instructions": "# News Sentiment Engine (Free)\n\nCollect and analyze AI/tech news from multiple sources with Claude-powered sentiment analysis. Open source lite version.\n\n## When to Use\n\n- Use when preparing a concise AI or technology news briefing from multiple RSS sources.\n- Use when you need ranked article summaries with sentiment, tags, and impact scoring.\n- Use when monitoring industry changes across product launches, policy moves, and infrastructure shifts.\n- Use when deduplicating overlapping coverage before writing a daily or weekly briefing.\n\n## What it does\n\n- Collects news from 4+ RSS feeds (TechCru",
  "cost": {
    "context_tokens": 803
  }
}

Fetch it by URL: GET /api/v1/registry/sickn33-agentic-awesome-skills-news-sentiment-engine/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.