unsearch
Search the web, scrape content, and conduct deep research using the UnSearch API. Use when the user needs real-time web search results, content extraction from URLs, fact verification, or multi-source research for AI agents, RAG pipelines, or LLM applications.
Why use this skill?
Integrate real-time web search, content scraping, and AI-powered research into OpenClaw with the UnSearch skill. Perfect for RAG and fact-checking.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/rakesh1002/unsearchWhat This Skill Does
The UnSearch skill provides OpenClaw agents with powerful, real-time web search and deep-content extraction capabilities. As an open-source alternative to services like Tavily or Exa, it allows your agent to bridge the gap between static model knowledge and the dynamic, live internet. It enables comprehensive data gathering, fact verification, and autonomous research, making it an essential component for high-quality RAG (Retrieval-Augmented Generation) pipelines and complex knowledge-intensive tasks.
Installation
To integrate UnSearch into your environment, follow these steps:
- Ensure your OpenClaw environment is configured.
- Run the following command in your terminal:
clawhub install openclaw/skills/skills/rakesh1002/unsearch - Obtain your free API key at https://unsearch.dev.
- Set the environment variable:
export UNSEARCH_API_KEY="your_api_key_here".
Use Cases
- Market Intelligence: Automatically track competitors, search news, and scrape product pages to build detailed landscape reports.
- Fact-Checking: Verify claims found in documents by searching multiple, high-authority engines simultaneously.
- Dynamic RAG: Enhance LLM output by fetching live context before answering user queries, reducing hallucination.
- Deep Web Research: Perform iterative, multi-step search queries to compile long-form articles or technical summaries.
Example Prompts
- "Perform a deep research report on the latest advancements in solid-state battery technology from the last three months, citing at least five different sources."
- "Search for the documentation of the latest Python version, extract the content from the official release page, and summarize the breaking changes."
- "Verify if the claim that 'Company X acquired Startup Y' is accurate by searching news outlets and provide the URLs of the confirming articles."
Tips & Limitations
- Optimize for Cost: The service provides 5,000 free queries per month. If you are running high-frequency automated tasks, monitor your usage via the UnSearch dashboard.
- Search Depth: Use the
agent/searchendpoint withsearch_depth: 'advanced'when you need higher accuracy and synthesized answers, but stick tobasicorfastfor quick data retrieval to save time. - Filtering: Always use
include_domainsorexclude_domainswhen possible to limit the noise in your results and improve the signal-to-noise ratio of your scraped content. - Language Support: While the default is English, ensure you specify the correct ISO language code if you are conducting research in other regions to get geographically relevant results.
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-rakesh1002-unsearch": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
Mailmolt
Skill by rakesh1002
audiopod
Use AudioPod AI's API for audio processing tasks including AI music generation (text-to-music, text-to-rap, instrumentals, samples, vocals), stem separation, text-to-speech, noise reduction, speech-to-text transcription, speaker separation, and media extraction. Use when the user needs to generate music/songs/rap from text, split a song into stems/vocals/instruments, generate speech from text, clean up noisy audio, transcribe audio/video, or extract audio from YouTube/URLs. Requires AUDIOPOD_API_KEY env var or pass api_key directly.
go2gg
Use Go2.gg API for URL shortening, link analytics, QR code generation, webhooks, and link-in-bio pages. Use when the user needs to create short links, track clicks, generate QR codes, set up link-in-bio pages, or manage branded URLs. Free tier includes short links, QR codes, and analytics. Requires GO2GG_API_KEY env var. QR code generation is free without auth.