desearch-ai-search
AI-powered search that aggregates and summarizes results from multiple sources including web, X/Twitter, Reddit, Hacker News, YouTube, ArXiv, and Wikipedia. Use this when you need a synthesized answer or curated links from across the internet and social platforms.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/okradze/desearch-ai-searchAI Search By Desearch
AI-powered multi-source search that aggregates results from web, Reddit, Hacker News, YouTube, ArXiv, Wikipedia, and X/Twitter — returning either summarized answers or curated links.
Quick Start
- Get an API key from https://console.desearch.ai
- Set environment variable:
export DESEARCH_API_KEY='your-key-here'
Usage
# AI contextual search (summarized results from multiple sources)
desearch.py ai_search "What is Bittensor?" --tools web,reddit,youtube
# AI web link search (curated links from specific sources)
desearch.py ai_web "machine learning papers" --tools arxiv,web,wikipedia
# AI X/Twitter link search (curated post links)
desearch.py ai_x "crypto market trends" --count 20
Commands
| Command | Description |
|---|---|
ai_search | AI-summarized search across multiple sources. Returns aggregated results with context. |
ai_web | AI-curated link search. Returns the most relevant links from chosen sources. |
ai_x | AI-powered X/Twitter search. Returns the most relevant post links for a topic. |
Options
| Option | Description | Applies to |
|---|---|---|
--tools, -t | Sources to search: web, hackernews, reddit, wikipedia, youtube, arxiv, twitter (comma-separated) | Both |
--count, -n | Number of results (default: 10, max: 200) | All |
--date-filter | Time filter: PAST_24_HOURS, PAST_2_DAYS, PAST_WEEK, PAST_2_WEEKS, PAST_MONTH, PAST_2_MONTHS, PAST_YEAR, PAST_2_YEARS | ai_search |
Examples
Research a topic with AI summary
desearch.py ai_search "What are the latest developments in quantum computing?" --tools web,arxiv,reddit
Find academic papers
desearch.py ai_web "transformer architecture improvements 2025" --tools arxiv,web
Get recent news from multiple sources
desearch.py ai_search "AI regulation news" --tools web,hackernews,reddit --date-filter PAST_WEEK
Find YouTube tutorials
desearch.py ai_web "learn rust programming" --tools youtube,web
AI-curated X/Twitter links on a topic
desearch.py ai_x "latest AI breakthroughs" --count 15
Response
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-okradze-desearch-ai-search": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
desearch-x-search
Search X (Twitter) in real time. Find posts by keyword, user, or hashtag. Get a user's timeline, replies, retweeters, or fetch specific posts by ID or URL. Supports advanced filters like date range, language, engagement thresholds, and media type.
desearch-crawl
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 of a specific web page.
desearch-web-search
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.