Tavily is a search engine built specifically for AI agents (LLMs). This skill provides optimized search results and content extraction.
TAVILY_API_KEY in your environment.Perform an AI-optimized search.
node scripts/search.mjs "What are the latest developments in agentic AI?"
Options:
-n : Number of results (default: 5, max: 20).--deep: Use advanced search depth (more tokens, better results).--topic : Filter by topic (default: general).--days : For news topic, limit results to past N days.node {baseDir}/scripts/extract.mjs "https://example.com/article"
Notes:
TAVILY_API_KEY from https://tavily.com--deep for complex research questions--topic news for current eventsTAVILY_API_KEY is exported or set in your session.共 1 个版本