Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

searxng-mcp

searxng-mcp 收录了来自 Knuckles-Team 的 4 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
4
Stars
2
更新
2026-07-12
Forks
2
职业覆盖
3 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

searxng-settings-editor
网络与计算机系统管理员

Inspect and edit the EMBEDDED SearXNG instance's settings.yml (the private, loopback-only, zero-config search fallback the searxng-mcp server can own end to end when no external SEARXNG_URL is configured). Use when the agent or operator wants to change what the embedded instance does — enable/ disable formats, flip privacy knobs (image_proxy, enable_metrics), route outgoing requests through a proxy, or diagnose why embedded mode isn't activating. Do NOT use this for an externally-configured instance (SEARXNG_URL set) — that instance's settings.yml lives on its own host and isn't managed by this server; use `searxng-web-search` for plain queries.

2026-07-12
searxng-web-search
软件开发工程师

Privacy-respecting web metasearch via the searxng-mcp MCP server. Use when the agent needs current, open-web results for a query and must NOT leak the query to a single tracking engine — SearXNG aggregates many engines (Google, Bing, DuckDuckGo, Wikipedia, …) behind one JSON tool. Use for general lookups, fact-finding, and pulling candidate source URLs to read next. Do NOT use for academic papers (use scholarx), for reading one already-known URL's full content (use web-fetch / web-crawler), or for keyless social/forum research (use pulselink-mcp).

2026-07-12
searxng-kg-ingestion
软件开发工程师

Persist SearXNG search results into the epistemic-graph knowledge graph via the searxng-mcp MCP server. Use when the agent must turn a web search into durable, semantically-searchable KG memory — each result becomes a :Document (plus :SearchQuery and :SearchEngine typed nodes with :resultOf / :fromEngine links) so later reasoning can recall and cite it. Do NOT use for one-off reads you don't need to remember (use searxng-web-search) or to ingest a specific page's full text (use web-crawler).

2026-07-09
searxng-news-research
市场调研分析师与营销专员

Time-sensitive news and topic monitoring via the searxng-mcp MCP server. Use when the agent must gather what multiple news/social engines are currently reporting on a topic — breaking events, product/security announcements, or ongoing coverage — by scoping `web_search` to the `news`/`social_media` categories and paging for breadth. Do NOT use for evergreen reference facts (use searxng-web-search), academic sources (scholarx), or deep single-source reads (web-fetch).

2026-07-09