# Send Private Deep Search to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "privatedeepsearch-melt",
    "name": "Private Deep Search",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/romancircus/privatedeepsearch-melt",
    "canonicalUrl": "https://clawhub.ai/romancircus/privatedeepsearch-melt",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/privatedeepsearch-melt",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=privatedeepsearch-melt",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "docker/docker-compose.yml",
      "docker/searxng/settings.yml",
      "docs/PRIVACY.md",
      "docs/TROUBLESHOOTING.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/privatedeepsearch-melt"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/privatedeepsearch-melt",
    "downloadUrl": "https://openagent3.xyz/downloads/privatedeepsearch-melt",
    "agentUrl": "https://openagent3.xyz/skills/privatedeepsearch-melt/agent",
    "manifestUrl": "https://openagent3.xyz/skills/privatedeepsearch-melt/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/privatedeepsearch-melt/agent.md"
  }
}
```
## Documentation

### privatedeepsearch-melt

"Google wants to know everything about you. I want to know nothing."
— melt, probably

melt is your privacy-obsessed research assistant. She searches the web deeply, synthesizes findings with citations, and forgets everything the moment she's done.

Powered by SearXNG. No Google. No tracking. No API keys. No BS.

### 🔍 She Searches (Privately)

searx "best password managers 2026" 5

melt queries DuckDuckGo, Brave, Startpage, and friends. Google and Bing are blocked at the door.

### 🔬 She Researches (Deeply)

deep-research "zero knowledge proofs practical applications"

melt doesn't just search once and call it a day. She:

Searches your query
Reads the results
Thinks "hmm, I need more context"
Searches again with refined terms
Scrapes full article content
Repeats up to 5 times
Synthesizes everything into a report with citations

Like Perplexity, but she doesn't sell your soul to investors.

### 🛡️ She Protects (Always)

What Big Tech DoesWhat melt DoesLogs every searchLogs nothingBuilds a profile on youForgets you existSells your dataHas no data to sellRuns on their serversRuns on YOUR machineCosts $20/monthCosts $0/forever

### 1. Wake melt Up

# Auto-setup (generates secret key + starts container)
./setup.sh

# Or manually
cd docker && docker-compose up -d

She'll be ready at http://localhost:8888

### 2. Teach Her to Your AI

cp -r skills/* ~/.clawdbot/skills/

# Or via ClawdHub
clawdhub install privatedeepsearch-melt

### 3. (Optional) Fire the Competition

Tell Clawdbot to stop using Brave API:

{
  "tools": {
    "web": {
      "search": { "enabled": false }
    }
  }
}

### How Deep Research Actually Works

You: "explain quantum computing"
                    │
                    ▼
    ┌───────────────────────────────┐
    │  melt: "Got it. Let me dig."  │
    └───────────────┬───────────────┘
                    │
    Round 1: "explain quantum computing"
    Round 2: "quantum computing detailed analysis"
    Round 3: "quantum computing comprehensive guide"
                    │
                    ▼
    ┌───────────────────────────────┐
    │  SearXNG: *queries 5 engines* │
    │  Returns 10 results per round │
    └───────────────┬───────────────┘
                    │
                    ▼
    ┌───────────────────────────────┐
    │  melt: "YouTube? Facebook?    │
    │         Nice try. BLOCKED."   │
    └───────────────┬───────────────┘
                    │
                    ▼
    ┌───────────────────────────────┐
    │  *Scrapes 10 pages at once*   │
    │  asyncio go brrrrrr           │
    └───────────────┬───────────────┘
                    │
                    ▼
    ┌───────────────────────────────┐
    │  # Deep Research Report       │
    │  **Sources:** 17              │
    │  ## [1] Quantum 101...        │
    │  ## [2] IBM's Breakthrough... │
    └───────────────────────────────┘

### Privacy Architecture

Your brain
    │
    ▼ (you type a query)
┌─────────────────┐
│   Clawdbot      │  ← Your machine. Your rules.
└────────┬────────┘
         │
         ▼
┌─────────────────┐
│     melt        │  ← Localhost. No cloud. No logs.
│   (SearXNG)     │
└────────┬────────┘
         │
         ▼ (optional but recommended)
┌─────────────────┐
│    Your VPN     │  ← Hide your IP from everyone
└────────┬────────┘
         │
         ▼
┌─────────────────┐
│  DuckDuckGo     │  ← They see VPN IP, not you
│  Brave Search   │
│  Startpage      │
└─────────────────┘

Who sees what:

Google: Nothing. Blocked.
Your ISP: Encrypted traffic. They mad.
melt: Everything. But she has amnesia.

### Why Open Source Matters

melt is MIT licensed because:

You can audit the code — No hidden trackers
You can fork it — Make your own version
You can improve it — PRs welcome
You own your data — It never leaves your machine

Closed-source "privacy" tools ask you to trust them. melt asks you to verify.

### Engines melt Trusts

✅ Enabled:

DuckDuckGo, Brave Search, Startpage
Qwant, Mojeek
Wikipedia, GitHub, StackOverflow, Reddit, arXiv
Piped, Invidious (YouTube without YouTube)

❌ Blocked:

Google (all of it)
Bing (all of it)
Anything that tracks you

### Requirements

Docker & Docker Compose
Python 3.8+
A healthy distrust of Big Tech

pip install aiohttp beautifulsoup4

### Files

privatedeepsearch-melt/
├── README.md              ← You are here
├── docker/
│   ├── docker-compose.yml ← SearXNG deployment
│   └── searxng/settings.yml
├── skills/
│   ├── searxng/           ← Basic search skill
│   └── deep-research/     ← The good stuff
└── docs/
    ├── PRIVACY.md         ← How melt protects you
    └── TROUBLESHOOTING.md ← When things break

### Credits

SearXNG — The real hero. Privacy-respecting meta-search that makes this possible.
OpenWebUI Deep Research — Algorithm inspiration
Clawdbot — AI assistant framework

### License

MIT — Do whatever you want. Just don't be evil.

"The best search history is no search history."
— melt

SearXNG 🛡️
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: romancircus
- Version: 1.0.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/privatedeepsearch-melt)
- [Send to Agent page](https://openagent3.xyz/skills/privatedeepsearch-melt/agent)
- [JSON manifest](https://openagent3.xyz/skills/privatedeepsearch-melt/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/privatedeepsearch-melt/agent.md)
- [Download page](https://openagent3.xyz/downloads/privatedeepsearch-melt)