← 返回 Skills 市场
romancircus

Private Deep Search

作者 romancircus · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
1740
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install privatedeepsearch-melt
功能描述
Performs private, multi-round deep web searches excluding Google/Bing, synthesizes results with citations, and does not retain user data or logs.
安全使用建议
This package appears coherent and implements a local SearXNG + scraper. Before installing: 1) Inspect the Docker image (searxng/searxng:latest) or pin a specific release tag to avoid surprise image changes. 2) Verify docker/searxng/settings.yml after setup (setup.sh replaces the placeholder secret for you). 3) Be aware deep_research.py will fetch and parse URLs returned by searches — consider running the container and scraper in an isolated network namespace or behind a VPN if you want to limit outbound reach (prevents accidental access to internal hosts). 4) Review and, if necessary, adjust IGNORED_DOMAINS and request timeouts/rate limits to avoid aggressive scraping. 5) If you require extra assurance, pull and inspect the searxng Docker image locally or build from source and run with least-privilege container settings (no host network unless you intend VPN=host). Overall: functionally consistent with its stated purpose, but follow standard supply-chain and network-isolation best practices.
功能分析
Type: OpenClaw Skill Name: privatedeepsearch-melt Version: 1.0.0 The skill bundle is designed for a privacy-first deep research assistant, utilizing a self-hosted SearXNG instance via Docker. The `setup.sh` script correctly initializes the SearXNG configuration by generating a unique secret key and starting the Docker container. The `deep_research.py` script performs web scraping and iterative searches, but all network requests are directed to the local SearXNG instance or legitimate external search engines/websites for content retrieval, with a clear focus on local processing and privacy (e.g., blocking tracking domains). There is no evidence of data exfiltration, malicious execution, persistence mechanisms, prompt injection against the agent, or obfuscation. All actions are transparent and aligned with the stated purpose.
能力评估
Purpose & Capability
Name and artifacts match: this is a self-hosted SearXNG-based search + a Python 'deep_research' tool that iteratively queries SearXNG and scrapes pages. Required software (Docker, Python, aiohttp, BeautifulSoup) is appropriate for the stated task; there are no unrelated credentials, binaries, or config paths requested.
Instruction Scope
Runtime instructions (setup.sh, docker-compose, SKILL.md) remain within the expected scope: start a local SearXNG container, copy skills into ~/.clawdbot/skills, and run deep_research.py which fetches and scrapes web pages returned by SearXNG. One operational note: the Python tool will fetch arbitrary result URLs (intended), so it will make outbound HTTP requests to the internet (and could reach any host that appears in search results). This is expected for a scraper but is a network-privacy consideration rather than incoherence.
Install Mechanism
There is no complex/install spec; setup uses docker-compose to pull searxng/searxng:latest (official Docker Hub image) and a local setup script to generate a secret key. Pulling an image from Docker Hub is normal here, but using the mutable 'latest' tag has supply-chain implications (image contents can change). Python deps are standard and installed via pip when requested.
Credentials
The skill does not request environment variables, credentials, or system config paths. It asks for reasonable local dependencies (Docker, Python and a couple of Python packages) which match the described functionality.
Persistence & Privilege
Skill is not marked always:true and does not require modifying other skills or system-wide agent settings. setup.sh updates only the included settings.yml and starts the local container; the container mounts only the local ./searxng config directory. No excessive privileges are requested in the manifest.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install privatedeepsearch-melt
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /privatedeepsearch-melt 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Privacy-first deep research with multi-iteration search and content scraping
元数据
Slug privatedeepsearch-melt
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Private Deep Search 是什么?

Performs private, multi-round deep web searches excluding Google/Bing, synthesizes results with citations, and does not retain user data or logs. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1740 次。

如何安装 Private Deep Search?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install privatedeepsearch-melt」即可一键安装,无需额外配置。

Private Deep Search 是免费的吗?

是的,Private Deep Search 完全免费(开源免费),可自由下载、安装和使用。

Private Deep Search 支持哪些平台?

Private Deep Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Private Deep Search?

由 romancircus(@romancircus)开发并维护,当前版本 v1.0.0。

💬 留言讨论