← Back to Skills Marketplace
zenghuwei

Tavily Search Local

by zenghuwei · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
196
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install tavily-search-local
Description
AI-optimized web search via Tavily API. Returns concise, relevant results for AI agents.
README (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 \x3Ccount>: Number of results (default: 5, max: 20)
  • --deep: Use advanced search for deeper research (slower, more comprehensive)
  • --topic \x3Ctopic>: Search topic - general (default) or news
  • --days \x3Cn>: 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
Usage Guidance
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).
Capability Analysis
Type: OpenClaw Skill Name: tavily-search-local Version: 1.0.0 The skill bundle provides a legitimate interface for the Tavily AI search engine. The scripts `scripts/search.mjs` and `scripts/extract.mjs` implement standard API calls to `api.tavily.com` using the user-provided `TAVILY_API_KEY`. There is no evidence of malicious execution, data exfiltration, or prompt injection; the code is well-structured and aligns perfectly with its stated purpose.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tavily-search-local
  3. After installation, invoke the skill by name or use /tavily-search-local
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Tavily Search skill. - Provides AI-optimized web search via the Tavily API, returning concise and relevant results. - Supports adjustable result count, advanced "deep" search, topic selection (general/news), and news time filtering. - Enables content extraction from URLs. - Requires a Tavily API key for use. - Designed for use by AI agents to fetch clean search results efficiently.
Metadata
Slug tavily-search-local
Version 1.0.0
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is Tavily Search Local?

AI-optimized web search via Tavily API. Returns concise, relevant results for AI agents. It is an AI Agent Skill for Claude Code / OpenClaw, with 196 downloads so far.

How do I install Tavily Search Local?

Run "/install tavily-search-local" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Tavily Search Local free?

Yes, Tavily Search Local is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Tavily Search Local support?

Tavily Search Local is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Tavily Search Local?

It is built and maintained by zenghuwei (@zenghuwei); the current version is v1.0.0.

💬 Comments