A specialized tool for extracting clean text or raw HTML from any webpage to power AI-driven research and automation.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install desearch-crawl
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install desearch-crawl using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Desearch Crawl is an essential utility within the ecosystem of Openclaw Skills that allows developers and AI agents to programmatically retrieve webpage content. By simplifying complex web pages into readable text, it ensures that LLMs receive high-quality data without the noise of scripts and styling. This skill is optimized for speed and reliability, making it a cornerstone for any agentic workflow that requires real-time information retrieval from the web.
Built to work seamlessly with modern AI development environments, this tool leverages the Desearch API to bypass common scraping hurdles. Whether you are building a research assistant or a technical documentation reader, integrating this into your Openclaw Skills collection provides a direct bridge to live web data, formatted specifically for machine consumption.
To get started with this skill, follow these installation steps:
export DESEARCH_API_KEY='your-key-here'
# Default text crawl
scripts/desearch.py crawl "https://example.com"
# HTML format crawl
scripts/desearch.py crawl "https://example.com" --crawl-format html
The skill prioritizes minimal token usage by returning direct data rather than nested objects. This makes it highly efficient for Openclaw Skills implementations.
| Format | Output Description |
|---|---|
| text | Default. Returns the core readable text of the webpage, stripped of HTML tags. |
| html | Returns the full, raw HTML source of the target page for structural analysis. |
| Error (401) | Returns a JSON object indicating an invalid or missing API key. |
| Error (402) | Returns a JSON object indicating insufficient account balance. |
Loading
An AI-powered multi-source search engine that aggregates, filters, and summarizes content from across the web and social platforms.

A central orchestration layer that manages and coordinates multiple Openclaw Skills to build unified, intelligent automation workflows.

An AI-powered skill for managing Plan2Meal recipes and grocery lists through natural language commands.

A natural language interface for YouTube Music that leverages browser automation for hands-free playback and library management.

A high-performance web search skill that delivers real-time search engine results and structured snippets to AI agents.

A real-time X (Twitter) search and monitoring tool for AI agents to find posts, track users, and analyze social engagement.








































