← Back to Skills Marketplace
Tavilysearch 1.0.4
by
Guogithubname
· GitHub ↗
· v1.0.0
· MIT-0
192
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install tavilysearch-1-0-4
Description
Tavily 搜索引擎集成,支持 web 搜索、内容提取、实时新闻查询等功能。使用场景:需要搜索最新网络信息、查找实时新闻、获取专业资料、验证事实准确性等。
Usage Guidance
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).
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tavilysearch-1-0-4 - After installation, invoke the skill by name or use
/tavilysearch-1-0-4 - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Tavily 搜索引擎集成首次发布,提供全面的 Web 实时搜索、内容提取、整站爬取与深度研究能力。
- 支持网页搜索、内容提取、整站爬取、深度研究与用量查询等多项功能
- 丰富的参数配置,满足实时新闻、专业资料、定向内容抓取等多维需求
- 明确环境变量(TAVILY_API_KEY)配置说明,提升易用性与安全性
- 优化依赖管理,保证脚本运行稳定可靠
- 包含丰富使用示例,便于快速上手
Metadata
Frequently Asked Questions
What is Tavilysearch 1.0.4?
Tavily 搜索引擎集成,支持 web 搜索、内容提取、实时新闻查询等功能。使用场景:需要搜索最新网络信息、查找实时新闻、获取专业资料、验证事实准确性等。 It is an AI Agent Skill for Claude Code / OpenClaw, with 192 downloads so far.
How do I install Tavilysearch 1.0.4?
Run "/install tavilysearch-1-0-4" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Tavilysearch 1.0.4 free?
Yes, Tavilysearch 1.0.4 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Tavilysearch 1.0.4 support?
Tavilysearch 1.0.4 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Tavilysearch 1.0.4?
It is built and maintained by Guogithubname (@guogithubname); the current version is v1.0.0.
More Skills