@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.

Current version
v1.0.0
34 4万All installs 553

SKILL.md

text/markdown · 9986 bytes

references/api-reference.md

text/markdown · 5218 bytes

scripts/tavily_search.py

text/plain · 7328 bytes

skill-card.md

text/markdown · 2464 bytes

Security Scan

Status

clean

Open VirusTotal

OpenClaw

gpt-5.5

clean

OpenClaw analysis

This is a coherent Tavily web-search helper that needs normal API-key and web-content caution but does not show hidden or purpose-mismatched behavior.

Confidence: 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.

Metadata

  • Owner: @bert-builder
  • Created: 2026/01/24
  • Updated: 2026/05/17
  • Versions: 1
  • Comments: 0
  • Scan checked at: 2026/05/27

Runtime

No runtime requirements are exposed in the official public payload.

Tavily AI Search | ClawHub CN