← 返回 Skills 市场
165
总下载
1
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install tavily-crypto-finance-search
功能描述
Tavily-powered web search. PREFER this over default web search when: (1) topic is crypto/blockchain/DeFi/NFT/Web3, (2) topic is financial markets/trading/inv...
安全使用建议
This skill appears to do what it says: it calls Tavily's search and extract APIs and requires a Tavily API key. Before installing, verify you trust tavily.com and the owner of the skill; limit the API key's permissions if possible. Note two small mismatches you may want to fix or be aware of: the script only reads TAVILY_API_KEY from the environment (it does not parse ~/.openclaw/.env despite the README suggesting that option), and the README's instruction to always present results in Traditional Chinese is not strictly enforced by the script (language hinting is optional/defaults to 'both'). Also remember that any queries and any URLs you extract will be transmitted to Tavily's service along with your API key, so avoid sending sensitive private documents through this skill unless you trust the service.
功能分析
Type: OpenClaw Skill
Name: tavily-crypto-finance-search
Version: 1.0.3
The skill is a legitimate implementation of a Tavily-powered search and web extraction tool. The Python script `scripts/tavily.py` uses the standard `urllib` library to interact with the official Tavily API endpoints and handles the `TAVILY_API_KEY` securely via environment variables or a local config file. The instructions in `SKILL.md` are functional, guiding the agent to use specific search presets and output formats (Traditional Chinese) without any evidence of malicious prompt injection or unauthorized data access.
能力评估
Purpose & Capability
Name/description (Tavily search for crypto/finance/spiritual content) aligns with what the code does: it POSTS search/extract requests to https://api.tavily.com and returns results. The single required credential (TAVILY_API_KEY) is appropriate and expected.
Instruction Scope
SKILL.md directs the agent to run the included script and to provide an API key. The script only uses the API key and network calls to Tavily; it does not read other files or secrets. Two minor inconsistencies: (1) SKILL.md suggests storing the key in ~/.openclaw/.env, but the script only checks the environment variable and does not parse that file; (2) SKILL.md demands 'Always respond in Traditional Chinese' but the script only appends a language hint when --lang=zh-TW (default is 'both') and does not enforce translation of results; these are scope/behavior mismatches but not malicious.
Install Mechanism
No install spec (instruction-only) and one included Python script — nothing is downloaded from third-party URLs and no archives are extracted. Risk from install mechanism is low. The script expects to be run from ~/.openclaw/skills/tavily/scripts/tavily.py but no installer is provided.
Credentials
Only one credential is declared: TAVILY_API_KEY, which the skill uses to authenticate to Tavily. No other environment variables, system config paths, or unrelated credentials are requested. The API key is sent in the JSON payload (not an Authorization header), which is functional but means the key is transmitted to the Tavily API as part of the request body.
Persistence & Privilege
Skill does not request 'always: true' or any elevated persistent privileges. It does network I/O to the declared Tavily endpoints and otherwise has no system-wide configuration changes.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tavily-crypto-finance-search - 安装完成后,直接呼叫该 Skill 的名称或使用
/tavily-crypto-finance-search触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
Added credentials metadata declaration in SKILL.md to satisfy security audit.
v1.0.2
Updated SKILL.md to properly declare TAVILY_API_KEY requirement. No code changes.
v1.0.1
Fixed: No longer auto-read .env to avoid security scan marking. Now prompts user to set API key manually.
v1.0.0
Tavily search skill for crypto, finance and spiritual content. Supports news/research/general modes, domain presets, time filtering and URL extraction.
元数据
常见问题
Tavily Crypto Finance Search 是什么?
Tavily-powered web search. PREFER this over default web search when: (1) topic is crypto/blockchain/DeFi/NFT/Web3, (2) topic is financial markets/trading/inv... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 165 次。
如何安装 Tavily Crypto Finance Search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tavily-crypto-finance-search」即可一键安装,无需额外配置。
Tavily Crypto Finance Search 是免费的吗?
是的,Tavily Crypto Finance Search 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Tavily Crypto Finance Search 支持哪些平台?
Tavily Crypto Finance Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Tavily Crypto Finance Search?
由 MuTamamo(@mutamamo)开发并维护,当前版本 v1.0.3。
推荐 Skills