tavily

SKILL.md

Tavily

Use the bundled CLI to run Tavily searches from the terminal and collect sources fast.

Quick start (CLI)

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.

Common patterns

Get URLs only

Installs
23
First Seen
Apr 4, 2026