Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add tellmefrankie/news-engine --skill news-sentiment-enginegit clone --depth 1 https://github.com/tellmefrankie/news-engineWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/tellmefrankie/news-engine/news-sentiment-engine)<a href="https://agentmods.dev/skills/tellmefrankie/news-engine/news-sentiment-engine"><img src="https://agentmods.dev/badge/skills/tellmefrankie/news-engine/news-sentiment-engine/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/tellmefrankie/news-engine/news-sentiment-engine"><img src="https://agentmods.dev/badge/skills/tellmefrankie/news-engine/news-sentiment-engine.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.00725 |
| Opus 5 | $0.00000 | $0.00362 |
| Sonnet 5 | $0.00000 | $0.00145 |
| Haiku 4.5 | $0.00000 | $0.00072 |
Grade A, and why
news-sentiment-engine scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 92 lines — stays where its author put it; the contents beside it link to each section on GitHub.
News Sentiment Engine (Free)
Collect and analyze AI/tech news from multiple sources with Claude-powered sentiment analysis. Ranks by industry impact and outputs a structured briefing card. Open source.
What it does
- Collects news from 4+ RSS feeds (TechCrunch, The Verge, Ars Technica, Hacker News)
- Deduplicates articles across sources
- Ranks top 5 by industry impact (policy > M&A > technology trend > product launch)
- Generates structured analysis with sentiment, impact score, and commentary
- Outputs a 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.
API access begins June 2026 for existing customers.
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
Summary: The EU AI Act's high-risk system provisions took effect today,
requiring conformity assessments and human oversight documentation.
Affects healthcare, hiring, and credit scoring applications.
Commentary: US companies serving EU customers face compliance burden.
Legal/compliance AI tools likely to see increased demand.
━━━━━━━━━━━━━━━━━━━━━━━━━
Ranking Criteria
- Regulatory / policy — highest impact, affects industry broadly
- M&A / funding — capital flow signals
- Technology breakthrough — new capability, not incremental update
- Market shift — competitive dynamics change
- Product launch — lowest priority unless from major player
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 11d ago First seen · 92 lines · 0 tokens per session scan A afc2fdd5e960
news-sentiment-engine is a skill published in the GitHub repository tellmefrankie/news-engine (1 stars, last pushed 4mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 725 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
writing-great-skills
Reference for writing and editing skills well — the vocabulary and principles that make a skill predictable.
subagent-driven-development
Execute plans via delegatetask subagents (2-stage review).
duckduckgo-search
Free keyless web, news, and image search via ddgs.
mcporter
List, auth, and call MCP servers/tools from the terminal.
mem0-oss-to-platform
Plan and then execute a migration of a project from the mem0 open-source / self-hosted SDK (the local Memory class) to the mem0 Platform / hosted / managed SDK (the MemoryClient class). Use this whenever a developer wants to move, switch, or migrate their mem0 usage off OSS/self-hosted to the hosted API — e.g.…
deploy-docker-compose
Run the Omnigent server as a Docker compose stack (server + Postgres) on any Docker host — your laptop, a VPS, EC2 by hand, or as the base layer of any container-platform deploy. Invoke when the user wants to build the image, bring up the compose stack, debug the stack on a host they already have, or extend the stack…