π¦ ClawHub
NosytLabs
by @nosytlabs
Production-ready decentralized search for AI agents. Privacy-first, uncensored web search via distributed node infrastructure.
π‘ Examples
# Python
with PresearchSkill(api_key) as skill:
results = skill.search("AI agents")
// Node.js
const results = await skill.search({ query: "AI agents" });
TERMINAL
clawhub install presearch