Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Production-ready decentralized search for AI agents. Privacy-first, uncensored web search via distributed node infrastructure.
Production-ready decentralized search for AI agents. Privacy-first, uncensored web search via distributed node infrastructure.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
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. Summarize what changed and any follow-up checks I should run.
Endpoint: https://na-us-1.presearch.com/v1/search Method: GET Auth: Bearer Token Rate Limit: 100 requests/minute
Authorization: Bearer YOUR_API_KEY_HERE
ParameterTypeRequiredDefaultDescriptionqstring✅-Search querylangstring❌en-USLanguage codetimestring❌anyany, day, week, month, yearpagestring❌1Page numbersafestring❌1Safe search
{ "data": { "standardResults": [ { "title": "string", "link": "string", "description": "string" } ], "pagination": { "current_page": 1, "has_next": true } } }
401: Invalid API key 402: Payment required 422: Invalid parameters 429: Rate limit exceeded
# Python with PresearchSkill(api_key) as skill: results = skill.search("AI agents") // Node.js const results = await skill.search({ query: "AI agents" });
No tracking or profiling Decentralized node network Encrypted traffic Uncensored results
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.