← 返回 Skills 市场
liuxindavid

Cliby Tavily Search

作者 David Liu · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
179
总下载
0
收藏
3
当前安装
2
版本数
在 OpenClaw 中安装
/install cliby-tavily-search
功能描述
use this when the user asks to search the web, look up recent information, check current events, gather online sources, or research a topic using tavily search.
使用说明 (SKILL.md)

Tavily Search

Use this skill for web search and lightweight research through the Tavily Search API.

Requirements

A valid Tavily API key must be available through one of these methods:

  1. --api-key
  2. TAVILY_API_KEY
  3. {baseDir}/.secrets/tavily.key

If no key is available, explain that Tavily search is not configured in this environment.

Command

Run:

python3 {baseDir}/scripts/tavily_search.py --query "\x3Cuser query>"
安全使用建议
This skill appears to be what it claims: a small, dependency-free Tavily search client. Before installing, confirm you are comfortable providing a Tavily API key (via --api-key, TAVILY_API_KEY, or .secrets/tavily.key). Ensure the .secrets file is created with tight permissions (chmod 600) and not committed to version control. Note the registry metadata does not list TAVILY_API_KEY even though the script uses it—this is likely an oversight but you may want the publisher to update metadata for clarity. If you have strict security requirements, verify the API endpoint (https://api.tavily.com/search) is the expected official service and consider rotating the key if you test with a production credential.
能力评估
Purpose & Capability
Name/description, SKILL.md, README, and the included script all implement a simple Tavily web search client that submits queries to https://api.tavily.com/search. The requested inputs (API key via CLI/env/secret file) and functionality (search, news, images, JSON output) are coherent with the declared purpose.
Instruction Scope
Runtime instructions are narrow: run the provided Python script with a query. The script only reads the API key from the CLI flag, TAVILY_API_KEY, or ../.secrets/tavily.key and posts search payloads to the Tavily API, then prints results. It does not read other system files, scan for unrelated credentials, or contact external endpoints other than the single Tavily API URL.
Install Mechanism
This is an instruction-only skill with a small bundled script and no install spec or third-party downloads. No packages are installed and nothing is written to disk by an installer—low installation risk.
Credentials
The script legitimately needs a Tavily API key and supports CLI/env/secret-file methods. However, the registry metadata lists no required env vars while SKILL.md and the script explicitly reference TAVILY_API_KEY and a .secrets/tavily.key file; the metadata omission is an inconsistency (minor) and should be corrected. No other credentials or unrelated env vars are requested.
Persistence & Privilege
The skill is not always-enabled, does not modify other skills, and does not request elevated or persistent system privileges. It only reads its own secret file path and environment variable as expected.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install cliby-tavily-search
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /cliby-tavily-search 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Improved code formatting and clarity in documentation. - No functional or behavioral changes to the skill itself.
v1.0.0
- Initial release of the Tavily Search skill (version 1.0.0) - Enables web search and lightweight research via the Tavily Search API - Supports recent information lookup, current events, and online source gathering - Requires a valid Tavily API key for operation - Explains to users if the API key is not configured
元数据
Slug cliby-tavily-search
版本 1.0.1
许可证 MIT-0
累计安装 3
当前安装数 3
历史版本数 2
常见问题

Cliby Tavily Search 是什么?

use this when the user asks to search the web, look up recent information, check current events, gather online sources, or research a topic using tavily search. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 179 次。

如何安装 Cliby Tavily Search?

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

Cliby Tavily Search 是免费的吗?

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

Cliby Tavily Search 支持哪些平台?

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

谁开发了 Cliby Tavily Search?

由 David Liu(@liuxindavid)开发并维护,当前版本 v1.0.1。

💬 留言讨论