Real Skill packageSource verifiedClawHub registry

privacy-search

隐私优先的多引擎并行搜索 Skill,提供十大搜索引擎(百度/必应/搜狗/360/DuckDuckGo/Yandex/Startpage/Qwant/Brave/本地SearXNG)并行检索。V1.7 新增 MCP Server 形态(stdio JSON-RPC 2.0 暴露 search/synthesize/fetch 三工具),可被 Claude Code/Cursor/n8n 直接挂载,让搜索能力成为任何 Agent 的即插组件。V1.6 新增 Perplexity 式答案合成(引用+正文抓取+citation)和定时引擎失效告警,jieba 默认安装提升中文精度。支持结果缓存与搜索历史、统一 HTTP 出口(隐私头/UA池/代理/自动重试真正生效)、标准 SimHash 去重、多因子加权排序(共识度/位次/相关度/权威度/域名质量)、多套备选选择器与解析诊断、bangs 语法透传、网页正文抓取、搜索结果导出(Markdown/HTML/PDF)、LLM 摘要(智谱 GLM-4-Flash + 抽取式降级)、定时 selftest + 告警、MCP Server 生态桥接。SearXNG 本地实例双路径部署,隐私…

Identity and source

Publisher attributionfyniujinregistry owner unverified by skillvetai
Functional categorySearch, Research & Knowledgeautomatically inferred · 64% rule confidence
Package forminstruction with code36 recorded files
Canonical sourceClawHub registryclawhub:fyniujin:privacy-search
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/25/2026.claude/skills/privacy-search

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/25/2026.agents/skills/privacy-search

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/25/2026skills/privacy-search

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @fyniujin/privacy-search
clawhub inspect @fyniujin/privacy-search --version 1.7.0

Security evidence

SkillVetAI static result: no findings detected

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
36 / 36 inspected as text
Checked
8/25/2026, 1:54:37 AM
Scanner
0.1.3
Policy
1.0.3
6 inferred permission indicators
  • shell execution — automatically inferred
  • network access — automatically inferred
  • filesystem read — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
  • browser control — automatically inferred
32 dependency and API indicators
  • pypi: aiohttp >=3.9.0,<4.0.0
  • pypi: beautifulsoup4 >=4.12.0,<5.0.0
  • pypi: lxml >=5.0.0,<6.0.0
  • pypi: jieba >=0.42.1,<1.0.0
  • pypi: pyyaml >=6.0,<7.0.0
  • api: a.com
  • api: api.github.com
  • api: api.skillhub.cn
  • api: baijiahao.baidu.com
  • api: blog.csdn.net
  • api: clawhub.ai
  • api: docs.python.org
  • api: e.com
  • api: github.com
  • api: html.duckduckgo.com
  • api: lite.qwant.com
  • api: open.bigmodel.cn
  • api: pypi.tuna.tsinghua.edu.cn
  • api: realpython.com
  • api: search.brave.com
  • api: skillhub.cn
  • api: skillhub.example.com
  • api: www.baidu.com
  • api: www.bing.com
  • api: www.cnblogs.com
  • api: www.example.com
  • api: www.so.com
  • api: www.sogou.com
  • api: www.startpage.com
  • api: www.zhihu.com
  • api: x.com
  • api: yandex.com
External clawhub result: suspicious

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
8/24/2026, 2:24:38 PM
Release binding
Matches this record
  • vt: clean
  • skillspector: suspicious
  • llm: suspicious

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:0c57afd8423461662f641e65b6f8711cf468d9fc5f455b4482245f3279594478
Show up to 30 recorded paths
  • references/engines_zh.md
  • references/engines.md
  • references/mcp_schema.md
  • references/QUICK_START.md
  • requirements.txt
  • scripts/__init__.py
  • scripts/cache.py
  • scripts/engine_selectors.py
  • scripts/engines_registry.py
  • scripts/exporters.py
  • scripts/http_client.py
  • scripts/logging_util.py
  • scripts/mcp_server.py
  • scripts/page_fetcher.py
  • scripts/privacy.py
  • scripts/quick_setup.py
  • scripts/ranking.py
  • scripts/search.py
  • scripts/searxng_manager.py
  • scripts/selftest_scheduler.py
  • scripts/summarizer.py
  • scripts/synthesiser.py
  • scripts/update_checker.py
  • scripts/version_util.py
  • skill-card.md
  • SKILL.md
  • tests/__init__.py
  • tests/test_mcp_server.py
  • tests/test_privacy.py
  • tests/test_search_v11.py

Source changelog

privacy-search 1.7.0 brings MCP Server stdio bridge for agent integration - 新增 MCP Server 形态(stdio JSON-RPC 2.0),暴露 search/synthesize/fetch 三大工具 - 通过 MCP Server 可被 Claude Code、Cursor、n8n 等直接挂载,桥接 Agent 生态 - 增加 references/mcp_schema.md 提供工具 schema 文档 - 新增 scripts/mcp_server.py MCP 服务主程序及 tests/test_mcp_server.py - skill-card.md 移除,SKILL.md/文档内容同步 MCP 接口说明

Release security diff

mediumCompared fixed releases 1.6.0 and 1.7.0; 0 finding and 0 permission indicators were added.

Both fixed releases were scanned under the current scanner and policy, so finding, permission and dependency changes are available.

Change reasons and limitations
  • file surface changed
  • content hash changed

Observed release history

These older immutable releases were observed by prior successful syncs. They remain recorded when a newer release becomes current.

1.6.08/17/2026sha256:b012adfa52fadfa305e8f8501d8e65ae19e8fb1c2f836691650b2168be2f598f