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 ManiaSacha/web-mcp --skill feed-curationgit clone --depth 1 https://github.com/ManiaSacha/web-mcpWrote 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/maniasacha/web-mcp/feed-curation)<a href="https://agentmods.dev/skills/maniasacha/web-mcp/feed-curation"><img src="https://agentmods.dev/badge/skills/maniasacha/web-mcp/feed-curation/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/maniasacha/web-mcp/feed-curation"><img src="https://agentmods.dev/badge/skills/maniasacha/web-mcp/feed-curation.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.00060 | $0.00656 |
| Opus 5 | $0.00030 | $0.00328 |
| Sonnet 5 | $0.00012 | $0.00131 |
| Haiku 4.5 | $0.00006 | $0.00066 |
Grade A, and why
feed-curation 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 8d 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 — 34 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Feed curation
Helps a user build and maintain a healthy set of feeds in a running web-mcp server.
Adding feeds
- Ask what topic(s) or sources the user wants covered, if not already clear.
- Prefer well-known, stable RSS/Atom endpoints (a project's own
/feed/or/rsspath, not a third-party aggregator scraping it) — these are less likely to disappear or change shape. - Call the
add_feedtool for each candidate URL and read its response — it reports how many articles were indexed, or a fetch/parse error. Zero articles indexed is worth flagging to the user even if the call "succeeded": it usually means the URL isn't actually a feed, or is empty. - If
add_feedfails, read the error message before retrying — it will say if the URL was rejected for scheme/host reasons (assert_fetchable) or failed to parse as XML. Don't just retry blindly; confirm the URL actually points at a feed (open it in a browser check, or ask the user) before trying alternates.
Auditing existing feeds
- Call
source_health()and read it feed-by-feed. Statuses:OK— fine, no action needed.WARN— no successful refresh in >24h. Worth a mention, not necessarily removal.SILENT— no successful refresh in >7 days. Likely dead or moved; recommend removal or check for a replacement URL.ERROR— currently failing; read the attached error text and explain what it means in plain terms (fetch timeout, non-200, XML parse failure, SSRF rejection because the URL is misconfigured, etc).
- Call
list_feeds()for article counts. A feed with a suspiciously low count relative to others might be under-indexed rather than genuinely low-volume — arefresh()call can confirm.
Pruning noisy feeds
If the user says a feed is too noisy (dominating recent()/digest() output), use trending() and digest() to show what it's contributing, confirm with the user which feed is the source, then remove_feed(url). Removal is immediate and drops that feed's already-indexed articles too — mention that before doing it, since it's not trivially reversible without re-adding and re-fetching.
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.
- 8d ago First seen · 34 lines · 60 tokens per session scan A 5a2afaa02c2a
feed-curation is a skill published in the GitHub repository ManiaSacha/web-mcp (0 stars, last pushed 20d ago), licensed MIT. It adds 60 tokens to every session and 656 once invoked, about $0.0003 per session on Opus 5. 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
rss-digest
Subscribe to RSS/Atom feeds with keyword filters and run digests delivered to Telegram. Use when subscribing to feeds, checking which feeds run, running a digest manually, or adjusting feed keywords.
feishu-memory-recall
Cross-group memory, search, and event sharing for OpenClaw Feishu agents.
building-threat-intelligence-feed-integration
Builds automated threat intelligence feed integration pipelines connecting STIX/TAXII feeds, open-source threat intel, and commercial TI platforms into SIEM and security tools for real-time IOC matching and alerting. Use when SOC teams need to operationalize threat intelligence by automating feed ingestion…
support-digest
A local tool that reads exported customer-support tickets in JSON or CSV and produces a daily summary after hiding personal information. It does not fetch data from support systems or call outside APIs.
knowledge-compile
A knowledge-organizing tool that turns a folder of scattered Markdown notes, articles, and captured posts into an Obsidian-style wiki. It creates an index, topic pages with links back to the originals, and a short daily digest.
stream-flutter
Build and integrate Stream Chat, Video, and Feeds in Flutter apps. Use for Flutter/Dart project work with Stream package setup, auth wiring, and widget blueprints. Supports streamchatflutter (pre-built Chat UI), streamchatfluttercore (custom Chat UI), streamvideoflutter (Video calling and livestreaming), and…