Latest release: v2026.9.2Download zip
Compatibility
Security Scan
OpenClaw
Benign
high confidenceCredentials
The plugin reads only the configured base URL from plugin config or the SEARXNG_BASE_URL environment variable and performs network requests to that configured endpoint, which is expected for a search provider.
Install Mechanism
Installation metadata is standard for an OpenClaw plugin package, with runtime extension files under dist and no bundled skill instructions or startup activation.
Instruction Scope
Runtime behavior is scoped to explicit tool execution with a query, optional count, categories, and language; result count is limited to 10 and returned web content is marked as untrusted/wrapped.
Persistence & Privilege
No shell execution, filesystem mutation, credential harvesting, background worker, or durable persistence was found; caching is an in-memory Map using the host web-search cache TTL.
Purpose & Capability
The declared purpose is SearXNG web search, and the code registers a single web search provider that builds SearXNG /search JSON requests and returns titles, URLs, snippets, and optional image URLs.
Assessment
Before installing, configure it only with a SearXNG instance you trust, because your search queries will be sent to that endpoint. HTTP base URLs are constrained to private or loopback hosts, while public endpoints should use HTTPS.Verification
Tags
SearXNG OpenClaw plugin
Official OpenClaw plugin for SearXNG.
Install
openclaw plugins install @openclaw/searxng-plugin
Docs
See docs/tools/searxng-search.md in the OpenClaw repository, or the published docs at https://docs.openclaw.ai/tools/searxng-search.
