π¦ ClawHub
Local Web Search
by @psanger
Real-time web search for any OpenClaw commander model. Default path is free/private local SearXNG + Scrapling/browser-worker search with no API keys; optiona...
π Constraints
--intent to match the query type for best results. --intent is part of this skill's own workflow, not a universal OpenClaw flag. Agents that read/follow this skill should choose it automatically from task type, but agents that do not load the skill will not automatically inherit these conventions.LOCAL_SEARCH_FALLBACK_URL if you set it explicitly.cd "$(cat ~/.openclaw/workspace/skills/local-web-search/.project_root)" && ./start_local_search.sh
search_local_web.py and browse_page.py are complementary: search first, browse second.[cross-validated] results (appeared in multiple engines) for factual claims.browse_page.py --mode stealth.BROWSER_WORKER_URL is set, browse_page.py will delegate auto, stealth, and dynamic modes to that worker. Keep this for environments where the worker is actually reachable, such as inside the same Docker network or through an intentional tunnel/proxy.verify_claim.py to get a multi-source confidence score before asserting.UNCERTAIN, LIKELY_FALSE, or UNVERIFIABLE verdict β tell the user the evidence is insufficient instead.TERMINAL
clawhub install local-web-search