← 返回 Skills 市场
zenghuwei

Tavily Search Local

作者 zenghuwei · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
196
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install tavily-search-local
功能描述
AI-optimized web search via Tavily API. Returns concise, relevant results for AI agents.
使用说明 (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
安全使用建议
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).
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tavily-search-local
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tavily-search-local 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug tavily-search-local
版本 1.0.0
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Tavily Search Local 是什么?

AI-optimized web search via Tavily API. Returns concise, relevant results for AI agents. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 196 次。

如何安装 Tavily Search Local?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install tavily-search-local」即可一键安装,无需额外配置。

Tavily Search Local 是免费的吗?

是的,Tavily Search Local 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Tavily Search Local 支持哪些平台?

Tavily Search Local 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Tavily Search Local?

由 zenghuwei(@zenghuwei)开发并维护,当前版本 v1.0.0。

💬 留言讨论