📦 Privacy-first web search with DuckDuckGo-style bangs — 隐私搜索

v1.0.0

借助 SearXNG 实现尊重隐私的网页搜索,支持 DuckDuckGo 风格 bang 快捷跳转(如 !w、!yt、!gh)。自动随机浏览器指纹、隐藏 IP、阻断 Cookie/Referer,聚合 250+ 搜索引擎结果,可一次查多类信息(网页、新闻、图片、视频、学术)。适合高频或对隐私敏感的场景,无需外部 API 即可安全获取全网数据。

1· 3.8k·8 当前·9 累计
下载技能包
最后更新
2026/2/26
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The skill’s requirements, files, and runtime instructions are consistent with a SearXNG-based privacy search tool; it does not request unrelated credentials or privileged access and its behaviour matches its description.
评估建议
This skill appears to do what it claims: it queries a SearXNG instance and returns parsed JSON results with DuckDuckGo-style bangs. Before installing: (1) prefer self-hosting a SearXNG instance (or only use a trusted public instance) if you need the privacy guarantees the skill advertises — public instances can see your queries; (2) note the script sends a fixed User-Agent string that may identify the agent to the instance operator; (3) no secrets or system credentials are requested by this skil...
详细分析 ▾
用途与能力
The skill claims to provide privacy-preserving searches via a SearXNG instance and the bundle contains a small Python script that queries a SearXNG endpoint and returns parsed results. It documents SEARXNG_URL and recommends self-hosting; no unrelated credentials or binaries are requested.
指令范围
Runtime instructions and the script only perform HTTP requests to the configured SearXNG instance and parse HTML into JSON. They do not read other system files or request unrelated environment variables. Two operational privacy notes: (1) the script sets a fixed User-Agent ('Mozilla/5.0 (OpenClaw Agent)') which may identify the agent to the SearXNG/public instance operator and (2) using a public SearXNG instance means queries are visible to that instance operator — the documentation correctly recommends self-hosting for privacy.
安装机制
There is no install spec and no external downloads; the skill is instruction-plus-script only. This minimizes install-time risk (nothing fetched or executed automatically during install).
凭证需求
The only configurable environment variable is SEARXNG_URL (optional). No credentials, tokens, or filesystem config paths are requested. This is proportionate to the stated purpose. Users should be aware that pointing SEARXNG_URL to an untrusted public instance exposes query data to that operator.
持久化与权限
The skill is not marked always:true and does not request elevated privileges or modify other skills/configs. It will only perform network requests when invoked.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/2/4

Initial release: Adds privacy-focused web search using SearXNG with DuckDuckGo-style bangs. - Supports over 250 search engines and multiple categories (general, news, images, videos, science) - Implements DuckDuckGo-style bangs (e.g., !w for Wikipedia, !yt for YouTube) for direct engine queries - Aggregates results from multiple search engines with privacy features including IP masking, randomized browser fingerprints, and no cookies/referrers - Command-line script returns clean JSON with search results (titles, URLs, snippets) - Allows configuration for self-hosted or public SearXNG instances via environment variable - Recommended for privacy-sensitive or high-volume web searches

无害

安装命令

点击复制
官方npx clawhub@latest install searxng-bangs
镜像加速npx clawhub@latest install searxng-bangs --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库