OpenClaw Tavily Search (lym)
/install lym-tavily-search
Tavily Search
Use the bundled script to search the web with Tavily.
Requirements
- Provide API key via either:
- environment variable:
TAVILY_API_KEY, or ~/.openclaw/.envline:TAVILY_API_KEY=...
- environment variable:
Commands
Run from the OpenClaw workspace:
# raw JSON (default)
python3 {baseDir}/scripts/tavily_search.py --query "..." --max-results 5
# include short answer (if available)
python3 {baseDir}/scripts/tavily_search.py --query "..." --max-results 5 --include-answer
# stable schema (closer to web_search): {query, results:[{title,url,snippet}], answer?}
python3 {baseDir}/scripts/tavily_search.py --query "..." --max-results 5 --format brave
# human-readable Markdown list
python3 {baseDir}/scripts/tavily_search.py --query "..." --max-results 5 --format md
Output
raw (default)
- JSON:
query, optionalanswer,results: [{title,url,content}]
brave
- JSON:
query, optionalanswer,results: [{title,url,snippet}]
md
- A compact Markdown list with title/url/snippet.
Notes
- Keep
max-resultssmall by default (3–5) to reduce token/reading load. - Prefer returning URLs + snippets; fetch full pages only when needed.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install lym-tavily-search - After installation, invoke the skill by name or use
/lym-tavily-search - Provide required inputs per the skill's parameter spec and get structured output
What is OpenClaw Tavily Search (lym)?
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 78 downloads so far.
How do I install OpenClaw Tavily Search (lym)?
Run "/install lym-tavily-search" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is OpenClaw Tavily Search (lym) free?
Yes, OpenClaw Tavily Search (lym) is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does OpenClaw Tavily Search (lym) support?
OpenClaw Tavily Search (lym) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created OpenClaw Tavily Search (lym)?
It is built and maintained by lym20220107 (@lym20220107); the current version is v1.0.0.