@matthew77

Tavily Search

Web search using Tavily's LLM-optimized API. Returns relevant results with content snippets, scores, and metadata.

当前版本
v1.0.1
90 3.5万总安装 269

v1.0.1

2026/03/02

版本

- Initial release of Tavily Search skill. - Enables web search through Tavily’s API, optimized for LLMs. - Supports result snippets, scores, metadata, and domain/topic filtering. - Provides flexible search depth options and time range filtering. - Authentication via environment variable or config file. - Includes command-line usage examples and documentation.

Security Scan

OpenClaw

gpt-5-mini

clean

OpenClaw 分析

The skill's code, instructions, and required credential (TAVILY_API_KEY) are consistent with a simple Tavily web-search wrapper and do not request unrelated access.

置信度: high

VirusTotal

Type: OpenClaw Skill Name: liang-tavily-search Version: 1.0.1 The skill bundle provides a wrapper for the Tavily Search API. The `SKILL.md` file contains standard documentation and examples for invoking the `search.mjs` script. The `search.mjs` script correctly parses command-line arguments, retrieves the `TAVILY_API_KEY` from environment variables, constructs a JSON payload, and makes a `fetch` request to `https://api.tavily.com/search`. There is no evidence of malicious intent, such as data exfiltration to unauthorized endpoints, arbitrary code execution via unsanitized input, persistence mechanisms, or prompt injection attempts against the OpenClaw agent. All inputs are treated as data for the API request, preventing command injection.

元数据

  • 作者: @matthew77
  • 创建时间: 2026/03/02
  • 更新时间: 2026/03/02
  • 版本数: 1
  • 评论数: 0
  • 扫描时间: 2026/03/02

运行要求

  • env:TAVILY_API_KEY