Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Crawl/scrape and extract content from any webpage URL. Returns the page content as clean text or raw HTML. Use this when you need to read the full contents o...
Crawl/scrape and extract content from any webpage URL. Returns the page content as clean text or raw HTML. Use this when you need to read the full contents o...
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.
Extract content from any webpage URL. Returns clean text or raw HTML.
Get an API key from https://console.desearch.ai Set environment variable: export DESEARCH_API_KEY='your-key-here'
# Crawl a webpage (returns clean text by default) scripts/desearch.py crawl "https://en.wikipedia.org/wiki/Artificial_intelligence" # Get raw HTML scripts/desearch.py crawl "https://example.com" --crawl-format html
OptionDescription--crawl-formatOutput content format: text (default) or html
scripts/desearch.py crawl "https://docs.python.org/3/tutorial/index.html"
scripts/desearch.py crawl "https://example.com/page" --crawl-format html
Artificial intelligence (AI) is the capability of computational systems to perform tasks that typically require human intelligence, such as learning, reasoning, problem-solving, perception, and decision-making...
<!DOCTYPE html> <html> <head><title>Artificial intelligence - Wikipedia</title></head> <body> <p>Artificial intelligence (AI) is the capability of computational systems...</p> </body> </html>
Response is plain text or raw HTML โ not JSON. Default format is text. Use --crawl-format html only when you need to inspect page structure. Prefer text format to avoid bloating the agent context with markup.
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.