/install local-websearch-1
SearXNG Web Search
Privacy-respecting metasearch via your self-hosted SearXNG instance.
When to use (trigger phrases)
Use this skill when the user asks:
- "search the web for..."
- "look up..." / "find information about..."
- "what is..." (when current info needed)
- "research..." / "search for..."
- "google..." (redirect to privacy-respecting search)
Quick start
python3 {baseDir}/scripts/searxng_search.py "your query"
python3 {baseDir}/scripts/searxng_search.py "query" --count 10
python3 {baseDir}/scripts/searxng_search.py "query" --lang de
Setup
Set SEARXNG_URL environment variable:
export SEARXNG_URL="http://your-searxng-host:8888"
Flags
| Flag | Default | Description |
|---|---|---|
-n, --count |
5 | Results to return (1-20) |
-l, --lang |
auto | Language code (en, de, fr, es, etc.) |
Output
Returns JSON:
{
"query": "search terms",
"count": 5,
"results": [
{"title": "...", "url": "...", "description": "...", "engines": ["google", "brave"], "score": 1.5}
]
}
Notes
- No API keys needed—SearXNG aggregates upstream engines
- Results include source engines for transparency
- Scores indicate relevance (higher = better)
- For news, add "news" to query or use
--langfor regional results
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install local-websearch-1 - After installation, invoke the skill by name or use
/local-websearch-1 - Provide required inputs per the skill's parameter spec and get structured output
What is Local Websearch 1?
Search the web using a self-hosted SearXNG metasearch engine aggregating multiple sources without API keys and returning JSON results. It is an AI Agent Skill for Claude Code / OpenClaw, with 720 downloads so far.
How do I install Local Websearch 1?
Run "/install local-websearch-1" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Local Websearch 1 free?
Yes, Local Websearch 1 is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Local Websearch 1 support?
Local Websearch 1 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Local Websearch 1?
It is built and maintained by eg-yks (@eg-yks); the current version is v1.0.0.