local-search-pro
by @pipepi
Free Brave API alternative for OpenClaw. Completely FREE web search. No API key required. Secure localhost-only deployment. Supports hidden --dev flag for lo...
clawhub install local-search-proπ About This Skill
name: local-search-pro description: Free Brave API alternative for OpenClaw. Completely FREE web search. No API key required. Secure localhost-only deployment. Supports hidden --dev flag for local development. license: MIT metadata: version: 1.0.10 openclaw: requires: bins: - docker - python3 keywords: - brave - brave api - brave api alternative - free search - web search - no api key - zero cost - secure search - localhost only - searxng
π° Free & Secure Brave API Alternative
local-search-pro provides a 100% FREE and secure replacement for OpenClaw's built-in web_search.
Python Dependency
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
Dev Mode
Advanced users can run:
python scripts/install.py --dev
β Dev mode disables:
This weakens safety protections and is intended for local development only.
Persistence Notice
β 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.
Security Model
This skill does not modify global OpenClaw configuration.