← 返回 Skills 市场
petterhuang92-design

Tavily Search 1

作者 petterhuang92-design · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
498
总下载
0
收藏
16
当前安装
1
版本数
在 OpenClaw 中安装
/install tavily-search-1
功能描述
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 will send any queries and any URLs you pass to Tavily's servers and will include your TAVILY_API_KEY in those requests. Before installing: (1) confirm you trust tavily.com and the published skill source (note the ownerId mismatch in _meta.json vs registry metadata), (2) avoid sending sensitive internal URLs or secrets through the skill, (3) ensure Node (with global fetch support) is available, and (4) treat the API key as sensitive — rotate it if you suspect it was exposed. If provenance is important, ask the publisher to explain the metadata mismatch or provide an official upstream link.
功能分析
Type: OpenClaw Skill Name: tavily-search-1 Version: 1.0.0 The skill provides legitimate web search and content extraction capabilities via the Tavily API. The implementation in `scripts/search.mjs` and `scripts/extract.mjs` is straightforward, uses standard environment variables for API authentication, and contains no evidence of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
Name/description match the implemented behavior: both scripts call https://api.tavily.com endpoints to perform search and extract. Required binary (node) and required env var (TAVILY_API_KEY) are appropriate. Minor issue: _meta.json ownerId differs from the registry Owner ID in the provided metadata, which is a packaging/ provenance inconsistency worth verifying but does not change functionality.
Instruction Scope
SKILL.md and the scripts limit actions to taking CLI args, reading TAVILY_API_KEY, and POSTing queries/URLs to Tavily endpoints. The scripts do not read other files, config paths, or unrelated environment variables, nor do they transmit data to third parties outside tavily.com.
Install Mechanism
No install mechanism is specified (instruction-only skill with included scripts). That is low risk; the code is executed by the user's node runtime and no archives or remote downloads are performed by the skill itself.
Credentials
Only a single environment variable (TAVILY_API_KEY) is required and it is used directly in requests to the Tavily API. This is proportionate to a search/extract integration.
Persistence & Privilege
The skill does not request persistent/always-on inclusion and does not modify other skills or system-wide settings. It runs as invoked and has no elevated platform privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tavily-search-1
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tavily-search-1 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of Tavily Search skill (v1.0.0). - Provides AI-optimized web search via the Tavily API for clean, relevant results. - Supports search customization: number of results, advanced deep search, news topic filter, and date limit for news. - Includes script for extracting content directly from a given URL. - Requires a Tavily API key for operation.
元数据
Slug tavily-search-1
版本 1.0.0
许可证
累计安装 17
当前安装数 16
历史版本数 1
常见问题

Tavily Search 1 是什么?

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

如何安装 Tavily Search 1?

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

Tavily Search 1 是免费的吗?

是的,Tavily Search 1 完全免费(开源免费),可自由下载、安装和使用。

Tavily Search 1 支持哪些平台?

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

谁开发了 Tavily Search 1?

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

💬 留言讨论