Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Use Tavily web search/discovery to find URLs/sources, do lead research, gather up-to-date links, or produce a cited summary from web results.
Use Tavily web search/discovery to find URLs/sources, do lead research, gather up-to-date links, or produce a cited summary from web results.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Use the bundled CLI to run Tavily searches from the terminal and collect sources fast.
The scripts require TAVILY_API_KEY in the environment (sent as Authorization: Bearer ...). export TAVILY_API_KEY="..." node skills/tavily/scripts/tavily_search.js --query "best rust http client" --max_results 5 JSON response is printed to stdout. A simple URL list is printed to stderr by default.
export TAVILY_API_KEY="..." node skills/tavily/scripts/tavily_search.js --query "OpenTelemetry collector config" --urls-only
export TAVILY_API_KEY="..." node skills/tavily/scripts/tavily_search.js \ --query "oauth device code flow" \ --include_domains oauth.net,datatracker.ietf.org \ --exclude_domains medium.com
The bundled CLI supports a subset of Tavilyβs request fields (query, max_results, include_domains, exclude_domains). For API field notes and more examples, read: references/tavily-api.md. Wrapper script (optional): scripts/tavily_search.sh.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.