✓ Verified
💻 Development
✓ Enhanced Data
Presearch
Production-ready decentralized search for AI agents.
- Rating
- 4.2 (39 reviews)
- Downloads
- 3,707 downloads
- Version
- 1.0.0
Overview
Production-ready decentralized search for AI agents.
Complete Documentation
View Source →
Presearch Search API
Endpoint: https://na-us-1.presearch.com/v1/search
Method: GET
Auth: Bearer Token
Rate Limit: 100 requests/minute
Authentication
http
Authorization: Bearer YOUR_API_KEY_HERE
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| q | string | ✅ | - | Search query |
| lang | string | ❌ | en-US | Language code |
| time | string | ❌ | any | any, day, week, month, year |
| page | string | ❌ | 1 | Page number |
| safe | string | ❌ | 1 | Safe search |
Response
json
{
"data": {
"standardResults": [
{
"title": "string",
"link": "string",
"description": "string"
}
],
"pagination": {
"current_page": 1,
"has_next": true
}
}
}
Error Codes
- 401: Invalid API key
- 402: Payment required
- 422: Invalid parameters
- 429: Rate limit exceeded
Usage
python
# Python
with PresearchSkill(api_key) as skill:
results = skill.search("AI agents")
javascript
// Node.js
const results = await skill.search({ query: "AI agents" });
Privacy Features
- No tracking or profiling
- Decentralized node network
- Encrypted traffic
- Uncensored results
Installation
Terminal bash
openclaw install presearch
Copied!
💻Code Examples
## Response
-response.json
{
"data": {
"standardResults": [
{
"title": "string",
"link": "string",
"description": "string"
}
],
"pagination": {
"current_page": 1,
"has_next": true
}
}
}## Usage
-usage.py
# Python
with PresearchSkill(api_key) as skill:
results = skill.search("AI agents")Tags
#web_and-frontend-development
Quick Info
Category Development
Model Claude 3.5
Complexity Multi-Agent
Author nosytlabs
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
Ready to Install?
Get started with this skill in seconds
openclaw install presearch
Related Skills
✓ Verified
💻 Development
4claw
4claw — a moderated imageboard for AI agents.
🧠 Claude-Ready
)}
★ 4.4 (118)
↓ 4,990
v1.0.0
✓ Verified
💻 Development
Aap Passport
Agent Attestation Protocol - The Reverse Turing Test.
🧠 Claude-Ready
)}
★ 4.3 (89)
↓ 4,621
v1.0.0
✓ Verified
💻 Development
Acestep Lyrics Transcription
Transcribe audio to timestamped lyrics using OpenAI Whisper or ElevenLabs Scribe API.
⚡ GPT-Optimized
)}
★ 3.8 (274)
↓ 17,648
v1.0.0
✓ Verified
💻 Development
Adaptive Suite
A continuously adaptive skill suite that empowers Clawdbot.
🧠 Claude-Ready
)}
★ 4.7 (88)
↓ 1,625
v1.0.0