Jump to related tools in the same category or review the original source on GitHub.

Web & Frontend Development @nosytlabs Updated 6/28/2026 941 downloads 0 stars Security: Pass

Decentralized Search OpenClaw Plugin & Skill | ClawHub

Looking to integrate Decentralized Search into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate web & frontend development tasks instantly, without having to write custom tools from scratch.

What this skill does

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

Install

ClawHub CLI
openclaw skills install @nosytlabs/decentralized-search
Node.js (npx)
npx clawhub@latest install decentralized-search

Full SKILL.md

Open original
Metadata table.
namedescription
presearch-searchProduction-ready decentralized search for AI agents. Privacy-first, uncensored web search via distributed node infrastructure.

SKILL.md content below is scrollable.

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

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

{
  "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
ClawHub Registry URL: https://clawhub.ai/nosytlabs/skills/decentralized-search

Related skills

If this matches your use case, these are close alternatives in the same category.