Latest release: v2026.7.1Download zip
Compatibility
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The package purpose is Tavily web search and extraction, and the artifact registers a Tavily web search provider plus tavily_search and tavily_extract tools that call the Tavily API.
Instruction Scope
The bundled skill instructions describe tool selection, parameters, limits, and workflows; they do not contain hidden agent-control instructions or behavior unrelated to Tavily search/extraction.
Install Mechanism
The npm package is an official, source-linked @openclaw plugin with no install scripts and a single pinned runtime dependency on typebox.
Credentials
The plugin requires a Tavily API key from configuration or TAVILY_API_KEY and makes outbound requests to Tavily, which is expected for a web search provider.
Persistence & Privilege
No local file writes, command execution, startup activation, privilege escalation, or durable persistence were found; the code uses in-memory response caches and reads Tavily-related environment variables.
Scan Findings in Context
[SkillSpector:clean] expected: SkillSpector reported no issues, and manual artifact review found the skill text aligned with the declared Tavily search/extraction purpose.
[StaticScan:clean] expected: Static scan reported no suspicious patterns; manual review found no package install scripts, local filesystem access, child process execution, or unrelated network targets.
[VirusTotal:clean] expected: VirusTotal showed zero malicious or suspicious detections across engines; this supports, but does not solely determine, the benign verdict.
Assessment
Install only if you want OpenClaw to use Tavily for web search and page extraction. Provide a Tavily API key through the plugin configuration or TAVILY_API_KEY, and only set the optional base URL to a trusted endpoint because the API key is sent there.Verification
Tags
Tavily OpenClaw plugin
Official OpenClaw plugin for Tavily.
Install
openclaw plugins install @openclaw/tavily-plugin
Docs
See docs/tools/tavily.md in the OpenClaw repository, or the published docs at https://docs.openclaw.ai/tools/tavily.
