← 返回 Skills 市场
fangtang0206

Tavily Quota Router

作者 fangtang0206 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
145
总下载
2
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tavily-quota-router
功能描述
Tavily quota-aware multi-key search router. Use when you want reliable Tavily-backed web search across multiple API keys, automatic failover for invalid/rate...
安全使用建议
This skill appears to do what it claims, but review these practical points before installing: - Keys are stored in config/keys.json in plaintext under the skill directory. Only put keys you control there and ensure file permissions are appropriate. - The script will send whatever keys you configure to https://api.tavily.com for usage checks and searches. Do not add third-party or shared keys you don't want transmitted. - Run python3 scripts/tavily_multi_key.py test-keys or status locally first to verify behavior and that the endpoint is expected. If you run the skill on a hosted agent, remember that the host will have access to these keys and network traffic goes to Tavily. - The skill writes local state (state/quota.json) containing usage and cooldown info; that data may include usage metrics but keys are masked in outputs. - If you need tighter security, consider storing keys in a secured vault rather than in the skills config file or restricting access to the skill directory. If you want, I can walk through the code line-by-line or highlight exactly where and how keys are sent and persisted.
功能分析
Type: OpenClaw Skill Name: tavily-quota-router Version: 1.0.0 The tavily-quota-router skill is a utility designed to manage multiple Tavily API keys, providing automatic failover and quota-aware routing. The core logic in scripts/tavily_multi_key.py uses standard Python libraries to interact with official Tavily API endpoints (api.tavily.com) for searching and usage tracking. No evidence of data exfiltration, unauthorized execution, or malicious prompt injection was found; the code is well-structured and aligns with its stated purpose.
能力评估
Purpose & Capability
Name/description match the implementation: the script reads keys from config/keys.json, calls Tavily's /usage and /search endpoints, and routes across keys. No unrelated credentials, binaries, or external services are requested.
Instruction Scope
SKILL.md instructs the agent to use the bundled script and to consult config/keys.json; the script's runtime actions (read local config/state, call api.tavily.com, write local state) match the documented scope. It does not ask to read other system files or transmit data to unexpected endpoints.
Install Mechanism
No install spec is provided; this is instruction + script only. No downloads or package installs occur, so there is no installer risk in the skill bundle itself.
Credentials
The skill requires no environment variables or external credentials declared by the registry. It expects API keys in config/keys.json, which is coherent for a multi-key router. No unrelated secrets are requested.
Persistence & Privilege
always is false and the skill does not request elevated or system-wide privileges. It writes only its own state/config files under the skill directory (state/quota.json, config/keys.json), which is expected and proportionate.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tavily-quota-router
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tavily-quota-router 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the Tavily Quota Router skill: - Enables quota-aware, multi-key Tavily web search with automatic routing and failover - Syncs API key usage via Tavily's official `/usage` endpoint - Automatically selects a healthy key and skips invalid, rate-limited, or exhausted keys - Provides per-key usage and status visibility - Includes commands to check status, test keys, perform searches, and reset local state - Requires user configuration of multiple Tavily API keys in `config/keys.json`
元数据
Slug tavily-quota-router
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Tavily Quota Router 是什么?

Tavily quota-aware multi-key search router. Use when you want reliable Tavily-backed web search across multiple API keys, automatic failover for invalid/rate... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 145 次。

如何安装 Tavily Quota Router?

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

Tavily Quota Router 是免费的吗?

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

Tavily Quota Router 支持哪些平台?

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

谁开发了 Tavily Quota Router?

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

💬 留言讨论