Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

presearch

v1.0.1

Production-ready decentralized search for AI agents. Privacy-first, uncensored web search via distributed node infrastructure.

0· 585· 1 versions· 0 current· 0 all-time· Updated 10h ago· MIT-0

Install

openclaw skills install decentralized-search

Presearch Search API

Endpoint: https://na-us-1.presearch.com/v1/search
Method: GET
Auth: Bearer Token
Rate Limit: 100 requests/minute

Authentication

Authorization: Bearer YOUR_API_KEY_HERE

Parameters

ParameterTypeRequiredDefaultDescription
qstring-Search query
langstringen-USLanguage code
timestringanyany, day, week, month, year
pagestring1Page number
safestring1Safe search

Response

{
  "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
with PresearchSkill(api_key) as skill:
    results = skill.search("AI agents")
// Node.js
const results = await skill.search({ query: "AI agents" });

Privacy Features

  • No tracking or profiling
  • Decentralized node network
  • Encrypted traffic
  • Uncensored results

Version tags

latestvk97111nh5gyea6mgkxnpywn6y181e3js