← Back to Skills Marketplace
222
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install tavily-search-simple
Description
【极简版省token】使用 Tavily API 执行网络搜索。专为 LLM 与 AI Agent 优化的搜索引擎。
Usage Guidance
This skill appears to do what it says: send your TAVILY_API_KEY to Tavily's search API and return results. Before installing, verify you trust tavily.com and that the API key you provide has appropriate scope. Prefer setting TAVILY_API_KEY as an environment variable rather than storing many secrets together in ~/.openclaw/.env (the script only looks for the TAVILY_API_KEY value, but keeping that file minimal reduces accidental exposure). Also note the registry metadata doesn't mark the primary credential field — that's cosmetic but worth checking if you rely on the registry UI for secret management. If you want higher assurance, inspect the full scripts/tavily_search.py file in the package you will install to confirm there are no hidden network calls or trailing/incomplete code.
Capability Analysis
Type: OpenClaw Skill
Name: tavily-search-simple
Version: 1.0.4
The skill is a standard implementation of a web search tool using the Tavily API. The Python script (scripts/tavily_search.py) uses standard libraries to send search queries to the official Tavily endpoint (api.tavily.com) and handles API keys via environment variables or a local config file as expected. No evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description say 'Tavily search' and the code and SKILL.md only require a Tavily API key and send requests to https://api.tavily.com/search — this aligns. Minor metadata inconsistency: registry metadata lists TAVILY_API_KEY as required but does not declare it as the primary credential; this is an administrative omission rather than functional mismatch.
Instruction Scope
SKILL.md instructs the agent to set TAVILY_API_KEY (or put it in ~/.openclaw/.env) and run scripts/tavily_search.py with expected flags. The runtime instructions and the script reference only the Tavily API and the local ~/.openclaw/.env file — no unrelated file reads, system-wide config changes, or unexpected external endpoints are present.
Install Mechanism
No install spec (instruction-only plus a bundled script). Nothing is downloaded or installed automatically, so no high-risk install behavior is present.
Credentials
Only TAVILY_API_KEY is required, which is proportionate for an API-backed search skill. The script will also attempt to read ~/.openclaw/.env for convenience; it only extracts TAVILY_API_KEY via regex, but storing multiple secrets in that file could expose them if shared — advise keeping that file limited to this key or using env vars instead.
Persistence & Privilege
always:false and no changes to other skills or system-wide settings. The skill does not request persistent presence or elevated privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tavily-search-simple - After installation, invoke the skill by name or use
/tavily-search-simple - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.4
- Added support for the country parameter to filter search results by country/region (only effective when topic=general).
- Updated documentation to include the new country option and specify its usage.
- No changes to code logic; only documentation and cache file added.
v1.0.3
- Version bump to 1.0.3 with no changes to code or documentation.
- No file changes detected in this release.
v1.0.2
Initial release of tavily-search-simple:
- Enables internet search and summarization via Tavily API.
- Optimized for LLM and AI Agent scenarios.
- Supports flexible search parameters, result filtering, and output formats.
- Requires a Tavily API key for use.
v1.0.0
- Initial release of tavily-search-simple skill.
- Provides minimal-token internet search using the Tavily API.
- Optimized for LLM and AI Agent integration.
- Supports environment variable configuration for API key.
- Command-line usage with extensive options for query, filters, and result formatting.
Metadata
Frequently Asked Questions
What is Tavily Search 极简版?
【极简版省token】使用 Tavily API 执行网络搜索。专为 LLM 与 AI Agent 优化的搜索引擎。 It is an AI Agent Skill for Claude Code / OpenClaw, with 222 downloads so far.
How do I install Tavily Search 极简版?
Run "/install tavily-search-simple" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Tavily Search 极简版 free?
Yes, Tavily Search 极简版 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Tavily Search 极简版 support?
Tavily Search 极简版 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Tavily Search 极简版?
It is built and maintained by jhc888007 (@jhc888007); the current version is v1.0.4.
More Skills