Install
openclaw skills install local-search-proFree Brave API alternative for OpenClaw. Completely FREE web search. No API key required. Secure localhost-only deployment. Supports hidden --dev flag for lo...
openclaw skills install local-search-prolocal-search-pro provides a 100% FREE and secure replacement for OpenClaw's built-in web_search.
The runtime scripts require the Python package requests.
Install if missing:
pip install requests
✅ No Brave API key
✅ No $5/month cost
✅ Localhost-only deployment
✅ Limiter enabled
✅ Safe search enabled
Advanced users can run:
python scripts/install.py --dev
⚠ Dev mode disables:
This weakens safety protections and is intended for local development only.
⚠ The install script runs Docker with --restart unless-stopped and -d, which creates a persistent background container (searxng-local).
To remove the service:
docker rm -f searxng-local
Users should be aware this is a system-level persistent service.
This skill does not modify global OpenClaw configuration.