← 返回 Skills 市场
neverland83

Tavily Metered Search

作者 FrankMei · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
158
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install tavily-metered-search
功能描述
Web search via Tavily API with built-in monthly usage tracking and quota management. Use when the user asks to search the web / look up sources / find links....
安全使用建议
This skill appears to do what it says: it needs only a Tavily API key, will POST search requests to api.tavily.com, and will create/update data/tavily-usage.json in the skill folder to track counts. Before installing, (1) confirm you intend to give the skill a Tavily API key and that the vendor/site (tavily.com) is trustworthy; (2) prefer supplying the key via environment variable rather than placing it in ~/.openclaw/.env if that file contains other secrets; (3) note that --no-count skips local increment but still consumes Tavily quota; and (4) review network policies if you have constraints on outbound requests to third-party APIs.
功能分析
Type: OpenClaw Skill Name: tavily-metered-search Version: 1.0.1 The skill provides a metered web search interface using the Tavily API, featuring monthly usage tracking and quota enforcement. The script `scripts/tavily_search.py` correctly implements its stated functionality, including reading the API key from environment variables or a local configuration file (`~/.openclaw/.env`) and managing local state in `data/tavily-usage.json`. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found.
能力评估
Purpose & Capability
Name/description claim web search + quota management; the bundled script implements Tavily API calls, monthly counting, warning/limit enforcement, and configuration exactly as described. Required env var (TAVILY_API_KEY) matches the claimed purpose.
Instruction Scope
Runtime instructions and the script operate within the skill's scope: they call https://api.tavily.com/search, read config/config.json, update data/tavily-usage.json, and optionally read ~/.openclaw/.env for TAVILY_API_KEY. Reading that .env file and writing the local usage file are expected for quota tracking, but users should be aware the script will read ~/.openclaw/.env if present.
Install Mechanism
No install spec; the skill is instruction/script-only and does not download or install external packages. This is low-risk from an installation perspective.
Credentials
Only TAVILY_API_KEY is required (declared). The script looks for it in the environment or in ~/.openclaw/.env. This is proportionate to the functionality, but users should ensure ~/.openclaw/.env does not contain other sensitive secrets they don't want read by skill code.
Persistence & Privilege
Skill does not request elevated privileges or set always:true. It writes/maintains only its own usage file under its skill data directory and does not modify other skills or global agent configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tavily-metered-search
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tavily-metered-search 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Add metadata declaration for TAVILY_API_KEY requirement
v1.0.0
Initial release - Tavily web search with monthly usage tracking and quota management
元数据
Slug tavily-metered-search
版本 1.0.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 2
常见问题

Tavily Metered Search 是什么?

Web search via Tavily API with built-in monthly usage tracking and quota management. Use when the user asks to search the web / look up sources / find links.... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 158 次。

如何安装 Tavily Metered Search?

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

Tavily Metered Search 是免费的吗?

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

Tavily Metered Search 支持哪些平台?

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

谁开发了 Tavily Metered Search?

由 FrankMei(@neverland83)开发并维护,当前版本 v1.0.1。

💬 留言讨论