← Back to Skills Marketplace
litiao1224

Tavily Search Litiao

by litiao1224 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
212
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install tavily-search-litiao
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 coherent with its description. Before installing, be aware that any search queries and any URLs you pass to the extract command will be sent to Tavily's API (https://api.tavily.com) along with your TAVILY_API_KEY — treat that as data you are sharing with a third party. Ensure you trust Tavily's privacy/security practices and do not send sensitive secrets or private documents. Confirm you have node available. If you prefer the agent not call the external API autonomously, consider disabling model-invocation for the skill or only invoking it manually.
Capability Analysis
Type: OpenClaw Skill Name: tavily-search-litiao Version: 1.0.0 The skill provides a legitimate interface for the Tavily Search API to perform web searches and content extraction. The scripts search.mjs and extract.mjs correctly handle the TAVILY_API_KEY environment variable and communicate exclusively with the official api.tavily.com endpoint. No evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description (AI-optimized web search) matches required items and code. The scripts call https://api.tavily.com/search and /extract and require TAVILY_API_KEY and node — all reasonable and expected for this purpose.
Instruction Scope
SKILL.md instructs the agent to run the provided search and extract scripts, which only POST queries/URLs to Tavily and print results. This stays within the skill's stated scope. Note: user queries and any URLs you pass to the extract script are transmitted to Tavily (data exposure risk).
Install Mechanism
No install spec; the skill is instruction-only with bundled Node scripts. It relies on a local node binary being present — a low-risk, expected requirement. No downloads from external/untrusted URLs or archive extraction are present.
Credentials
Only one credential is required: TAVILY_API_KEY (declared as primary). That directly matches the API usage in the scripts; there are no unrelated or excessive environment variables or config paths requested.
Persistence & Privilege
The skill does not request always:true, does not modify system or other skills, and is user-invocable. Default autonomous invocation is enabled (platform default) but is not combined with other red flags here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tavily-search-litiao
  3. After installation, invoke the skill by name or use /tavily-search-litiao
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Bug fixes and improvements with -litiao suffix
Metadata
Slug tavily-search-litiao
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Tavily Search Litiao?

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 212 downloads so far.

How do I install Tavily Search Litiao?

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

Is Tavily Search Litiao free?

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

Which platforms does Tavily Search Litiao support?

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

Who created Tavily Search Litiao?

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

💬 Comments