bundled-skills/news-sentiment-engine/SKILL.md
Multi-source RSS news aggregation with Claude-powered sentiment analysis and structured briefing output
npx skillsauth add FrancoStino/opencode-skills-antigravity news-sentiment-engineInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Collect and analyze AI/tech news from multiple sources with Claude-powered sentiment analysis. Open source lite version.
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.
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
For each article:
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.
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
Core module from a production news analysis engine processing 50+ articles daily since 2026.
development
Fetch YouTube transcripts, search videos, browse channels, and extract playlists via TranscriptAPI — no yt-dlp, no Google API key, works from any cloud server.
development
Passive income portfolio analysis — activate when user asks about dividend yields, Treasury rates, REIT income, monthly passive income goals, or portfolio yield optimization. Scans 4 asset classes, ranks by risk-adjusted return, and builds allocations targeting a specific monthly income.
devops
End-to-end production QA, build verification, and launch-readiness checklist for fullstack Next.js apps. Covers TypeScript, linting, tests, build, SEO tags, route regression, and sitemap validation.
development
Safe production cleanup and hardening for vibe-coded fullstack apps (Next.js, React, Node.js, etc.). Removes dead imports, unused files, and broken references without breaking routes or APIs.