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 Knuckles-Team/searxng-mcp --skill searxng-news-researchgit clone --depth 1 https://github.com/Knuckles-Team/searxng-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/knuckles-team/searxng-mcp/searxng-news-research)<a href="https://agentmods.dev/skills/knuckles-team/searxng-mcp/searxng-news-research"><img src="https://agentmods.dev/badge/skills/knuckles-team/searxng-mcp/searxng-news-research/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/knuckles-team/searxng-mcp/searxng-news-research"><img src="https://agentmods.dev/badge/skills/knuckles-team/searxng-mcp/searxng-news-research.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.00109 | $0.00913 |
| Opus 5 | $0.00055 | $0.00456 |
| Sonnet 5 | $0.00022 | $0.00183 |
| Haiku 4.5 | $0.00011 | $0.00091 |
Grade A, and why
searxng-news-research 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 12d 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 — 78 lines — stays where its author put it; the contents beside it link to each section on GitHub.
SearXNG News Research
News- and topic-monitoring workflow over the searxng-mcp server. Same web_search
tool as general search, but scoped to the news (and optionally social_media)
categories and paged to collect broad, recent coverage from many outlets at once.
When to use
- Track breaking events or ongoing coverage of a topic across many outlets.
- Sweep recent announcements (releases, CVEs, incidents) before summarizing.
- Build a dated reading list of candidate articles to fetch and synthesize.
When NOT to use
- Stable reference facts / general lookups →
searxng-web-search. - Peer-reviewed or preprint literature →
scholarx. - Reading / extracting one known article in full →
web-fetch/web-crawler. - Structured social-platform pulls (X/Reddit/YouTube/HN) →
pulselink-mcp.
Prerequisites & environment
Connect via the mcp-client skill against the searxng-mcp MCP server. Same env
matrix as searxng-web-search (SEARXNG_INSTANCE_URL, USE_RANDOM_INSTANCE,
SEARXNG_USERNAME/SEARXNG_PASSWORD, SEARXNG_KG_INGEST, MCP_TOOL_MODE). For news
freshness, prefer a self-hosted SEARXNG_INSTANCE_URL so JSON output is not rate-limited.
Tools & actions
| Tool | Purpose |
|---|---|
web_search |
Metasearch, scoped via categories:["news"]. |
searxng_ingest_search |
Same search + persist results to the KG (for a monitoring corpus). |
Key parameters
query— the topic/entity to monitor.categories—["news"](add"social_media"for chatter).pageno— increment to widen coverage; news pages fall off fast, so 1–3 pages is typical.language— outlet language, defaulten-US.
Recipes
Latest news on a topic:
{"query": "openbao 2.0 release", "categories": ["news"]}
News + social chatter, page 2:
{"query": "kubernetes 1.31 CVE", "categories": ["news", "social_media"], "pageno": 2}
Monitor + persist into the KG for later synthesis (via searxng_ingest_search):
{"query": "nvidia gb10 availability", "categories": ["news"]}
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 12d ago First seen · 78 lines · 109 tokens per session scan A 2b3fe85153ae
searxng-news-research is a skill published in the GitHub repository Knuckles-Team/searxng-mcp (2 stars, last pushed 14d ago), licensed MIT. It adds 109 tokens to every session and 913 once invoked, about $0.0005 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
jellyfin-kg-ingestion
Natively ingest a Jellyfin library into the epistemic-graph knowledge graph via the jellyfin-mcp MCP server — push library items as typed :MediaAsset/:Book nodes with :hasGenre/:performedBy/:authoredBy links and item overviews as searchable :Document nodes (jellyfiningestlibrary), and item posters as content-addressed…
jellyfin-library-catalog
Browse and search a Jellyfin media library via the jellyfin-mcp MCP server — list library items (movies, series, episodes, audio, books), fetch one item by id, walk collections and user views, and run search hints with the domain-typed jellyfinlibrary tool. Use when the agent must find or enumerate catalog items…
jellyfin-media-playback
Stream and control Jellyfin playback and browse music via the jellyfin-mcp MCP server — list artists, albums, and music genres, resolve audio/video streams, manage playlists, and drive playstate (play, mark played, report progress) with the domain-typed jellyfinmedia tool. Use when the agent must start or control…
documentdb-collection-admin
Database, collection, and user administration on a DocumentDB (MongoDB-compatible, PostgreSQL-backed) server via the documentdb-mcp MCP server — list/create/drop/rename databases and collections, and manage database users and their roles. Use when the agent must provision or tear down namespaces, enumerate the…
documentdb-document-crud
Document create/read/update/delete operations on a DocumentDB (MongoDB-compatible, PostgreSQL-backed) collection via the documentdb-mcp MCP server — insert one/many, find with filter/sort/skip/limit, update/replace one/many, delete, count, and the atomic find-and-modify variants. Use when the agent must read or mutate…
documentdb-aggregation-analytics
Read-only analytics on a DocumentDB (MongoDB-compatible, PostgreSQL-backed) collection via the documentdb-mcp MCP server — run aggregation pipelines ($match/$group/$sort/…) and fetch distinct field values. Use when the agent must summarize, group, or profile documents rather than fetch individual rows. Do NOT use for…