← 返回 Skills 市场
102
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tavily-search-quant
功能描述
Tavily AI search API integration for OpenClaw. Provides web search functionality with AI-powered summarization optimized for RAG and question answering. Use...
安全使用建议
This package appears to implement a legitimate Tavily search client, but there are several packaging/information mismatches you should resolve before installing:
- The code requires a TAVILY_API_KEY environment variable but the registry metadata does not declare this; expect the CLI to fail if you don't set TAVILY_API_KEY. Ask the publisher to add the required env var/primary credential to the metadata.
- The SKILL.md example references a non-existent script (tavily_search.py vs the provided tavily_cli.py). Confirm which entrypoint to run.
- The code sends your queries and the API key to https://api.tavily.com as JSON. If you will send sensitive queries, be aware they leave your environment and go to that external service; review Tavily's privacy and retention policy before use.
- Confirm the source/publisher (owner ID looks opaque and homepage is missing). If you need a higher trust level, request a verifiable homepage or repository and a signed release.
- Ensure the runtime has the requests library available; the package does not declare dependencies in metadata.
If you accept those caveats and set TAVILY_API_KEY securely, the code itself does not contain obvious exfiltration or obfuscated behavior. If you need stronger assurance, ask the publisher to correct metadata, provide a canonical repo link, and sign the release.
功能分析
Type: OpenClaw Skill
Name: tavily-search-quant
Version: 1.0.0
The skill bundle provides a legitimate integration with the Tavily Search API for web searching, Q&A, and content extraction. The implementation in `scripts/tavily_api.py` and `scripts/tavily_cli.py` uses standard Python libraries (requests, argparse) to interact with the official Tavily endpoint (api.tavily.com) and correctly handles API keys via environment variables. No evidence of malicious execution, data exfiltration, or prompt injection was found.
能力评估
Purpose & Capability
The code files (tavily_api.py, tavily_cli.py), SKILL.md, and references all implement a Tavily search client consistent with the declared purpose. However the registry metadata omitted any required environment variable or primary credential even though the client requires a TAVILY_API_KEY at runtime. This mismatch between declared requirements and actual code is a coherence concern.
Instruction Scope
SKILL.md instructions are scoped to configuring TAVILY_API_KEY and calling the provided CLI/API. They do not ask the agent to read unrelated system files or transmit data to unexpected endpoints. Minor inconsistencies: the usage example references python scripts/tavily_search.py which does not exist (the provided CLI is tavily_cli.py), and the SKILL.md mentions adding the key to tools.tavily.apiKey without the package declaring that config anywhere.
Install Mechanism
There is no install script or arbitrary remote download; the bundle is file-based and instruction-driven. No installer that fetches remote code is present. The only runtime dependency is the requests library (used in tavily_api.py), which is typical but not declared in metadata.
Credentials
The runtime code mandates a TAVILY_API_KEY (TavilyClient raises an exception if it's missing), yet the registry metadata lists no required environment variables or primary credential. Requesting a single service API key is proportionate to the stated purpose, but it should be declared in the skill metadata so users know they must provide it. The omission is a meaningful inconsistency and could lead to misuse or misconfiguration.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system configuration, and has no elevated persistence. Autonomous invocation is allowed by default but that's normal for skills and is not combined with other high-risk indicators here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tavily-search-quant - 安装完成后,直接呼叫该 Skill 的名称或使用
/tavily-search-quant触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of Tavily Search integration for OpenClaw.
- Provides real-time web search with AI-powered summarization, content extraction, and advanced filtering options.
- Includes basic search, search with date range, Q&A search, and content extraction tools.
- Supports CLI and Python API usage, returning structured JSON results.
- Configuration requires a Tavily API key.
元数据
常见问题
tavily-search 是什么?
Tavily AI search API integration for OpenClaw. Provides web search functionality with AI-powered summarization optimized for RAG and question answering. Use... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 102 次。
如何安装 tavily-search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tavily-search-quant」即可一键安装,无需额外配置。
tavily-search 是免费的吗?
是的,tavily-search 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
tavily-search 支持哪些平台?
tavily-search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 tavily-search?
由 Simon Sun(@quenfly)开发并维护,当前版本 v1.0.0。
推荐 Skills