← Back to Skills Marketplace
make453

Openclaw Tavily Search.Bak

by make453 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
188
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-tavily-search-bak
Description
Web search via Tavily API (alternative to Brave). Use when the user asks to search the web / look up sources / find links and Brave web_search is unavailable...
Usage Guidance
This skill is coherent: it simply forwards your query and the provided TAVILY_API_KEY to Tavily's API and returns results. Before installing, confirm you trust the Tavily service and are comfortable sending queries and the API key to https://api.tavily.com. Verify the API key is stored only where you intend (environment variable or ~/.openclaw/.env). Note small inconsistencies in metadata (the _meta.json slug/owner/publishedAt look odd) — that does not change the code behavior but you may want to confirm the skill's source/author if provenance matters.
Capability Analysis
Type: OpenClaw Skill Name: openclaw-tavily-search-bak Version: 1.0.0 The skill is a legitimate implementation of a web search tool using the Tavily API. The Python script (scripts/tavily_search.py) uses standard libraries to perform POST requests to the official Tavily endpoint (api.tavily.com) and handles API keys through standard environment variables or a local configuration file. No evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description declare a web search integration with Tavily; the included script posts queries to https://api.tavily.com/search and returns titles/URLs/snippets. Required inputs (TAVILY_API_KEY via env or ~/.openclaw/.env) align with that purpose.
Instruction Scope
SKILL.md instructs running the bundled Python script and documents the API key locations it reads. The script only reads the API key (env or ~/.openclaw/.env), sends a POST to the Tavily API, and formats the response; it does not attempt to read unrelated files or exfiltrate other environment variables.
Install Mechanism
No install spec; this is an instruction-only skill with a small, readable Python script that uses standard library modules (urllib). Nothing is downloaded or extracted during install.
Credentials
Only one secret is required (TAVILY_API_KEY), which is appropriate for a third-party search API integration. The script only accesses that key and no other credentials or config paths.
Persistence & Privilege
The skill is not always-enabled and does not request elevated persistence or modify other skills or system-wide settings. Autonomous invocation is allowed by default but not excessive here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openclaw-tavily-search-bak
  3. After installation, invoke the skill by name or use /openclaw-tavily-search-bak
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of tavily-search skill for OpenClaw. - Enables web searches via the Tavily API as an alternative to Brave. - Returns relevant results with titles, URLs, and snippets; can include short answer summaries. - Supports multiple output formats: raw JSON, Brave-compatible schema, and Markdown. - Allows API key configuration through environment variable or .env file. - Includes CLI usage instructions and best practices for result handling.
Metadata
Slug openclaw-tavily-search-bak
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Openclaw Tavily Search.Bak?

Web search via Tavily API (alternative to Brave). Use when the user asks to search the web / look up sources / find links and Brave web_search is unavailable... It is an AI Agent Skill for Claude Code / OpenClaw, with 188 downloads so far.

How do I install Openclaw Tavily Search.Bak?

Run "/install openclaw-tavily-search-bak" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Openclaw Tavily Search.Bak free?

Yes, Openclaw Tavily Search.Bak is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Openclaw Tavily Search.Bak support?

Openclaw Tavily Search.Bak is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Openclaw Tavily Search.Bak?

It is built and maintained by make453 (@make453); the current version is v1.0.0.

💬 Comments