This is a straightforward web search tool that hits Desearch's API and returns SERP-style results with titles, URLs, and snippets. You get up to 10 results per query with pagination support if you need to dig deeper. It's useful when you need Claude to pull current information or links from the web rather than relying on its training data cutoff. The API requires a key from their console, and you'll hit payment errors if your balance runs out. Nothing fancy here, just a clean integration for real-time web search that returns structured JSON you can actually parse and use.
npx skills add https://github.com/desearch-ai/desearch-openclaw-skills --skill desearch-web-search