Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
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 informa...
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 informa...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Real-time web search returning structured SERP-style results with titles, links, and snippets.
Get an API key from https://console.desearch.ai Set environment variable: export DESEARCH_API_KEY='your-key-here'
# Basic web search desearch.py web "quantum computing" # Paginated results desearch.py web "quantum computing" --start 10
OptionDescription--startPagination offset (default: 0). Use to get the next page of results.
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/", }, ] }
Returns up to 10 results per page. Use --start to paginate.
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." }
API Reference Desearch Console
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.