Tavily Search Local

AI-optimized web search via Tavily API. Returns concise, relevant results for AI agents.

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 94 · 2 current installs · 2 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (AI-optimized web search) align with required binaries (node), required env (TAVILY_API_KEY), and the included scripts which call Tavily's search/extract endpoints.
Instruction Scope
SKILL.md instructs running the included Node scripts with query/URL arguments. The scripts only read TAVILY_API_KEY and the provided CLI args, call https://api.tavily.com endpoints, and print results—no unrelated file, env, or network access is requested.
Install Mechanism
No install spec; this is instruction+script based and relies on an existing node binary. No remote downloads or archive extraction are performed by the skill itself.
Credentials
Only a single credential (TAVILY_API_KEY) is required and used directly for API calls. There are no unrelated credential or config path requests.
Persistence & Privilege
always is false, the skill does not request permanent/global presence or modify other skills/configs. It runs only when invoked.
Assessment
This skill appears to do exactly what it says: call Tavily's search/extract APIs using your TAVILY_API_KEY. Before installing, consider whether you trust Tavily with the queries and any content you send (API provider privacy and retention), only provide an API key with appropriate scope, and be prepared to rotate the key if you later stop trusting the integration. If you need offline or private indexing, this skill will send URLs/queries to tavily.com (normal for a hosted search API).
scripts/extract.mjs:18
Environment variable access combined with network send.
scripts/search.mjs:42
Environment variable access combined with network send.
Confirmed safe by external scanners
Static analysis detected API credential-access patterns, but both VirusTotal and OpenClaw confirmed this skill is safe. These patterns are common in legitimate API integration skills.

Like a lobster shell, security has layers — review code before you run it.

Current versionv1.0.0
Download zip
latestvk97dj1491scxswaxswrhez3bqd8346p5

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🔍 Clawdis
Binsnode
EnvTAVILY_API_KEY
Primary envTAVILY_API_KEY

SKILL.md

Tavily Search

AI-optimized web search using Tavily API. Designed for AI agents - returns clean, relevant content.

Search

node {baseDir}/scripts/search.mjs "query"
node {baseDir}/scripts/search.mjs "query" -n 10
node {baseDir}/scripts/search.mjs "query" --deep
node {baseDir}/scripts/search.mjs "query" --topic news

Options

  • -n <count>: Number of results (default: 5, max: 20)
  • --deep: Use advanced search for deeper research (slower, more comprehensive)
  • --topic <topic>: Search topic - general (default) or news
  • --days <n>: For news topic, limit to last n days

Extract content from URL

node {baseDir}/scripts/extract.mjs "https://example.com/article"

Notes:

  • Needs TAVILY_API_KEY from https://tavily.com
  • Tavily is optimized for AI - returns clean, relevant snippets
  • Use --deep for complex research questions
  • Use --topic news for current events

Files

3 total
Select a file
Select a file to preview.

Comments

Loading comments…