← 返回 Skills 市场
litiao1224

Tavily Search Litiao

作者 litiao1224 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
212
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install tavily-search-litiao
功能描述
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 coherent with its description. Before installing, be aware that any search queries and any URLs you pass to the extract command will be sent to Tavily's API (https://api.tavily.com) along with your TAVILY_API_KEY — treat that as data you are sharing with a third party. Ensure you trust Tavily's privacy/security practices and do not send sensitive secrets or private documents. Confirm you have node available. If you prefer the agent not call the external API autonomously, consider disabling model-invocation for the skill or only invoking it manually.
功能分析
Type: OpenClaw Skill Name: tavily-search-litiao Version: 1.0.0 The skill provides a legitimate interface for the Tavily Search API to perform web searches and content extraction. The scripts search.mjs and extract.mjs correctly handle the TAVILY_API_KEY environment variable and communicate exclusively with the official api.tavily.com endpoint. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
Name/description (AI-optimized web search) matches required items and code. The scripts call https://api.tavily.com/search and /extract and require TAVILY_API_KEY and node — all reasonable and expected for this purpose.
Instruction Scope
SKILL.md instructs the agent to run the provided search and extract scripts, which only POST queries/URLs to Tavily and print results. This stays within the skill's stated scope. Note: user queries and any URLs you pass to the extract script are transmitted to Tavily (data exposure risk).
Install Mechanism
No install spec; the skill is instruction-only with bundled Node scripts. It relies on a local node binary being present — a low-risk, expected requirement. No downloads from external/untrusted URLs or archive extraction are present.
Credentials
Only one credential is required: TAVILY_API_KEY (declared as primary). That directly matches the API usage in the scripts; there are no unrelated or excessive environment variables or config paths requested.
Persistence & Privilege
The skill does not request always:true, does not modify system or other skills, and is user-invocable. Default autonomous invocation is enabled (platform default) but is not combined with other red flags here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tavily-search-litiao
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tavily-search-litiao 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Bug fixes and improvements with -litiao suffix
元数据
Slug tavily-search-litiao
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Tavily Search Litiao 是什么?

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

如何安装 Tavily Search Litiao?

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

Tavily Search Litiao 是免费的吗?

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

Tavily Search Litiao 支持哪些平台?

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

谁开发了 Tavily Search Litiao?

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

💬 留言讨论