[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-tavily-tavily-search":3,"mdc--g7nd14-key":34,"related-org-tavily-tavily-search":1165,"related-repo-tavily-tavily-search":1328},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":24,"repoUrl":25,"updatedAt":26,"license":27,"forks":28,"topics":29,"repo":30,"sourceUrl":32,"mdContent":33},"tavily-search","search the web with Tavily","Search the web with LLM-optimized results via the Tavily CLI. Use this skill when the user wants to search the web, find articles, look up information, get recent news, discover sources, or says \"search for\", \"find me\", \"look up\", \"what's the latest on\", \"find articles about\", or needs current information from the internet. Returns relevant results with content snippets, relevance scores, and metadata — optimized for LLM consumption. Supports domain filtering, time ranges, and multiple search depths.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},"tavily","Tavily","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Ftavily.png","tavily-ai",[13,15,18,21],{"name":9,"slug":8,"type":14},"tag",{"name":16,"slug":17,"type":14},"LLM","llm",{"name":19,"slug":20,"type":14},"CLI","cli",{"name":22,"slug":23,"type":14},"Search","search",426,"https:\u002F\u002Fgithub.com\u002Ftavily-ai\u002Fskills","2026-04-06T18:54:06.085596",null,36,[],{"repoUrl":25,"stars":24,"forks":28,"topics":31,"description":27},[],"https:\u002F\u002Fgithub.com\u002Ftavily-ai\u002Fskills\u002Ftree\u002FHEAD\u002Fskills\u002Ftavily-search","---\nname: tavily-search\ndescription: |\n  Search the web with LLM-optimized results via the Tavily CLI. Use this skill when the user wants to search the web, find articles, look up information, get recent news, discover sources, or says \"search for\", \"find me\", \"look up\", \"what's the latest on\", \"find articles about\", or needs current information from the internet. Returns relevant results with content snippets, relevance scores, and metadata — optimized for LLM consumption. Supports domain filtering, time ranges, and multiple search depths.\nallowed-tools: Bash(tvly *)\n---\n\n# tavily search\n\nWeb search returning LLM-optimized results with content snippets and relevance scores.\n\n## Before running any command\n\nIf `tvly` is not found on PATH, install it first:\n\n```bash\ncurl -fsSL https:\u002F\u002Fcli.tavily.com\u002Finstall.sh | bash && tvly login\n```\n\nDo not skip this step or fall back to other tools.\n\nSee [tavily-cli](..\u002Ftavily-cli\u002FSKILL.md) for alternative install methods and auth options.\n\n## When to use\n\n- You need to find information on any topic\n- You don't have a specific URL yet\n- First step in the [workflow](..\u002Ftavily-cli\u002FSKILL.md): **search** → extract → map → crawl → research\n\n## Quick start\n\n```bash\n# Basic search\ntvly search \"your query\" --json\n\n# Advanced search with more results\ntvly search \"quantum computing\" --depth advanced --max-results 10 --json\n\n# Recent news\ntvly search \"AI news\" --time-range week --topic news --json\n\n# Domain-filtered\ntvly search \"SEC filings\" --include-domains sec.gov,reuters.com --json\n\n# Include full page content in results\ntvly search \"react hooks tutorial\" --include-raw-content --max-results 3 --json\n```\n\n## Options\n\n| Option | Description |\n|--------|-------------|\n| `--depth` | `ultra-fast`, `fast`, `basic` (default), `advanced` |\n| `--max-results` | Max results, 0-20 (default: 5) |\n| `--topic` | `general` (default), `news`, `finance` |\n| `--time-range` | `day`, `week`, `month`, `year` |\n| `--start-date` | Results after date (YYYY-MM-DD) |\n| `--end-date` | Results before date (YYYY-MM-DD) |\n| `--include-domains` | Comma-separated domains to include |\n| `--exclude-domains` | Comma-separated domains to exclude |\n| `--country` | Boost results from country |\n| `--include-answer` | Include AI answer (`basic` or `advanced`) |\n| `--include-raw-content` | Include full page content (`markdown` or `text`) |\n| `--include-images` | Include image results |\n| `--include-image-descriptions` | Include AI image descriptions |\n| `--chunks-per-source` | Chunks per source (advanced\u002Ffast depth only) |\n| `-o, --output` | Save output to file |\n| `--json` | Structured JSON output |\n\n## Search depth\n\n| Depth | Speed | Relevance | Best for |\n|-------|-------|-----------|----------|\n| `ultra-fast` | Fastest | Lower | Real-time chat, autocomplete |\n| `fast` | Fast | Good | Need chunks, latency matters |\n| `basic` | Medium | High | General-purpose (default) |\n| `advanced` | Slower | Highest | Precision, specific facts |\n\n## Tips\n\n- **Keep queries under 400 characters** — think search query, not prompt.\n- **Break complex queries into sub-queries** for better results.\n- **Use `--include-raw-content`** when you need full page text (saves a separate extract call).\n- **Use `--include-domains`** to focus on trusted sources.\n- **Use `--time-range`** for recent information.\n- Read from stdin: `echo \"query\" | tvly search - --json`\n\n## See also\n\n- [tavily-extract](..\u002Ftavily-extract\u002FSKILL.md) — extract content from specific URLs\n- [tavily-research](..\u002Ftavily-research\u002FSKILL.md) — comprehensive multi-source research\n",{"data":35,"body":37},{"name":4,"description":6,"allowed-tools":36},"Bash(tvly *)",{"type":38,"children":39},"root",[40,48,54,61,75,135,140,154,160,194,200,500,506,903,909,1045,1051,1128,1134,1159],{"type":41,"tag":42,"props":43,"children":44},"element","h1",{"id":4},[45],{"type":46,"value":47},"text","tavily search",{"type":41,"tag":49,"props":50,"children":51},"p",{},[52],{"type":46,"value":53},"Web search returning LLM-optimized results with content snippets and relevance scores.",{"type":41,"tag":55,"props":56,"children":58},"h2",{"id":57},"before-running-any-command",[59],{"type":46,"value":60},"Before running any command",{"type":41,"tag":49,"props":62,"children":63},{},[64,66,73],{"type":46,"value":65},"If ",{"type":41,"tag":67,"props":68,"children":70},"code",{"className":69},[],[71],{"type":46,"value":72},"tvly",{"type":46,"value":74}," is not found on PATH, install it first:",{"type":41,"tag":76,"props":77,"children":82},"pre",{"className":78,"code":79,"language":80,"meta":81,"style":81},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","curl -fsSL https:\u002F\u002Fcli.tavily.com\u002Finstall.sh | bash && tvly login\n","bash","",[83],{"type":41,"tag":67,"props":84,"children":85},{"__ignoreMap":81},[86],{"type":41,"tag":87,"props":88,"children":91},"span",{"class":89,"line":90},"line",1,[92,98,104,109,115,120,125,130],{"type":41,"tag":87,"props":93,"children":95},{"style":94},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[96],{"type":46,"value":97},"curl",{"type":41,"tag":87,"props":99,"children":101},{"style":100},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[102],{"type":46,"value":103}," -fsSL",{"type":41,"tag":87,"props":105,"children":106},{"style":100},[107],{"type":46,"value":108}," https:\u002F\u002Fcli.tavily.com\u002Finstall.sh",{"type":41,"tag":87,"props":110,"children":112},{"style":111},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[113],{"type":46,"value":114}," |",{"type":41,"tag":87,"props":116,"children":117},{"style":94},[118],{"type":46,"value":119}," bash",{"type":41,"tag":87,"props":121,"children":122},{"style":111},[123],{"type":46,"value":124}," &&",{"type":41,"tag":87,"props":126,"children":127},{"style":94},[128],{"type":46,"value":129}," tvly",{"type":41,"tag":87,"props":131,"children":132},{"style":100},[133],{"type":46,"value":134}," login\n",{"type":41,"tag":49,"props":136,"children":137},{},[138],{"type":46,"value":139},"Do not skip this step or fall back to other tools.",{"type":41,"tag":49,"props":141,"children":142},{},[143,145,152],{"type":46,"value":144},"See ",{"type":41,"tag":146,"props":147,"children":149},"a",{"href":148},"..\u002Ftavily-cli\u002FSKILL.md",[150],{"type":46,"value":151},"tavily-cli",{"type":46,"value":153}," for alternative install methods and auth options.",{"type":41,"tag":55,"props":155,"children":157},{"id":156},"when-to-use",[158],{"type":46,"value":159},"When to use",{"type":41,"tag":161,"props":162,"children":163},"ul",{},[164,170,175],{"type":41,"tag":165,"props":166,"children":167},"li",{},[168],{"type":46,"value":169},"You need to find information on any topic",{"type":41,"tag":165,"props":171,"children":172},{},[173],{"type":46,"value":174},"You don't have a specific URL yet",{"type":41,"tag":165,"props":176,"children":177},{},[178,180,185,187,192],{"type":46,"value":179},"First step in the ",{"type":41,"tag":146,"props":181,"children":182},{"href":148},[183],{"type":46,"value":184},"workflow",{"type":46,"value":186},": ",{"type":41,"tag":188,"props":189,"children":190},"strong",{},[191],{"type":46,"value":23},{"type":46,"value":193}," → extract → map → crawl → research",{"type":41,"tag":55,"props":195,"children":197},{"id":196},"quick-start",[198],{"type":46,"value":199},"Quick start",{"type":41,"tag":76,"props":201,"children":203},{"className":78,"code":202,"language":80,"meta":81,"style":81},"# Basic search\ntvly search \"your query\" --json\n\n# Advanced search with more results\ntvly search \"quantum computing\" --depth advanced --max-results 10 --json\n\n# Recent news\ntvly search \"AI news\" --time-range week --topic news --json\n\n# Domain-filtered\ntvly search \"SEC filings\" --include-domains sec.gov,reuters.com --json\n\n# Include full page content in results\ntvly search \"react hooks tutorial\" --include-raw-content --max-results 3 --json\n",[204],{"type":41,"tag":67,"props":205,"children":206},{"__ignoreMap":81},[207,216,249,259,268,318,326,335,384,392,401,440,448,457],{"type":41,"tag":87,"props":208,"children":209},{"class":89,"line":90},[210],{"type":41,"tag":87,"props":211,"children":213},{"style":212},"--shiki-light:#90A4AE;--shiki-light-font-style:italic;--shiki-default:#546E7A;--shiki-default-font-style:italic;--shiki-dark:#676E95;--shiki-dark-font-style:italic",[214],{"type":46,"value":215},"# Basic search\n",{"type":41,"tag":87,"props":217,"children":219},{"class":89,"line":218},2,[220,224,229,234,239,244],{"type":41,"tag":87,"props":221,"children":222},{"style":94},[223],{"type":46,"value":72},{"type":41,"tag":87,"props":225,"children":226},{"style":100},[227],{"type":46,"value":228}," search",{"type":41,"tag":87,"props":230,"children":231},{"style":111},[232],{"type":46,"value":233}," \"",{"type":41,"tag":87,"props":235,"children":236},{"style":100},[237],{"type":46,"value":238},"your query",{"type":41,"tag":87,"props":240,"children":241},{"style":111},[242],{"type":46,"value":243},"\"",{"type":41,"tag":87,"props":245,"children":246},{"style":100},[247],{"type":46,"value":248}," --json\n",{"type":41,"tag":87,"props":250,"children":252},{"class":89,"line":251},3,[253],{"type":41,"tag":87,"props":254,"children":256},{"emptyLinePlaceholder":255},true,[257],{"type":46,"value":258},"\n",{"type":41,"tag":87,"props":260,"children":262},{"class":89,"line":261},4,[263],{"type":41,"tag":87,"props":264,"children":265},{"style":212},[266],{"type":46,"value":267},"# Advanced search with more results\n",{"type":41,"tag":87,"props":269,"children":271},{"class":89,"line":270},5,[272,276,280,284,289,293,298,303,308,314],{"type":41,"tag":87,"props":273,"children":274},{"style":94},[275],{"type":46,"value":72},{"type":41,"tag":87,"props":277,"children":278},{"style":100},[279],{"type":46,"value":228},{"type":41,"tag":87,"props":281,"children":282},{"style":111},[283],{"type":46,"value":233},{"type":41,"tag":87,"props":285,"children":286},{"style":100},[287],{"type":46,"value":288},"quantum computing",{"type":41,"tag":87,"props":290,"children":291},{"style":111},[292],{"type":46,"value":243},{"type":41,"tag":87,"props":294,"children":295},{"style":100},[296],{"type":46,"value":297}," --depth",{"type":41,"tag":87,"props":299,"children":300},{"style":100},[301],{"type":46,"value":302}," advanced",{"type":41,"tag":87,"props":304,"children":305},{"style":100},[306],{"type":46,"value":307}," --max-results",{"type":41,"tag":87,"props":309,"children":311},{"style":310},"--shiki-light:#F76D47;--shiki-default:#F78C6C;--shiki-dark:#F78C6C",[312],{"type":46,"value":313}," 10",{"type":41,"tag":87,"props":315,"children":316},{"style":100},[317],{"type":46,"value":248},{"type":41,"tag":87,"props":319,"children":321},{"class":89,"line":320},6,[322],{"type":41,"tag":87,"props":323,"children":324},{"emptyLinePlaceholder":255},[325],{"type":46,"value":258},{"type":41,"tag":87,"props":327,"children":329},{"class":89,"line":328},7,[330],{"type":41,"tag":87,"props":331,"children":332},{"style":212},[333],{"type":46,"value":334},"# Recent news\n",{"type":41,"tag":87,"props":336,"children":338},{"class":89,"line":337},8,[339,343,347,351,356,360,365,370,375,380],{"type":41,"tag":87,"props":340,"children":341},{"style":94},[342],{"type":46,"value":72},{"type":41,"tag":87,"props":344,"children":345},{"style":100},[346],{"type":46,"value":228},{"type":41,"tag":87,"props":348,"children":349},{"style":111},[350],{"type":46,"value":233},{"type":41,"tag":87,"props":352,"children":353},{"style":100},[354],{"type":46,"value":355},"AI news",{"type":41,"tag":87,"props":357,"children":358},{"style":111},[359],{"type":46,"value":243},{"type":41,"tag":87,"props":361,"children":362},{"style":100},[363],{"type":46,"value":364}," --time-range",{"type":41,"tag":87,"props":366,"children":367},{"style":100},[368],{"type":46,"value":369}," week",{"type":41,"tag":87,"props":371,"children":372},{"style":100},[373],{"type":46,"value":374}," --topic",{"type":41,"tag":87,"props":376,"children":377},{"style":100},[378],{"type":46,"value":379}," news",{"type":41,"tag":87,"props":381,"children":382},{"style":100},[383],{"type":46,"value":248},{"type":41,"tag":87,"props":385,"children":387},{"class":89,"line":386},9,[388],{"type":41,"tag":87,"props":389,"children":390},{"emptyLinePlaceholder":255},[391],{"type":46,"value":258},{"type":41,"tag":87,"props":393,"children":395},{"class":89,"line":394},10,[396],{"type":41,"tag":87,"props":397,"children":398},{"style":212},[399],{"type":46,"value":400},"# Domain-filtered\n",{"type":41,"tag":87,"props":402,"children":404},{"class":89,"line":403},11,[405,409,413,417,422,426,431,436],{"type":41,"tag":87,"props":406,"children":407},{"style":94},[408],{"type":46,"value":72},{"type":41,"tag":87,"props":410,"children":411},{"style":100},[412],{"type":46,"value":228},{"type":41,"tag":87,"props":414,"children":415},{"style":111},[416],{"type":46,"value":233},{"type":41,"tag":87,"props":418,"children":419},{"style":100},[420],{"type":46,"value":421},"SEC filings",{"type":41,"tag":87,"props":423,"children":424},{"style":111},[425],{"type":46,"value":243},{"type":41,"tag":87,"props":427,"children":428},{"style":100},[429],{"type":46,"value":430}," --include-domains",{"type":41,"tag":87,"props":432,"children":433},{"style":100},[434],{"type":46,"value":435}," sec.gov,reuters.com",{"type":41,"tag":87,"props":437,"children":438},{"style":100},[439],{"type":46,"value":248},{"type":41,"tag":87,"props":441,"children":443},{"class":89,"line":442},12,[444],{"type":41,"tag":87,"props":445,"children":446},{"emptyLinePlaceholder":255},[447],{"type":46,"value":258},{"type":41,"tag":87,"props":449,"children":451},{"class":89,"line":450},13,[452],{"type":41,"tag":87,"props":453,"children":454},{"style":212},[455],{"type":46,"value":456},"# Include full page content in results\n",{"type":41,"tag":87,"props":458,"children":460},{"class":89,"line":459},14,[461,465,469,473,478,482,487,491,496],{"type":41,"tag":87,"props":462,"children":463},{"style":94},[464],{"type":46,"value":72},{"type":41,"tag":87,"props":466,"children":467},{"style":100},[468],{"type":46,"value":228},{"type":41,"tag":87,"props":470,"children":471},{"style":111},[472],{"type":46,"value":233},{"type":41,"tag":87,"props":474,"children":475},{"style":100},[476],{"type":46,"value":477},"react hooks tutorial",{"type":41,"tag":87,"props":479,"children":480},{"style":111},[481],{"type":46,"value":243},{"type":41,"tag":87,"props":483,"children":484},{"style":100},[485],{"type":46,"value":486}," --include-raw-content",{"type":41,"tag":87,"props":488,"children":489},{"style":100},[490],{"type":46,"value":307},{"type":41,"tag":87,"props":492,"children":493},{"style":310},[494],{"type":46,"value":495}," 3",{"type":41,"tag":87,"props":497,"children":498},{"style":100},[499],{"type":46,"value":248},{"type":41,"tag":55,"props":501,"children":503},{"id":502},"options",[504],{"type":46,"value":505},"Options",{"type":41,"tag":507,"props":508,"children":509},"table",{},[510,529],{"type":41,"tag":511,"props":512,"children":513},"thead",{},[514],{"type":41,"tag":515,"props":516,"children":517},"tr",{},[518,524],{"type":41,"tag":519,"props":520,"children":521},"th",{},[522],{"type":46,"value":523},"Option",{"type":41,"tag":519,"props":525,"children":526},{},[527],{"type":46,"value":528},"Description",{"type":41,"tag":530,"props":531,"children":532},"tbody",{},[533,578,595,630,672,689,706,723,740,757,788,818,835,852,869,886],{"type":41,"tag":515,"props":534,"children":535},{},[536,546],{"type":41,"tag":537,"props":538,"children":539},"td",{},[540],{"type":41,"tag":67,"props":541,"children":543},{"className":542},[],[544],{"type":46,"value":545},"--depth",{"type":41,"tag":537,"props":547,"children":548},{},[549,555,557,563,564,570,572],{"type":41,"tag":67,"props":550,"children":552},{"className":551},[],[553],{"type":46,"value":554},"ultra-fast",{"type":46,"value":556},", ",{"type":41,"tag":67,"props":558,"children":560},{"className":559},[],[561],{"type":46,"value":562},"fast",{"type":46,"value":556},{"type":41,"tag":67,"props":565,"children":567},{"className":566},[],[568],{"type":46,"value":569},"basic",{"type":46,"value":571}," (default), ",{"type":41,"tag":67,"props":573,"children":575},{"className":574},[],[576],{"type":46,"value":577},"advanced",{"type":41,"tag":515,"props":579,"children":580},{},[581,590],{"type":41,"tag":537,"props":582,"children":583},{},[584],{"type":41,"tag":67,"props":585,"children":587},{"className":586},[],[588],{"type":46,"value":589},"--max-results",{"type":41,"tag":537,"props":591,"children":592},{},[593],{"type":46,"value":594},"Max results, 0-20 (default: 5)",{"type":41,"tag":515,"props":596,"children":597},{},[598,607],{"type":41,"tag":537,"props":599,"children":600},{},[601],{"type":41,"tag":67,"props":602,"children":604},{"className":603},[],[605],{"type":46,"value":606},"--topic",{"type":41,"tag":537,"props":608,"children":609},{},[610,616,617,623,624],{"type":41,"tag":67,"props":611,"children":613},{"className":612},[],[614],{"type":46,"value":615},"general",{"type":46,"value":571},{"type":41,"tag":67,"props":618,"children":620},{"className":619},[],[621],{"type":46,"value":622},"news",{"type":46,"value":556},{"type":41,"tag":67,"props":625,"children":627},{"className":626},[],[628],{"type":46,"value":629},"finance",{"type":41,"tag":515,"props":631,"children":632},{},[633,642],{"type":41,"tag":537,"props":634,"children":635},{},[636],{"type":41,"tag":67,"props":637,"children":639},{"className":638},[],[640],{"type":46,"value":641},"--time-range",{"type":41,"tag":537,"props":643,"children":644},{},[645,651,652,658,659,665,666],{"type":41,"tag":67,"props":646,"children":648},{"className":647},[],[649],{"type":46,"value":650},"day",{"type":46,"value":556},{"type":41,"tag":67,"props":653,"children":655},{"className":654},[],[656],{"type":46,"value":657},"week",{"type":46,"value":556},{"type":41,"tag":67,"props":660,"children":662},{"className":661},[],[663],{"type":46,"value":664},"month",{"type":46,"value":556},{"type":41,"tag":67,"props":667,"children":669},{"className":668},[],[670],{"type":46,"value":671},"year",{"type":41,"tag":515,"props":673,"children":674},{},[675,684],{"type":41,"tag":537,"props":676,"children":677},{},[678],{"type":41,"tag":67,"props":679,"children":681},{"className":680},[],[682],{"type":46,"value":683},"--start-date",{"type":41,"tag":537,"props":685,"children":686},{},[687],{"type":46,"value":688},"Results after date (YYYY-MM-DD)",{"type":41,"tag":515,"props":690,"children":691},{},[692,701],{"type":41,"tag":537,"props":693,"children":694},{},[695],{"type":41,"tag":67,"props":696,"children":698},{"className":697},[],[699],{"type":46,"value":700},"--end-date",{"type":41,"tag":537,"props":702,"children":703},{},[704],{"type":46,"value":705},"Results before date (YYYY-MM-DD)",{"type":41,"tag":515,"props":707,"children":708},{},[709,718],{"type":41,"tag":537,"props":710,"children":711},{},[712],{"type":41,"tag":67,"props":713,"children":715},{"className":714},[],[716],{"type":46,"value":717},"--include-domains",{"type":41,"tag":537,"props":719,"children":720},{},[721],{"type":46,"value":722},"Comma-separated domains to include",{"type":41,"tag":515,"props":724,"children":725},{},[726,735],{"type":41,"tag":537,"props":727,"children":728},{},[729],{"type":41,"tag":67,"props":730,"children":732},{"className":731},[],[733],{"type":46,"value":734},"--exclude-domains",{"type":41,"tag":537,"props":736,"children":737},{},[738],{"type":46,"value":739},"Comma-separated domains to exclude",{"type":41,"tag":515,"props":741,"children":742},{},[743,752],{"type":41,"tag":537,"props":744,"children":745},{},[746],{"type":41,"tag":67,"props":747,"children":749},{"className":748},[],[750],{"type":46,"value":751},"--country",{"type":41,"tag":537,"props":753,"children":754},{},[755],{"type":46,"value":756},"Boost results from country",{"type":41,"tag":515,"props":758,"children":759},{},[760,769],{"type":41,"tag":537,"props":761,"children":762},{},[763],{"type":41,"tag":67,"props":764,"children":766},{"className":765},[],[767],{"type":46,"value":768},"--include-answer",{"type":41,"tag":537,"props":770,"children":771},{},[772,774,779,781,786],{"type":46,"value":773},"Include AI answer (",{"type":41,"tag":67,"props":775,"children":777},{"className":776},[],[778],{"type":46,"value":569},{"type":46,"value":780}," or ",{"type":41,"tag":67,"props":782,"children":784},{"className":783},[],[785],{"type":46,"value":577},{"type":46,"value":787},")",{"type":41,"tag":515,"props":789,"children":790},{},[791,800],{"type":41,"tag":537,"props":792,"children":793},{},[794],{"type":41,"tag":67,"props":795,"children":797},{"className":796},[],[798],{"type":46,"value":799},"--include-raw-content",{"type":41,"tag":537,"props":801,"children":802},{},[803,805,811,812,817],{"type":46,"value":804},"Include full page content (",{"type":41,"tag":67,"props":806,"children":808},{"className":807},[],[809],{"type":46,"value":810},"markdown",{"type":46,"value":780},{"type":41,"tag":67,"props":813,"children":815},{"className":814},[],[816],{"type":46,"value":46},{"type":46,"value":787},{"type":41,"tag":515,"props":819,"children":820},{},[821,830],{"type":41,"tag":537,"props":822,"children":823},{},[824],{"type":41,"tag":67,"props":825,"children":827},{"className":826},[],[828],{"type":46,"value":829},"--include-images",{"type":41,"tag":537,"props":831,"children":832},{},[833],{"type":46,"value":834},"Include image results",{"type":41,"tag":515,"props":836,"children":837},{},[838,847],{"type":41,"tag":537,"props":839,"children":840},{},[841],{"type":41,"tag":67,"props":842,"children":844},{"className":843},[],[845],{"type":46,"value":846},"--include-image-descriptions",{"type":41,"tag":537,"props":848,"children":849},{},[850],{"type":46,"value":851},"Include AI image descriptions",{"type":41,"tag":515,"props":853,"children":854},{},[855,864],{"type":41,"tag":537,"props":856,"children":857},{},[858],{"type":41,"tag":67,"props":859,"children":861},{"className":860},[],[862],{"type":46,"value":863},"--chunks-per-source",{"type":41,"tag":537,"props":865,"children":866},{},[867],{"type":46,"value":868},"Chunks per source (advanced\u002Ffast depth only)",{"type":41,"tag":515,"props":870,"children":871},{},[872,881],{"type":41,"tag":537,"props":873,"children":874},{},[875],{"type":41,"tag":67,"props":876,"children":878},{"className":877},[],[879],{"type":46,"value":880},"-o, --output",{"type":41,"tag":537,"props":882,"children":883},{},[884],{"type":46,"value":885},"Save output to file",{"type":41,"tag":515,"props":887,"children":888},{},[889,898],{"type":41,"tag":537,"props":890,"children":891},{},[892],{"type":41,"tag":67,"props":893,"children":895},{"className":894},[],[896],{"type":46,"value":897},"--json",{"type":41,"tag":537,"props":899,"children":900},{},[901],{"type":46,"value":902},"Structured JSON output",{"type":41,"tag":55,"props":904,"children":906},{"id":905},"search-depth",[907],{"type":46,"value":908},"Search depth",{"type":41,"tag":507,"props":910,"children":911},{},[912,938],{"type":41,"tag":511,"props":913,"children":914},{},[915],{"type":41,"tag":515,"props":916,"children":917},{},[918,923,928,933],{"type":41,"tag":519,"props":919,"children":920},{},[921],{"type":46,"value":922},"Depth",{"type":41,"tag":519,"props":924,"children":925},{},[926],{"type":46,"value":927},"Speed",{"type":41,"tag":519,"props":929,"children":930},{},[931],{"type":46,"value":932},"Relevance",{"type":41,"tag":519,"props":934,"children":935},{},[936],{"type":46,"value":937},"Best for",{"type":41,"tag":530,"props":939,"children":940},{},[941,967,993,1019],{"type":41,"tag":515,"props":942,"children":943},{},[944,952,957,962],{"type":41,"tag":537,"props":945,"children":946},{},[947],{"type":41,"tag":67,"props":948,"children":950},{"className":949},[],[951],{"type":46,"value":554},{"type":41,"tag":537,"props":953,"children":954},{},[955],{"type":46,"value":956},"Fastest",{"type":41,"tag":537,"props":958,"children":959},{},[960],{"type":46,"value":961},"Lower",{"type":41,"tag":537,"props":963,"children":964},{},[965],{"type":46,"value":966},"Real-time chat, autocomplete",{"type":41,"tag":515,"props":968,"children":969},{},[970,978,983,988],{"type":41,"tag":537,"props":971,"children":972},{},[973],{"type":41,"tag":67,"props":974,"children":976},{"className":975},[],[977],{"type":46,"value":562},{"type":41,"tag":537,"props":979,"children":980},{},[981],{"type":46,"value":982},"Fast",{"type":41,"tag":537,"props":984,"children":985},{},[986],{"type":46,"value":987},"Good",{"type":41,"tag":537,"props":989,"children":990},{},[991],{"type":46,"value":992},"Need chunks, latency matters",{"type":41,"tag":515,"props":994,"children":995},{},[996,1004,1009,1014],{"type":41,"tag":537,"props":997,"children":998},{},[999],{"type":41,"tag":67,"props":1000,"children":1002},{"className":1001},[],[1003],{"type":46,"value":569},{"type":41,"tag":537,"props":1005,"children":1006},{},[1007],{"type":46,"value":1008},"Medium",{"type":41,"tag":537,"props":1010,"children":1011},{},[1012],{"type":46,"value":1013},"High",{"type":41,"tag":537,"props":1015,"children":1016},{},[1017],{"type":46,"value":1018},"General-purpose (default)",{"type":41,"tag":515,"props":1020,"children":1021},{},[1022,1030,1035,1040],{"type":41,"tag":537,"props":1023,"children":1024},{},[1025],{"type":41,"tag":67,"props":1026,"children":1028},{"className":1027},[],[1029],{"type":46,"value":577},{"type":41,"tag":537,"props":1031,"children":1032},{},[1033],{"type":46,"value":1034},"Slower",{"type":41,"tag":537,"props":1036,"children":1037},{},[1038],{"type":46,"value":1039},"Highest",{"type":41,"tag":537,"props":1041,"children":1042},{},[1043],{"type":46,"value":1044},"Precision, specific facts",{"type":41,"tag":55,"props":1046,"children":1048},{"id":1047},"tips",[1049],{"type":46,"value":1050},"Tips",{"type":41,"tag":161,"props":1052,"children":1053},{},[1054,1064,1074,1089,1103,1117],{"type":41,"tag":165,"props":1055,"children":1056},{},[1057,1062],{"type":41,"tag":188,"props":1058,"children":1059},{},[1060],{"type":46,"value":1061},"Keep queries under 400 characters",{"type":46,"value":1063}," — think search query, not prompt.",{"type":41,"tag":165,"props":1065,"children":1066},{},[1067,1072],{"type":41,"tag":188,"props":1068,"children":1069},{},[1070],{"type":46,"value":1071},"Break complex queries into sub-queries",{"type":46,"value":1073}," for better results.",{"type":41,"tag":165,"props":1075,"children":1076},{},[1077,1087],{"type":41,"tag":188,"props":1078,"children":1079},{},[1080,1082],{"type":46,"value":1081},"Use ",{"type":41,"tag":67,"props":1083,"children":1085},{"className":1084},[],[1086],{"type":46,"value":799},{"type":46,"value":1088}," when you need full page text (saves a separate extract call).",{"type":41,"tag":165,"props":1090,"children":1091},{},[1092,1101],{"type":41,"tag":188,"props":1093,"children":1094},{},[1095,1096],{"type":46,"value":1081},{"type":41,"tag":67,"props":1097,"children":1099},{"className":1098},[],[1100],{"type":46,"value":717},{"type":46,"value":1102}," to focus on trusted sources.",{"type":41,"tag":165,"props":1104,"children":1105},{},[1106,1115],{"type":41,"tag":188,"props":1107,"children":1108},{},[1109,1110],{"type":46,"value":1081},{"type":41,"tag":67,"props":1111,"children":1113},{"className":1112},[],[1114],{"type":46,"value":641},{"type":46,"value":1116}," for recent information.",{"type":41,"tag":165,"props":1118,"children":1119},{},[1120,1122],{"type":46,"value":1121},"Read from stdin: ",{"type":41,"tag":67,"props":1123,"children":1125},{"className":1124},[],[1126],{"type":46,"value":1127},"echo \"query\" | tvly search - --json",{"type":41,"tag":55,"props":1129,"children":1131},{"id":1130},"see-also",[1132],{"type":46,"value":1133},"See also",{"type":41,"tag":161,"props":1135,"children":1136},{},[1137,1148],{"type":41,"tag":165,"props":1138,"children":1139},{},[1140,1146],{"type":41,"tag":146,"props":1141,"children":1143},{"href":1142},"..\u002Ftavily-extract\u002FSKILL.md",[1144],{"type":46,"value":1145},"tavily-extract",{"type":46,"value":1147}," — extract content from specific URLs",{"type":41,"tag":165,"props":1149,"children":1150},{},[1151,1157],{"type":41,"tag":146,"props":1152,"children":1154},{"href":1153},"..\u002Ftavily-research\u002FSKILL.md",[1155],{"type":46,"value":1156},"tavily-research",{"type":46,"value":1158}," — comprehensive multi-source research",{"type":41,"tag":1160,"props":1161,"children":1162},"style",{},[1163],{"type":46,"value":1164},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":1166,"total":1327},[1167,1179,1191,1206,1216,1228,1239,1251,1258,1275,1291,1308],{"slug":1168,"name":1168,"fn":1169,"description":1170,"org":1171,"tags":1172,"stars":24,"repoUrl":25,"updatedAt":1178},"tavily-best-practices","implement Tavily integration best practices","Build production-ready Tavily integrations with best practices baked in. Reference documentation for developers using coding assistants (Claude Code, Cursor, etc.) to implement web search, content extraction, crawling, and research in agentic workflows, RAG systems, or autonomous agents.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1173,1176,1177],{"name":1174,"slug":1175,"type":14},"API Development","api-development",{"name":22,"slug":23,"type":14},{"name":9,"slug":8,"type":14},"2026-04-06T18:54:03.550741",{"slug":151,"name":151,"fn":1180,"description":1181,"org":1182,"tags":1183,"stars":24,"repoUrl":25,"updatedAt":1190},"conduct web research with Tavily CLI","Web search, content extraction, crawling, and deep research via the Tavily CLI. Use this skill whenever the user wants to search the web, find articles, research a topic, look something up online, extract content from a URL, grab text from a webpage, crawl documentation, download a site's pages, discover URLs on a domain, or conduct in-depth research with citations. Also use when they say \"fetch this page\", \"pull the content from\", \"get the page at https:\u002F\u002F\", \"find me articles about\", or reference extracting data from external websites. This provides LLM-optimized web search, content extraction, site crawling, URL discovery, and AI-powered deep research — capabilities beyond what agents can do natively. Do NOT trigger for local file operations, git commands, deployments, or code editing tasks.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1184,1185,1188,1189],{"name":19,"slug":20,"type":14},{"name":1186,"slug":1187,"type":14},"Research","research",{"name":22,"slug":23,"type":14},{"name":9,"slug":8,"type":14},"2026-04-06T18:54:02.065814",{"slug":1192,"name":1192,"fn":1193,"description":1194,"org":1195,"tags":1196,"stars":24,"repoUrl":25,"updatedAt":1205},"tavily-crawl","crawl websites and extract content","Crawl websites and extract content from multiple pages via the Tavily CLI. Use this skill when the user wants to crawl a site, download documentation, extract an entire docs section, bulk-extract pages, save a site as local markdown files, or says \"crawl\", \"get all the pages\", \"download the docs\", \"extract everything under \u002Fdocs\", \"bulk extract\", or needs content from many pages on the same domain. Supports depth\u002Fbreadth control, path filtering, semantic instructions, and saving each page as a local markdown file.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1197,1200,1201,1202],{"name":1198,"slug":1199,"type":14},"Automation","automation",{"name":19,"slug":20,"type":14},{"name":9,"slug":8,"type":14},{"name":1203,"slug":1204,"type":14},"Web Scraping","web-scraping","2026-04-06T18:54:09.921446",{"slug":1207,"name":1207,"fn":1208,"description":1209,"org":1210,"tags":1211,"stars":24,"repoUrl":25,"updatedAt":1215},"tavily-dynamic-search","search the web via Tavily","Programmatic web search with context isolation. Use this skill for any research task where you need to search the web, filter results, and extract specific information — without polluting your context window with raw HTML and boilerplate. This is the default skill for web research. Triggered by \"search for\", \"look up\", \"find\", \"research\", \"what's the latest on\", or any query that requires current web information. Also use when asked to \"search and filter\", \"find the important parts\", or \"extract the key details\" — any case where the user wants curated, noise-free content.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1212,1213,1214],{"name":1186,"slug":1187,"type":14},{"name":22,"slug":23,"type":14},{"name":9,"slug":8,"type":14},"2026-04-14T04:50:31.944584",{"slug":1145,"name":1145,"fn":1217,"description":1218,"org":1219,"tags":1220,"stars":24,"repoUrl":25,"updatedAt":1227},"extract markdown content from URLs","Extract clean markdown or text content from specific URLs via the Tavily CLI. Use this skill when the user has one or more URLs and wants their content, says \"extract\", \"grab the content from\", \"pull the text from\", \"get the page at\", \"read this webpage\", or needs clean text from web pages. Handles JavaScript-rendered pages, returns LLM-optimized markdown, and supports query-focused chunking for targeted extraction. Can process up to 20 URLs in a single call.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1221,1222,1225,1226],{"name":19,"slug":20,"type":14},{"name":1223,"slug":1224,"type":14},"Content Creation","content-creation",{"name":9,"slug":8,"type":14},{"name":1203,"slug":1204,"type":14},"2026-04-06T18:54:08.624436",{"slug":1229,"name":1229,"fn":1230,"description":1231,"org":1232,"tags":1233,"stars":24,"repoUrl":25,"updatedAt":1238},"tavily-map","map website URLs with Tavily","Discover and list all URLs on a website without extracting content, via the Tavily CLI. Use this skill when the user wants to find a specific page on a large site, list all URLs, see the site structure, find where something is on a domain, or says \"map the site\", \"find the URL for\", \"what pages are on\", \"list all pages\", or \"site structure\". Faster than crawling — returns URLs only. Essential when you know the site but not the exact page. Combine with extract for targeted content retrieval.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1234,1235,1236,1237],{"name":19,"slug":20,"type":14},{"name":22,"slug":23,"type":14},{"name":9,"slug":8,"type":14},{"name":1203,"slug":1204,"type":14},"2026-04-06T18:54:04.832149",{"slug":1156,"name":1156,"fn":1240,"description":1241,"org":1242,"tags":1243,"stars":24,"repoUrl":25,"updatedAt":1250},"conduct AI-powered research with Tavily","Conduct comprehensive AI-powered research with citations via the Tavily CLI. Use this skill when the user wants deep research, a detailed report, a comparison, market analysis, literature review, or says \"research\", \"investigate\", \"analyze in depth\", \"compare X vs Y\", \"what does the market look like for\", or needs multi-source synthesis with explicit citations. Returns a structured report grounded in web sources. Takes 30-120 seconds. For quick fact-finding, use tavily-search instead.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1244,1245,1246,1249],{"name":19,"slug":20,"type":14},{"name":1186,"slug":1187,"type":14},{"name":1247,"slug":1248,"type":14},"Summarization","summarization",{"name":9,"slug":8,"type":14},"2026-04-06T18:54:07.378619",{"slug":4,"name":4,"fn":5,"description":6,"org":1252,"tags":1253,"stars":24,"repoUrl":25,"updatedAt":26},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1254,1255,1256,1257],{"name":19,"slug":20,"type":14},{"name":16,"slug":17,"type":14},{"name":22,"slug":23,"type":14},{"name":9,"slug":8,"type":14},{"slug":1259,"name":1259,"fn":1260,"description":1261,"org":1262,"tags":1263,"stars":1272,"repoUrl":1273,"updatedAt":1274},"academic-scientific-research","synthesize academic and scientific literature","Find, screen, and synthesize academic papers, scientific literature, technical reports, preprints, clinical or biomedical publications, and evidence around a research question. Use when the user asks to find papers, summarize literature, compare methods, identify seminal or recent work, extract claims from studies, or build a source-grounded academic\u002Fscientific evidence brief.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1264,1267,1270,1271],{"name":1265,"slug":1266,"type":14},"Bioinformatics","bioinformatics",{"name":1268,"slug":1269,"type":14},"Life Sciences","life-sciences",{"name":1186,"slug":1187,"type":14},{"name":1247,"slug":1248,"type":14},0,"https:\u002F\u002Fgithub.com\u002Ftavily-ai\u002Ftavily-grok-plugin","2026-07-21T06:07:31.35948",{"slug":1276,"name":1276,"fn":1277,"description":1278,"org":1279,"tags":1280,"stars":1272,"repoUrl":1273,"updatedAt":1290},"investment-research-briefs","create investment research briefs","Create concise investment research briefs, company memos, sector snapshots, portfolio monitoring updates, earnings\u002Fnews summaries, risk and catalyst briefs, and market thesis support. Use when the user asks for an investor-focused brief on a company, sector, public\u002Fprivate market, comparable set, or portfolio theme.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1281,1283,1286,1289],{"name":1282,"slug":629,"type":14},"Finance",{"name":1284,"slug":1285,"type":14},"Financial Modeling","financial-modeling",{"name":1287,"slug":1288,"type":14},"Investment Banking","investment-banking",{"name":1186,"slug":1187,"type":14},"2026-07-21T06:07:30.328538",{"slug":1292,"name":1292,"fn":1293,"description":1294,"org":1295,"tags":1296,"stars":1272,"repoUrl":1273,"updatedAt":1307},"product-competitor-intelligence","research competitor products and market data","Research competitor products, SKUs, pricing, packaging, positioning, feature comparisons, product catalogs, category pages, retailer listings, marketplace data, and market intelligence. Use when the user asks for competitor SKU discovery, product data enrichment, pricing\u002Fspec extraction, product comparison, market intelligence, or crawl\u002Fmap-driven product research.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1297,1300,1303,1306],{"name":1298,"slug":1299,"type":14},"Competitive Intelligence","competitive-intelligence",{"name":1301,"slug":1302,"type":14},"E-commerce","e-commerce",{"name":1304,"slug":1305,"type":14},"Marketing","marketing",{"name":1186,"slug":1187,"type":14},"2026-07-21T06:07:34.257311",{"slug":1309,"name":1309,"fn":1310,"description":1311,"org":1312,"tags":1313,"stars":1272,"repoUrl":1273,"updatedAt":1326},"sales-account-intelligence","build sales account intelligence","Build sales-ready account intelligence for companies, prospects, customers, partners, and target buyers. Use when the user asks for sales prep, account brief, meeting prep, buyer research, expansion signals, customer intelligence, trigger events, executive context, outreach angles, or market\u002Faccount context for GTM teams.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1314,1317,1320,1323],{"name":1315,"slug":1316,"type":14},"CRM","crm",{"name":1318,"slug":1319,"type":14},"Lead Enrichment","lead-enrichment",{"name":1321,"slug":1322,"type":14},"Prospecting","prospecting",{"name":1324,"slug":1325,"type":14},"Sales","sales","2026-07-21T06:07:33.56804",16,{"items":1329,"total":337},[1330,1336,1343,1350,1356,1363,1370],{"slug":1168,"name":1168,"fn":1169,"description":1170,"org":1331,"tags":1332,"stars":24,"repoUrl":25,"updatedAt":1178},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1333,1334,1335],{"name":1174,"slug":1175,"type":14},{"name":22,"slug":23,"type":14},{"name":9,"slug":8,"type":14},{"slug":151,"name":151,"fn":1180,"description":1181,"org":1337,"tags":1338,"stars":24,"repoUrl":25,"updatedAt":1190},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1339,1340,1341,1342],{"name":19,"slug":20,"type":14},{"name":1186,"slug":1187,"type":14},{"name":22,"slug":23,"type":14},{"name":9,"slug":8,"type":14},{"slug":1192,"name":1192,"fn":1193,"description":1194,"org":1344,"tags":1345,"stars":24,"repoUrl":25,"updatedAt":1205},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1346,1347,1348,1349],{"name":1198,"slug":1199,"type":14},{"name":19,"slug":20,"type":14},{"name":9,"slug":8,"type":14},{"name":1203,"slug":1204,"type":14},{"slug":1207,"name":1207,"fn":1208,"description":1209,"org":1351,"tags":1352,"stars":24,"repoUrl":25,"updatedAt":1215},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1353,1354,1355],{"name":1186,"slug":1187,"type":14},{"name":22,"slug":23,"type":14},{"name":9,"slug":8,"type":14},{"slug":1145,"name":1145,"fn":1217,"description":1218,"org":1357,"tags":1358,"stars":24,"repoUrl":25,"updatedAt":1227},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1359,1360,1361,1362],{"name":19,"slug":20,"type":14},{"name":1223,"slug":1224,"type":14},{"name":9,"slug":8,"type":14},{"name":1203,"slug":1204,"type":14},{"slug":1229,"name":1229,"fn":1230,"description":1231,"org":1364,"tags":1365,"stars":24,"repoUrl":25,"updatedAt":1238},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1366,1367,1368,1369],{"name":19,"slug":20,"type":14},{"name":22,"slug":23,"type":14},{"name":9,"slug":8,"type":14},{"name":1203,"slug":1204,"type":14},{"slug":1156,"name":1156,"fn":1240,"description":1241,"org":1371,"tags":1372,"stars":24,"repoUrl":25,"updatedAt":1250},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1373,1374,1375,1376],{"name":19,"slug":20,"type":14},{"name":1186,"slug":1187,"type":14},{"name":1247,"slug":1248,"type":14},{"name":9,"slug":8,"type":14}]