searxng-settings-editor

searxng-settings-editor is a skill for Claude Code, Codex from Knuckles-Team/searxng-mcp. It costs 152 tokens per session (1,714 once invoked), scanned A, original, MIT.

A settings editor for an embedded SearXNG search service, a private search system that can combine results from multiple search engines.

In plain words
What is it for?
Use it to enable result formats, change privacy-related options, configure a proxy, or investigate why searches use a public fallback service.
Why use it?
It helps explain and change how that local search service behaves without modifying an externally hosted SearXNG instance.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to enable result formats, change privacy-related options, configure a proxy, or investigate why searches use a public fallback service.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/knuckles-team/searxng-mcp/searxng-settings-editor
Install

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.

Any agent
npx skills add Knuckles-Team/searxng-mcp --skill searxng-settings-editor
Clone the repo
git clone --depth 1 https://github.com/Knuckles-Team/searxng-mcp

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for searxng-settings-editor

README.md
[![agentmods](https://agentmods.dev/badge/skills/knuckles-team/searxng-mcp/searxng-settings-editor/github.svg)](https://agentmods.dev/skills/knuckles-team/searxng-mcp/searxng-settings-editor)
Your own site
<a href="https://agentmods.dev/skills/knuckles-team/searxng-mcp/searxng-settings-editor"><img src="https://agentmods.dev/badge/skills/knuckles-team/searxng-mcp/searxng-settings-editor/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.

agentmods 80×15 button for searxng-settings-editor

Your own site · 80×15
<a href="https://agentmods.dev/skills/knuckles-team/searxng-mcp/searxng-settings-editor"><img src="https://agentmods.dev/badge/skills/knuckles-team/searxng-mcp/searxng-settings-editor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 152 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,714 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00152 $0.01714
Opus 5 $0.00076 $0.00857
Sonnet 5 $0.00030 $0.00343
Haiku 4.5 $0.00015 $0.00171

Measured 12d ago against content hash 93b76c029932, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

searxng-settings-editor 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.

searxng_mcp/skills/searxng-settings-editor/SKILL.md · 139 lines

How it starts

The opening of the file, as written. The whole thing — 139 lines — stays where its author put it; the contents beside it link to each section on GitHub.

SearXNG Embedded Settings Editor

Reads and edits the embedded SearXNG instance's configuration (searxng_mcp.embedded, CONCEPT:SR-KG.compute.embedded-instance) — the private, loopback-only (127.0.0.1) SearXNG process the searxng-mcp server can spawn and own end to end when no SEARXNG_URL/SEARXNG_INSTANCE_URL is configured, instead of falling back to a public instance.

When to use

  • Turn on/off a response format (e.g. add csv/rss alongside the default html+json).
  • Toggle privacy knobs: general.enable_metrics, server.image_proxy, search.autocomplete, search.favicon_resolver.
  • Route the embedded instance's outbound engine requests through a proxy (Tor/VPN/SOCKS) for engine-level anonymity, not just "nothing shared between SearXNG instances".
  • Diagnose why the server is using the public https://searx.be fallback instead of a private embedded instance.

When NOT to use

  • An external instance is configured (SEARXNG_URL set) — its settings.yml lives on that host, not here; this skill only ever touches the EMBEDDED instance's config.
  • You just want to run a search → searxng-web-search.
  • You want results persisted to the KG → searxng-kg-ingestion.

Prerequisites & environment

Connect via the mcp-client skill against the searxng-mcp MCP server. Embedded mode requires the searxng-mcp[embedded] extra (pip install 'searxng-mcp[embedded]' — installs SearXNG itself from its git source, since it ships no PyPI release) on the HOST running the MCP server.

Variable Required Notes
SEARXNG_EMBEDDED optional Default true. Set false to force the public/random fallback even with the extra installed.
XDG_CONFIG_HOME optional Where the user settings override lives ($XDG_CONFIG_HOME/searxng-mcp/settings.yml); defaults to ~/.config.

Tools & actions

Tool Purpose
searxng_settings get / set / reset the embedded instance's settings.yml.

Read the full file on GitHub · 139 lines

Files

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.

Changes

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.

  1. 12d ago First seen · 139 lines · 152 tokens per session scan A 93b76c029932

Subscribe to this mod's changes

searxng-settings-editor is a skill published in the GitHub repository Knuckles-Team/searxng-mcp (2 stars, last pushed 15d ago), licensed MIT. It adds 152 tokens to every session and 1,714 once invoked, about $0.0008 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.

Related

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…

Knuckles-Team/jellyfin-mcp · 158 tokens

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…

Knuckles-Team/jellyfin-mcp · 154 tokens

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…

Knuckles-Team/jellyfin-mcp · 142 tokens

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…

Knuckles-Team/documentdb-mcp · 106 tokens

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…

Knuckles-Team/documentdb-mcp · 126 tokens

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…

Knuckles-Team/documentdb-mcp · 102 tokens