Install
openclaw skills install privatedeepsearch-meltPerforms private, multi-round deep web searches excluding Google/Bing, synthesizes results with citations, and does not retain user data or logs.
openclaw skills install 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.
searx "best password managers 2026" 5
melt queries DuckDuckGo, Brave, Startpage, and friends. Google and Bing are blocked at the door.
deep-research "zero knowledge proofs practical applications"
melt doesn't just search once and call it a day. She:
Like Perplexity, but she doesn't sell your soul to investors.
| What Big Tech Does | What melt Does |
|---|---|
| Logs every search | Logs nothing |
| Builds a profile on you | Forgets you exist |
| Sells your data | Has no data to sell |
| Runs on their servers | Runs on YOUR machine |
| Costs $20/month | Costs $0/forever |
# 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
cp -r skills/* ~/.clawdbot/skills/
# Or via ClawdHub
clawdhub install privatedeepsearch-melt
Tell Clawdbot to stop using Brave API:
{
"tools": {
"web": {
"search": { "enabled": false }
}
}
}
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... │
└───────────────────────────────┘
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:
melt is MIT licensed because:
Closed-source "privacy" tools ask you to trust them. melt asks you to verify.
✅ Enabled:
❌ Blocked:
pip install aiohttp beautifulsoup4
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
MIT — Do whatever you want. Just don't be evil.
"The best search history is no search history." — melt
SearXNG 🛡️