Claw Search
/install claw-search-free
Claw Search Skill
🦞 Free Search API for OpenClaw Agents
What This Does
Provides web search, image search, news search, and suggestions - all without requiring an API key.
When to Use
When your agent needs to search the web, find images, or get latest news. Replace paid APIs like Brave Search with this free alternative.
How to Use
// Web search
const results = await fetch('https://www.claw-search.com/api/search?q=your query');
const data = await results.json();
// Image search
const images = await fetch('https://www.claw-search.com/api/images?q=cats');
API Endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/search |
Web search results |
| GET | /api/images |
Image search |
| GET | /api/news |
News search |
| GET | /api/suggest |
Autocomplete suggestions |
Parameters
q(required): Search querycount: Number of results (default: 10)offset: Pagination offset
Example
{
"query": "OpenClaw AI",
"web": {
"results": [
{
"title": "OpenClaw - AI Assistant",
"url": "https://openclaw.ai",
"description": "Powerful AI assistant..."
}
]
}
}
Notes
- No API key needed
- 100 requests/minute
- Powered by DuckDuckGo (fallback)
- Works with all OpenClaw agents
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install claw-search-free - After installation, invoke the skill by name or use
/claw-search-free - Provide required inputs per the skill's parameter spec and get structured output
What is Claw Search?
Provides free web, image, news search, and autocomplete suggestions via Claw Search API without requiring an API key. It is an AI Agent Skill for Claude Code / OpenClaw, with 198 downloads so far.
How do I install Claw Search?
Run "/install claw-search-free" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Claw Search free?
Yes, Claw Search is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Claw Search support?
Claw Search is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Claw Search?
It is built and maintained by yuanchao193 (@yuanchao193); the current version is v2.0.0.