← 返回 Skills 市场
guogithubname

Tavilysearch 1.0.4

作者 Guogithubname · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
192
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install tavilysearch-1-0-4
功能描述
Tavily 搜索引擎集成,支持 web 搜索、内容提取、实时新闻查询等功能。使用场景:需要搜索最新网络信息、查找实时新闻、获取专业资料、验证事实准确性等。
安全使用建议
This skill appears internally consistent with its purpose (a Tavily search client). Before installing, consider: 1) The package/source is unknown and has no homepage — verify the provider and obtain the API key only from a trusted Tavily account. 2) The script reads a .env file in the skill directory for your API key — do not place other secrets in that file. 3) The script suppresses urllib3 warnings and clears a DNS cache entry if available; review network calls and TLS behavior if you require strict security. 4) Run the skill in an isolated environment (or with a restricted API key with minimal permissions/quotas) until you confirm behavior and billing. 5) If you need higher assurance, inspect the full scripts/search.py file locally (it is included) or run it in a sandbox to observe outbound requests (they target api.tavily.com).
功能分析
Type: OpenClaw Skill Name: tavilysearch-1-0-4 Version: 1.0.0 The skill bundle is a legitimate integration for the Tavily Search API, providing tools for web searching, content extraction, and automated research. The implementation in `scripts/search.py` is well-structured, uses standard libraries (requests, urllib3), and communicates exclusively with the official Tavily API endpoints (api.tavily.com). The script includes a privacy-conscious environment variable loader that specifically filters for the TAVILY_API_KEY, and the documentation in SKILL.md and api-docs.md accurately reflects the code's functionality without any signs of malicious instructions or prompt injection.
能力评估
Purpose & Capability
Name/description (Tavily search integration) align with included files (SKILL.md, API docs) and the Python client (scripts/search.py) that calls https://api.tavily.com. Required secret (TAVILY_API_KEY) is appropriate for the declared functionality. No unrelated services, credentials, or system resources are requested.
Instruction Scope
SKILL.md instructs creating a .env with TAVILY_API_KEY and running the provided script; the script reads the skill-directory .env as documented. The instructions do not ask the agent to read unrelated system files. Minor note: the script suppresses urllib3 warnings and attempts to clear a DNS cache entry if present (socket.gethostbyname.cache_clear), which is unusual but not clearly malicious—it may be intended to ensure fresh DNS lookups for usage queries.
Install Mechanism
No install spec is present (instruction-only skill with a Python script). Dependencies are minimal (requests, urllib3) listed in requirements.txt — installing via pip is typical and proportionate.
Credentials
Only a single credential (TAVILY_API_KEY) is required and justified by the skill's API calls. The script reads a .env file in the skill directory as described; it does not request or access other environment variables or credentials.
Persistence & Privilege
The skill is not forced-always-present (always: false) and does not modify other skills or system-wide agent settings. It only sets the TAVILY_API_KEY in the process environment after reading .env; no permanent system changes are made.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tavilysearch-1-0-4
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tavilysearch-1-0-4 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Tavily 搜索引擎集成首次发布,提供全面的 Web 实时搜索、内容提取、整站爬取与深度研究能力。 - 支持网页搜索、内容提取、整站爬取、深度研究与用量查询等多项功能 - 丰富的参数配置,满足实时新闻、专业资料、定向内容抓取等多维需求 - 明确环境变量(TAVILY_API_KEY)配置说明,提升易用性与安全性 - 优化依赖管理,保证脚本运行稳定可靠 - 包含丰富使用示例,便于快速上手
元数据
Slug tavilysearch-1-0-4
版本 1.0.0
许可证 MIT-0
累计安装 2
当前安装数 1
历史版本数 1
常见问题

Tavilysearch 1.0.4 是什么?

Tavily 搜索引擎集成,支持 web 搜索、内容提取、实时新闻查询等功能。使用场景:需要搜索最新网络信息、查找实时新闻、获取专业资料、验证事实准确性等。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 192 次。

如何安装 Tavilysearch 1.0.4?

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

Tavilysearch 1.0.4 是免费的吗?

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

Tavilysearch 1.0.4 支持哪些平台?

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

谁开发了 Tavilysearch 1.0.4?

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

💬 留言讨论