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

Web & Frontend Development @okradze Updated 6/28/2026 16,937 downloads 5 stars Security: Pass

🌐 Desearch Web Search OpenClaw Plugin & Skill | ClawHub

Looking to integrate Desearch Web 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

Search the web and get real-time SERP-style results with titles, URLs, and snippets. Use this for general web queries when you need current links and information from across the internet.

Install

ClawHub CLI
openclaw skills install @okradze/desearch-web-search
Node.js (npx)
npx clawhub@latest install desearch-web-search

Full SKILL.md

Open original
Metadata table.
namedescription
desearch-web-searchSearch the web and get real-time SERP-style results with titles, URLs, and snippets. Use this for general web queries when you need current links and information from across the internet.

SKILL.md content below is scrollable.

Web Search By Desearch

Real-time web search returning structured SERP-style results with titles, links, and snippets.

Quick Start

  1. Get an API key from https://console.desearch.ai
  2. Set environment variable: export DESEARCH_API_KEY='your-key-here'

Usage

# Basic web search
desearch.py web "quantum computing"

# Paginated results
desearch.py web "quantum computing" --start 10

Options

Option Description
--start Pagination offset (default: 0). Use to get the next page of results.

Response

Example

desearch.py web "best sights in Georgia"
{
  "data": [
    {
      "title": "Cool places and fun things to do in Georgia ? : r/solotravel",
      "snippet": "I was in Georgia earlier this month. My favorite place was Mtirala National Park in Adjara. The mountains and forest were absolutely beautiful ...",
      "link": "https://www.reddit.com/r/solotravel/comments/py4wls/cool_places_and_fun_things_to_do_in_georgia/",
    },
  ]
}

Notes

  • Returns up to 10 results per page. Use --start to paginate.

Errors

Status 401, Unauthorized (e.g., missing/invalid API key)

{
  "detail": "Invalid or missing API key"
}

Status 402, Payment Required (e.g., balance depleted)

{
  "detail": "Insufficient balance, please add funds to your account to continue using the service."
}

Resources

ClawHub Registry URL: https://clawhub.ai/okradze/skills/desearch-web-search

Related skills

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