Install
openclaw skills install tavily-toolUse Tavily web search/discovery to find URLs/sources, do lead research, gather up-to-date links, or produce a cited summary from web results.
openclaw skills install tavily-toolUse 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
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
references/tavily-api.md.scripts/tavily_search.sh.