Privatedeepsearch Melt OpenClaw Skill - ClawHub
Do you want your AI agent to automate Privatedeepsearch Melt workflows? This free skill from ClawHub helps with search & research tasks without building custom tools from scratch.
What this skill does
*"Google wants to know everything about you.
Install
npx clawhub@latest install privatedeepsearch-meltFull SKILL.md
Open originalprivatedeepsearch-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.
What melt Does
š 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 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 |
Quick Start
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 š”ļø