← Back to Skills Marketplace
williamwang-wh

Claw Tavily Search Pro

by Williamwang-wh · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
247
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install claw-tavily-search-pro
Description
AI-optimized web search via Tavily API. Returns concise, relevant results for AI agents.
README (SKILL.md)

Tavily Search

AI-optimized web search using Tavily API. Designed for AI agents - returns clean, relevant content.

Search

node {baseDir}/scripts/search.mjs "query"
node {baseDir}/scripts/search.mjs "query" -n 10
node {baseDir}/scripts/search.mjs "query" --deep
node {baseDir}/scripts/search.mjs "query" --topic news

Options

  • -n \x3Ccount>: Number of results (default: 5, max: 20)
  • --deep: Use advanced search for deeper research (slower, more comprehensive)
  • --topic \x3Ctopic>: Search topic - general (default) or news
  • --days \x3Cn>: For news topic, limit to last n days

Extract content from URL

node {baseDir}/scripts/extract.mjs "https://example.com/article"

Notes:

  • Needs TAVILY_API_KEY from https://tavily.com
  • Tavily is optimized for AI - returns clean, relevant snippets
  • Use --deep for complex research questions
  • Use --topic news for current events
Usage Guidance
This skill appears to do what it claims: it sends your queries and any URLs you pass to Tavily's API and prints back the returned snippets. Before installing, confirm you trust tavily.com and are comfortable sending queries (and any URLs) to that external service. Only supply an API key with permissions you intend for this use; do not pass sensitive secrets or personal data through the skill. Note a minor packaging inconsistency: _meta.json uses a different ownerId/slug than the registry metadata — likely a metadata packaging issue but worth confirming the publisher's identity if provenance matters to you.
Capability Analysis
Type: OpenClaw Skill Name: claw-tavily-search-pro Version: 1.0.0 The skill bundle provides a legitimate implementation for AI-optimized web searching and content extraction using the Tavily API. The scripts `scripts/search.mjs` and `scripts/extract.mjs` communicate exclusively with the official Tavily endpoints (api.tavily.com) and do not exhibit any signs of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description match the behavior: both scripts call Tavily endpoints (api.tavily.com) and the skill requires TAVILY_API_KEY and node. Required binaries and env vars are appropriate and proportional for a web-search integration.
Instruction Scope
SKILL.md instructs running the included Node scripts which only POST queries/URLs to Tavily and print results. Note: user queries and any provided URLs are transmitted to api.tavily.com (expected for a search/extract skill). The instructions do not read other system files or unrelated environment variables.
Install Mechanism
No install spec (instruction-only) and included code is small and readable. Nothing is downloaded from untrusted URLs and no archives are extracted.
Credentials
Only TAVILY_API_KEY is required (declared as primaryEnv). The scripts only read that env var and use it in requests to the Tavily API — this is proportionate to the stated purpose.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or agent-wide settings, and is user-invocable by default. Autonomous agent invocation is allowed by platform default but is not excessive here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install claw-tavily-search-pro
  3. After installation, invoke the skill by name or use /claw-tavily-search-pro
  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. - Provides AI-optimized web search using the Tavily API with concise, relevant results. - Includes command-line scripts for searching (`search.mjs`) and content extraction (`extract.mjs`). - Supports advanced search options: result count, deep search mode, topic selection (general/news), and news recency filtering. - Requires a Tavily API key (`TAVILY_API_KEY`) for use.
Metadata
Slug claw-tavily-search-pro
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Claw Tavily Search Pro?

AI-optimized web search via Tavily API. Returns concise, relevant results for AI agents. It is an AI Agent Skill for Claude Code / OpenClaw, with 247 downloads so far.

How do I install Claw Tavily Search Pro?

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

Is Claw Tavily Search Pro free?

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

Which platforms does Claw Tavily Search Pro support?

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

Who created Claw Tavily Search Pro?

It is built and maintained by Williamwang-wh (@williamwang-wh); the current version is v1.0.0.

💬 Comments