Tavily Search

search the web using Tavily API with a query as argument. Use this skill when the user asks to search for information on the web. Use when this capability is needed.

tomevault-io Updated

File contents

Tavily Search

Command to execute

curl -s -X POST https://api.tavily.com/search \
  -H 'Content-Type: application/json' \
  -H "Authorization: Bearer ${TAVILY}" \
  -d "{\"query\": \"$ARGUMENTS_REST\", \"search_depth\": \"advanced\", \"max_results\": 6, \"time_range\": \"week\"}"

Source: aiden-liu/news_roundup_agent — distributed by TomeVault.

tomevault-io/skills-registry/tree/main/aiden-liu--news-roundup-agent--tavily-search commit b145484c42

Frequently asked questions

npx skillmds@latest add tomevault-io/tavily-search-2