@bert-builder

Tavily AI Search

AI-optimized web search using Tavily Search API. Use when you need comprehensive web research, current events lookup, domain-specific search, or AI-generated answer summaries. Tavily is optimized for LLM consumption with clean structured results, answer generation, and raw content extraction. Best for research tasks, news queries, fact-checking, and gathering authoritative sources.

当前版本
v1.0.0
30 3万总安装 510

SKILL.md

text/markdown · 9986 字节

references/api-reference.md

text/markdown · 5218 字节

scripts/tavily_search.py

text/plain · 7328 字节

Security Scan

状态

suspicious

打开 VirusTotal

OpenClaw

gpt-5-mini

suspicious

OpenClaw 分析

The skill's code and docs match its stated purpose (Tavily search), but the registry metadata omits the API key requirement and the source/homepage is unknown — these inconsistencies and missing provenance warrant caution before installing.

置信度: high

VirusTotal

Type: OpenClaw Skill Name: tavily Version: 1.0.0 The skill bundle provides a Python script for interacting with the Tavily search API, which appears benign and correctly handles API keys. However, the `SKILL.md` documentation includes an 'Integration Patterns' example demonstrating how to chain the search results with `jq` and `curl` to fetch raw content from URLs (`scripts/tavily_search.py "React documentation" --json | jq -r '.results[].url' | xargs -I {} curl -s {}`). While presented as a legitimate content extraction method, this example highlights the agent's capability to execute arbitrary network requests (`curl`) based on search results, which is a high-risk primitive that could be exploited by a malicious prompt to access or exfiltrate data from unintended external or internal network resources. This capability, though not explicitly malicious in its stated purpose, makes the skill suspicious due to the potential for misuse via prompt injection.

元数据

  • 作者: @bert-builder
  • 创建时间: 2026/01/24
  • 更新时间: 2026/04/14
  • 版本数: 1
  • 评论数: 0
  • 扫描时间: 2026/02/11

运行要求

官方公开数据里暂未列出运行要求。

Tavily AI Search | ClawHub 中文站