[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-tavily-tavily-map":3,"mdc--qcduba-key":34,"related-repo-tavily-tavily-map":916,"related-org-tavily-tavily-map":996},{"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-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},"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},"Web Scraping","web-scraping",{"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:04.832149",null,36,[],{"repoUrl":25,"stars":24,"forks":28,"topics":31,"description":27},[],"https:\u002F\u002Fgithub.com\u002Ftavily-ai\u002Fskills\u002Ftree\u002FHEAD\u002Fskills\u002Ftavily-map","---\nname: tavily-map\ndescription: |\n  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.\nallowed-tools: Bash(tvly *)\n---\n\n# tavily map\n\nDiscover URLs on a website without extracting content. Faster than crawling.\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 a specific subpage on a large site\n- You want a list of all URLs before deciding what to extract or crawl\n- Step 3 in the [workflow](..\u002Ftavily-cli\u002FSKILL.md): search → extract → **map** → crawl → research\n\n## Quick start\n\n```bash\n# Discover all URLs\ntvly map \"https:\u002F\u002Fdocs.example.com\" --json\n\n# With natural language filtering\ntvly map \"https:\u002F\u002Fdocs.example.com\" --instructions \"Find API docs and guides\" --json\n\n# Filter by path\ntvly map \"https:\u002F\u002Fexample.com\" --select-paths \"\u002Fblog\u002F.*\" --limit 500 --json\n\n# Deep map\ntvly map \"https:\u002F\u002Fexample.com\" --max-depth 3 --limit 200 --json\n```\n\n## Options\n\n| Option | Description |\n|--------|-------------|\n| `--max-depth` | Levels deep (1-5, default: 1) |\n| `--max-breadth` | Links per page (default: 20) |\n| `--limit` | Max URLs to discover (default: 50) |\n| `--instructions` | Natural language guidance for URL filtering |\n| `--select-paths` | Comma-separated regex patterns to include |\n| `--exclude-paths` | Comma-separated regex patterns to exclude |\n| `--select-domains` | Comma-separated regex for domains to include |\n| `--exclude-domains` | Comma-separated regex for domains to exclude |\n| `--allow-external \u002F --no-external` | Include external links |\n| `--timeout` | Max wait (10-150 seconds) |\n| `-o, --output` | Save output to file |\n| `--json` | Structured JSON output |\n\n## Map + Extract pattern\n\nUse `map` to find the right page, then `extract` it. This is often more efficient than crawling an entire site:\n\n```bash\n# Step 1: Find the authentication docs\ntvly map \"https:\u002F\u002Fdocs.example.com\" --instructions \"authentication\" --json\n\n# Step 2: Extract the specific page you found\ntvly extract \"https:\u002F\u002Fdocs.example.com\u002Fapi\u002Fauthentication\" --json\n```\n\n## Tips\n\n- **Map is URL discovery only** — no content extraction. Use `extract` or `crawl` for content.\n- **Map + extract beats crawl** when you only need a few specific pages from a large site.\n- **Use `--instructions`** for semantic filtering when path patterns aren't enough.\n\n## See also\n\n- [tavily-extract](..\u002Ftavily-extract\u002FSKILL.md) — extract content from URLs you discover\n- [tavily-crawl](..\u002Ftavily-crawl\u002FSKILL.md) — bulk extract when you need many pages\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,195,201,454,460,692,698,718,821,827,879,885,910],{"type":41,"tag":42,"props":43,"children":44},"element","h1",{"id":4},[45],{"type":46,"value":47},"text","tavily map",{"type":41,"tag":49,"props":50,"children":51},"p",{},[52],{"type":46,"value":53},"Discover URLs on a website without extracting content. Faster than crawling.",{"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 a specific subpage on a large site",{"type":41,"tag":165,"props":171,"children":172},{},[173],{"type":46,"value":174},"You want a list of all URLs before deciding what to extract or crawl",{"type":41,"tag":165,"props":176,"children":177},{},[178,180,185,187,193],{"type":46,"value":179},"Step 3 in the ",{"type":41,"tag":146,"props":181,"children":182},{"href":148},[183],{"type":46,"value":184},"workflow",{"type":46,"value":186},": search → extract → ",{"type":41,"tag":188,"props":189,"children":190},"strong",{},[191],{"type":46,"value":192},"map",{"type":46,"value":194}," → crawl → research",{"type":41,"tag":55,"props":196,"children":198},{"id":197},"quick-start",[199],{"type":46,"value":200},"Quick start",{"type":41,"tag":76,"props":202,"children":204},{"className":78,"code":203,"language":80,"meta":81,"style":81},"# Discover all URLs\ntvly map \"https:\u002F\u002Fdocs.example.com\" --json\n\n# With natural language filtering\ntvly map \"https:\u002F\u002Fdocs.example.com\" --instructions \"Find API docs and guides\" --json\n\n# Filter by path\ntvly map \"https:\u002F\u002Fexample.com\" --select-paths \"\u002Fblog\u002F.*\" --limit 500 --json\n\n# Deep map\ntvly map \"https:\u002F\u002Fexample.com\" --max-depth 3 --limit 200 --json\n",[205],{"type":41,"tag":67,"props":206,"children":207},{"__ignoreMap":81},[208,217,250,260,269,315,323,332,390,398,407],{"type":41,"tag":87,"props":209,"children":210},{"class":89,"line":90},[211],{"type":41,"tag":87,"props":212,"children":214},{"style":213},"--shiki-light:#90A4AE;--shiki-light-font-style:italic;--shiki-default:#546E7A;--shiki-default-font-style:italic;--shiki-dark:#676E95;--shiki-dark-font-style:italic",[215],{"type":46,"value":216},"# Discover all URLs\n",{"type":41,"tag":87,"props":218,"children":220},{"class":89,"line":219},2,[221,225,230,235,240,245],{"type":41,"tag":87,"props":222,"children":223},{"style":94},[224],{"type":46,"value":72},{"type":41,"tag":87,"props":226,"children":227},{"style":100},[228],{"type":46,"value":229}," map",{"type":41,"tag":87,"props":231,"children":232},{"style":111},[233],{"type":46,"value":234}," \"",{"type":41,"tag":87,"props":236,"children":237},{"style":100},[238],{"type":46,"value":239},"https:\u002F\u002Fdocs.example.com",{"type":41,"tag":87,"props":241,"children":242},{"style":111},[243],{"type":46,"value":244},"\"",{"type":41,"tag":87,"props":246,"children":247},{"style":100},[248],{"type":46,"value":249}," --json\n",{"type":41,"tag":87,"props":251,"children":253},{"class":89,"line":252},3,[254],{"type":41,"tag":87,"props":255,"children":257},{"emptyLinePlaceholder":256},true,[258],{"type":46,"value":259},"\n",{"type":41,"tag":87,"props":261,"children":263},{"class":89,"line":262},4,[264],{"type":41,"tag":87,"props":265,"children":266},{"style":213},[267],{"type":46,"value":268},"# With natural language filtering\n",{"type":41,"tag":87,"props":270,"children":272},{"class":89,"line":271},5,[273,277,281,285,289,293,298,302,307,311],{"type":41,"tag":87,"props":274,"children":275},{"style":94},[276],{"type":46,"value":72},{"type":41,"tag":87,"props":278,"children":279},{"style":100},[280],{"type":46,"value":229},{"type":41,"tag":87,"props":282,"children":283},{"style":111},[284],{"type":46,"value":234},{"type":41,"tag":87,"props":286,"children":287},{"style":100},[288],{"type":46,"value":239},{"type":41,"tag":87,"props":290,"children":291},{"style":111},[292],{"type":46,"value":244},{"type":41,"tag":87,"props":294,"children":295},{"style":100},[296],{"type":46,"value":297}," --instructions",{"type":41,"tag":87,"props":299,"children":300},{"style":111},[301],{"type":46,"value":234},{"type":41,"tag":87,"props":303,"children":304},{"style":100},[305],{"type":46,"value":306},"Find API docs and guides",{"type":41,"tag":87,"props":308,"children":309},{"style":111},[310],{"type":46,"value":244},{"type":41,"tag":87,"props":312,"children":313},{"style":100},[314],{"type":46,"value":249},{"type":41,"tag":87,"props":316,"children":318},{"class":89,"line":317},6,[319],{"type":41,"tag":87,"props":320,"children":321},{"emptyLinePlaceholder":256},[322],{"type":46,"value":259},{"type":41,"tag":87,"props":324,"children":326},{"class":89,"line":325},7,[327],{"type":41,"tag":87,"props":328,"children":329},{"style":213},[330],{"type":46,"value":331},"# Filter by path\n",{"type":41,"tag":87,"props":333,"children":335},{"class":89,"line":334},8,[336,340,344,348,353,357,362,366,371,375,380,386],{"type":41,"tag":87,"props":337,"children":338},{"style":94},[339],{"type":46,"value":72},{"type":41,"tag":87,"props":341,"children":342},{"style":100},[343],{"type":46,"value":229},{"type":41,"tag":87,"props":345,"children":346},{"style":111},[347],{"type":46,"value":234},{"type":41,"tag":87,"props":349,"children":350},{"style":100},[351],{"type":46,"value":352},"https:\u002F\u002Fexample.com",{"type":41,"tag":87,"props":354,"children":355},{"style":111},[356],{"type":46,"value":244},{"type":41,"tag":87,"props":358,"children":359},{"style":100},[360],{"type":46,"value":361}," --select-paths",{"type":41,"tag":87,"props":363,"children":364},{"style":111},[365],{"type":46,"value":234},{"type":41,"tag":87,"props":367,"children":368},{"style":100},[369],{"type":46,"value":370},"\u002Fblog\u002F.*",{"type":41,"tag":87,"props":372,"children":373},{"style":111},[374],{"type":46,"value":244},{"type":41,"tag":87,"props":376,"children":377},{"style":100},[378],{"type":46,"value":379}," --limit",{"type":41,"tag":87,"props":381,"children":383},{"style":382},"--shiki-light:#F76D47;--shiki-default:#F78C6C;--shiki-dark:#F78C6C",[384],{"type":46,"value":385}," 500",{"type":41,"tag":87,"props":387,"children":388},{"style":100},[389],{"type":46,"value":249},{"type":41,"tag":87,"props":391,"children":393},{"class":89,"line":392},9,[394],{"type":41,"tag":87,"props":395,"children":396},{"emptyLinePlaceholder":256},[397],{"type":46,"value":259},{"type":41,"tag":87,"props":399,"children":401},{"class":89,"line":400},10,[402],{"type":41,"tag":87,"props":403,"children":404},{"style":213},[405],{"type":46,"value":406},"# Deep map\n",{"type":41,"tag":87,"props":408,"children":410},{"class":89,"line":409},11,[411,415,419,423,427,431,436,441,445,450],{"type":41,"tag":87,"props":412,"children":413},{"style":94},[414],{"type":46,"value":72},{"type":41,"tag":87,"props":416,"children":417},{"style":100},[418],{"type":46,"value":229},{"type":41,"tag":87,"props":420,"children":421},{"style":111},[422],{"type":46,"value":234},{"type":41,"tag":87,"props":424,"children":425},{"style":100},[426],{"type":46,"value":352},{"type":41,"tag":87,"props":428,"children":429},{"style":111},[430],{"type":46,"value":244},{"type":41,"tag":87,"props":432,"children":433},{"style":100},[434],{"type":46,"value":435}," --max-depth",{"type":41,"tag":87,"props":437,"children":438},{"style":382},[439],{"type":46,"value":440}," 3",{"type":41,"tag":87,"props":442,"children":443},{"style":100},[444],{"type":46,"value":379},{"type":41,"tag":87,"props":446,"children":447},{"style":382},[448],{"type":46,"value":449}," 200",{"type":41,"tag":87,"props":451,"children":452},{"style":100},[453],{"type":46,"value":249},{"type":41,"tag":55,"props":455,"children":457},{"id":456},"options",[458],{"type":46,"value":459},"Options",{"type":41,"tag":461,"props":462,"children":463},"table",{},[464,483],{"type":41,"tag":465,"props":466,"children":467},"thead",{},[468],{"type":41,"tag":469,"props":470,"children":471},"tr",{},[472,478],{"type":41,"tag":473,"props":474,"children":475},"th",{},[476],{"type":46,"value":477},"Option",{"type":41,"tag":473,"props":479,"children":480},{},[481],{"type":46,"value":482},"Description",{"type":41,"tag":484,"props":485,"children":486},"tbody",{},[487,505,522,539,556,573,590,607,624,641,658,675],{"type":41,"tag":469,"props":488,"children":489},{},[490,500],{"type":41,"tag":491,"props":492,"children":493},"td",{},[494],{"type":41,"tag":67,"props":495,"children":497},{"className":496},[],[498],{"type":46,"value":499},"--max-depth",{"type":41,"tag":491,"props":501,"children":502},{},[503],{"type":46,"value":504},"Levels deep (1-5, default: 1)",{"type":41,"tag":469,"props":506,"children":507},{},[508,517],{"type":41,"tag":491,"props":509,"children":510},{},[511],{"type":41,"tag":67,"props":512,"children":514},{"className":513},[],[515],{"type":46,"value":516},"--max-breadth",{"type":41,"tag":491,"props":518,"children":519},{},[520],{"type":46,"value":521},"Links per page (default: 20)",{"type":41,"tag":469,"props":523,"children":524},{},[525,534],{"type":41,"tag":491,"props":526,"children":527},{},[528],{"type":41,"tag":67,"props":529,"children":531},{"className":530},[],[532],{"type":46,"value":533},"--limit",{"type":41,"tag":491,"props":535,"children":536},{},[537],{"type":46,"value":538},"Max URLs to discover (default: 50)",{"type":41,"tag":469,"props":540,"children":541},{},[542,551],{"type":41,"tag":491,"props":543,"children":544},{},[545],{"type":41,"tag":67,"props":546,"children":548},{"className":547},[],[549],{"type":46,"value":550},"--instructions",{"type":41,"tag":491,"props":552,"children":553},{},[554],{"type":46,"value":555},"Natural language guidance for URL filtering",{"type":41,"tag":469,"props":557,"children":558},{},[559,568],{"type":41,"tag":491,"props":560,"children":561},{},[562],{"type":41,"tag":67,"props":563,"children":565},{"className":564},[],[566],{"type":46,"value":567},"--select-paths",{"type":41,"tag":491,"props":569,"children":570},{},[571],{"type":46,"value":572},"Comma-separated regex patterns to include",{"type":41,"tag":469,"props":574,"children":575},{},[576,585],{"type":41,"tag":491,"props":577,"children":578},{},[579],{"type":41,"tag":67,"props":580,"children":582},{"className":581},[],[583],{"type":46,"value":584},"--exclude-paths",{"type":41,"tag":491,"props":586,"children":587},{},[588],{"type":46,"value":589},"Comma-separated regex patterns to exclude",{"type":41,"tag":469,"props":591,"children":592},{},[593,602],{"type":41,"tag":491,"props":594,"children":595},{},[596],{"type":41,"tag":67,"props":597,"children":599},{"className":598},[],[600],{"type":46,"value":601},"--select-domains",{"type":41,"tag":491,"props":603,"children":604},{},[605],{"type":46,"value":606},"Comma-separated regex for domains to include",{"type":41,"tag":469,"props":608,"children":609},{},[610,619],{"type":41,"tag":491,"props":611,"children":612},{},[613],{"type":41,"tag":67,"props":614,"children":616},{"className":615},[],[617],{"type":46,"value":618},"--exclude-domains",{"type":41,"tag":491,"props":620,"children":621},{},[622],{"type":46,"value":623},"Comma-separated regex for domains to exclude",{"type":41,"tag":469,"props":625,"children":626},{},[627,636],{"type":41,"tag":491,"props":628,"children":629},{},[630],{"type":41,"tag":67,"props":631,"children":633},{"className":632},[],[634],{"type":46,"value":635},"--allow-external \u002F --no-external",{"type":41,"tag":491,"props":637,"children":638},{},[639],{"type":46,"value":640},"Include external links",{"type":41,"tag":469,"props":642,"children":643},{},[644,653],{"type":41,"tag":491,"props":645,"children":646},{},[647],{"type":41,"tag":67,"props":648,"children":650},{"className":649},[],[651],{"type":46,"value":652},"--timeout",{"type":41,"tag":491,"props":654,"children":655},{},[656],{"type":46,"value":657},"Max wait (10-150 seconds)",{"type":41,"tag":469,"props":659,"children":660},{},[661,670],{"type":41,"tag":491,"props":662,"children":663},{},[664],{"type":41,"tag":67,"props":665,"children":667},{"className":666},[],[668],{"type":46,"value":669},"-o, --output",{"type":41,"tag":491,"props":671,"children":672},{},[673],{"type":46,"value":674},"Save output to file",{"type":41,"tag":469,"props":676,"children":677},{},[678,687],{"type":41,"tag":491,"props":679,"children":680},{},[681],{"type":41,"tag":67,"props":682,"children":684},{"className":683},[],[685],{"type":46,"value":686},"--json",{"type":41,"tag":491,"props":688,"children":689},{},[690],{"type":46,"value":691},"Structured JSON output",{"type":41,"tag":55,"props":693,"children":695},{"id":694},"map-extract-pattern",[696],{"type":46,"value":697},"Map + Extract pattern",{"type":41,"tag":49,"props":699,"children":700},{},[701,703,708,710,716],{"type":46,"value":702},"Use ",{"type":41,"tag":67,"props":704,"children":706},{"className":705},[],[707],{"type":46,"value":192},{"type":46,"value":709}," to find the right page, then ",{"type":41,"tag":67,"props":711,"children":713},{"className":712},[],[714],{"type":46,"value":715},"extract",{"type":46,"value":717}," it. This is often more efficient than crawling an entire site:",{"type":41,"tag":76,"props":719,"children":721},{"className":78,"code":720,"language":80,"meta":81,"style":81},"# Step 1: Find the authentication docs\ntvly map \"https:\u002F\u002Fdocs.example.com\" --instructions \"authentication\" --json\n\n# Step 2: Extract the specific page you found\ntvly extract \"https:\u002F\u002Fdocs.example.com\u002Fapi\u002Fauthentication\" --json\n",[722],{"type":41,"tag":67,"props":723,"children":724},{"__ignoreMap":81},[725,733,777,784,792],{"type":41,"tag":87,"props":726,"children":727},{"class":89,"line":90},[728],{"type":41,"tag":87,"props":729,"children":730},{"style":213},[731],{"type":46,"value":732},"# Step 1: Find the authentication docs\n",{"type":41,"tag":87,"props":734,"children":735},{"class":89,"line":219},[736,740,744,748,752,756,760,764,769,773],{"type":41,"tag":87,"props":737,"children":738},{"style":94},[739],{"type":46,"value":72},{"type":41,"tag":87,"props":741,"children":742},{"style":100},[743],{"type":46,"value":229},{"type":41,"tag":87,"props":745,"children":746},{"style":111},[747],{"type":46,"value":234},{"type":41,"tag":87,"props":749,"children":750},{"style":100},[751],{"type":46,"value":239},{"type":41,"tag":87,"props":753,"children":754},{"style":111},[755],{"type":46,"value":244},{"type":41,"tag":87,"props":757,"children":758},{"style":100},[759],{"type":46,"value":297},{"type":41,"tag":87,"props":761,"children":762},{"style":111},[763],{"type":46,"value":234},{"type":41,"tag":87,"props":765,"children":766},{"style":100},[767],{"type":46,"value":768},"authentication",{"type":41,"tag":87,"props":770,"children":771},{"style":111},[772],{"type":46,"value":244},{"type":41,"tag":87,"props":774,"children":775},{"style":100},[776],{"type":46,"value":249},{"type":41,"tag":87,"props":778,"children":779},{"class":89,"line":252},[780],{"type":41,"tag":87,"props":781,"children":782},{"emptyLinePlaceholder":256},[783],{"type":46,"value":259},{"type":41,"tag":87,"props":785,"children":786},{"class":89,"line":262},[787],{"type":41,"tag":87,"props":788,"children":789},{"style":213},[790],{"type":46,"value":791},"# Step 2: Extract the specific page you found\n",{"type":41,"tag":87,"props":793,"children":794},{"class":89,"line":271},[795,799,804,808,813,817],{"type":41,"tag":87,"props":796,"children":797},{"style":94},[798],{"type":46,"value":72},{"type":41,"tag":87,"props":800,"children":801},{"style":100},[802],{"type":46,"value":803}," extract",{"type":41,"tag":87,"props":805,"children":806},{"style":111},[807],{"type":46,"value":234},{"type":41,"tag":87,"props":809,"children":810},{"style":100},[811],{"type":46,"value":812},"https:\u002F\u002Fdocs.example.com\u002Fapi\u002Fauthentication",{"type":41,"tag":87,"props":814,"children":815},{"style":111},[816],{"type":46,"value":244},{"type":41,"tag":87,"props":818,"children":819},{"style":100},[820],{"type":46,"value":249},{"type":41,"tag":55,"props":822,"children":824},{"id":823},"tips",[825],{"type":46,"value":826},"Tips",{"type":41,"tag":161,"props":828,"children":829},{},[830,855,865],{"type":41,"tag":165,"props":831,"children":832},{},[833,838,840,845,847,853],{"type":41,"tag":188,"props":834,"children":835},{},[836],{"type":46,"value":837},"Map is URL discovery only",{"type":46,"value":839}," — no content extraction. Use ",{"type":41,"tag":67,"props":841,"children":843},{"className":842},[],[844],{"type":46,"value":715},{"type":46,"value":846}," or ",{"type":41,"tag":67,"props":848,"children":850},{"className":849},[],[851],{"type":46,"value":852},"crawl",{"type":46,"value":854}," for content.",{"type":41,"tag":165,"props":856,"children":857},{},[858,863],{"type":41,"tag":188,"props":859,"children":860},{},[861],{"type":46,"value":862},"Map + extract beats crawl",{"type":46,"value":864}," when you only need a few specific pages from a large site.",{"type":41,"tag":165,"props":866,"children":867},{},[868,877],{"type":41,"tag":188,"props":869,"children":870},{},[871,872],{"type":46,"value":702},{"type":41,"tag":67,"props":873,"children":875},{"className":874},[],[876],{"type":46,"value":550},{"type":46,"value":878}," for semantic filtering when path patterns aren't enough.",{"type":41,"tag":55,"props":880,"children":882},{"id":881},"see-also",[883],{"type":46,"value":884},"See also",{"type":41,"tag":161,"props":886,"children":887},{},[888,899],{"type":41,"tag":165,"props":889,"children":890},{},[891,897],{"type":41,"tag":146,"props":892,"children":894},{"href":893},"..\u002Ftavily-extract\u002FSKILL.md",[895],{"type":46,"value":896},"tavily-extract",{"type":46,"value":898}," — extract content from URLs you discover",{"type":41,"tag":165,"props":900,"children":901},{},[902,908],{"type":41,"tag":146,"props":903,"children":905},{"href":904},"..\u002Ftavily-crawl\u002FSKILL.md",[906],{"type":46,"value":907},"tavily-crawl",{"type":46,"value":909}," — bulk extract when you need many pages",{"type":41,"tag":911,"props":912,"children":913},"style",{},[914],{"type":46,"value":915},"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":917,"total":334},[918,930,942,954,964,976,983],{"slug":919,"name":919,"fn":920,"description":921,"org":922,"tags":923,"stars":24,"repoUrl":25,"updatedAt":929},"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},[924,927,928],{"name":925,"slug":926,"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":931,"description":932,"org":933,"tags":934,"stars":24,"repoUrl":25,"updatedAt":941},"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},[935,936,939,940],{"name":19,"slug":20,"type":14},{"name":937,"slug":938,"type":14},"Research","research",{"name":22,"slug":23,"type":14},{"name":9,"slug":8,"type":14},"2026-04-06T18:54:02.065814",{"slug":907,"name":907,"fn":943,"description":944,"org":945,"tags":946,"stars":24,"repoUrl":25,"updatedAt":953},"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},[947,950,951,952],{"name":948,"slug":949,"type":14},"Automation","automation",{"name":19,"slug":20,"type":14},{"name":9,"slug":8,"type":14},{"name":16,"slug":17,"type":14},"2026-04-06T18:54:09.921446",{"slug":955,"name":955,"fn":956,"description":957,"org":958,"tags":959,"stars":24,"repoUrl":25,"updatedAt":963},"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},[960,961,962],{"name":937,"slug":938,"type":14},{"name":22,"slug":23,"type":14},{"name":9,"slug":8,"type":14},"2026-04-14T04:50:31.944584",{"slug":896,"name":896,"fn":965,"description":966,"org":967,"tags":968,"stars":24,"repoUrl":25,"updatedAt":975},"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},[969,970,973,974],{"name":19,"slug":20,"type":14},{"name":971,"slug":972,"type":14},"Content Creation","content-creation",{"name":9,"slug":8,"type":14},{"name":16,"slug":17,"type":14},"2026-04-06T18:54:08.624436",{"slug":4,"name":4,"fn":5,"description":6,"org":977,"tags":978,"stars":24,"repoUrl":25,"updatedAt":26},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[979,980,981,982],{"name":19,"slug":20,"type":14},{"name":22,"slug":23,"type":14},{"name":9,"slug":8,"type":14},{"name":16,"slug":17,"type":14},{"slug":984,"name":984,"fn":985,"description":986,"org":987,"tags":988,"stars":24,"repoUrl":25,"updatedAt":995},"tavily-research","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},[989,990,991,994],{"name":19,"slug":20,"type":14},{"name":937,"slug":938,"type":14},{"name":992,"slug":993,"type":14},"Summarization","summarization",{"name":9,"slug":8,"type":14},"2026-04-06T18:54:07.378619",{"items":997,"total":1128},[998,1004,1011,1018,1024,1031,1038,1045,1058,1075,1092,1109],{"slug":919,"name":919,"fn":920,"description":921,"org":999,"tags":1000,"stars":24,"repoUrl":25,"updatedAt":929},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1001,1002,1003],{"name":925,"slug":926,"type":14},{"name":22,"slug":23,"type":14},{"name":9,"slug":8,"type":14},{"slug":151,"name":151,"fn":931,"description":932,"org":1005,"tags":1006,"stars":24,"repoUrl":25,"updatedAt":941},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1007,1008,1009,1010],{"name":19,"slug":20,"type":14},{"name":937,"slug":938,"type":14},{"name":22,"slug":23,"type":14},{"name":9,"slug":8,"type":14},{"slug":907,"name":907,"fn":943,"description":944,"org":1012,"tags":1013,"stars":24,"repoUrl":25,"updatedAt":953},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1014,1015,1016,1017],{"name":948,"slug":949,"type":14},{"name":19,"slug":20,"type":14},{"name":9,"slug":8,"type":14},{"name":16,"slug":17,"type":14},{"slug":955,"name":955,"fn":956,"description":957,"org":1019,"tags":1020,"stars":24,"repoUrl":25,"updatedAt":963},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1021,1022,1023],{"name":937,"slug":938,"type":14},{"name":22,"slug":23,"type":14},{"name":9,"slug":8,"type":14},{"slug":896,"name":896,"fn":965,"description":966,"org":1025,"tags":1026,"stars":24,"repoUrl":25,"updatedAt":975},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1027,1028,1029,1030],{"name":19,"slug":20,"type":14},{"name":971,"slug":972,"type":14},{"name":9,"slug":8,"type":14},{"name":16,"slug":17,"type":14},{"slug":4,"name":4,"fn":5,"description":6,"org":1032,"tags":1033,"stars":24,"repoUrl":25,"updatedAt":26},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1034,1035,1036,1037],{"name":19,"slug":20,"type":14},{"name":22,"slug":23,"type":14},{"name":9,"slug":8,"type":14},{"name":16,"slug":17,"type":14},{"slug":984,"name":984,"fn":985,"description":986,"org":1039,"tags":1040,"stars":24,"repoUrl":25,"updatedAt":995},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1041,1042,1043,1044],{"name":19,"slug":20,"type":14},{"name":937,"slug":938,"type":14},{"name":992,"slug":993,"type":14},{"name":9,"slug":8,"type":14},{"slug":1046,"name":1046,"fn":1047,"description":1048,"org":1049,"tags":1050,"stars":24,"repoUrl":25,"updatedAt":1057},"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},[1051,1052,1055,1056],{"name":19,"slug":20,"type":14},{"name":1053,"slug":1054,"type":14},"LLM","llm",{"name":22,"slug":23,"type":14},{"name":9,"slug":8,"type":14},"2026-04-06T18:54:06.085596",{"slug":1059,"name":1059,"fn":1060,"description":1061,"org":1062,"tags":1063,"stars":1072,"repoUrl":1073,"updatedAt":1074},"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},[1064,1067,1070,1071],{"name":1065,"slug":1066,"type":14},"Bioinformatics","bioinformatics",{"name":1068,"slug":1069,"type":14},"Life Sciences","life-sciences",{"name":937,"slug":938,"type":14},{"name":992,"slug":993,"type":14},0,"https:\u002F\u002Fgithub.com\u002Ftavily-ai\u002Ftavily-grok-plugin","2026-07-21T06:07:31.35948",{"slug":1076,"name":1076,"fn":1077,"description":1078,"org":1079,"tags":1080,"stars":1072,"repoUrl":1073,"updatedAt":1091},"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},[1081,1084,1087,1090],{"name":1082,"slug":1083,"type":14},"Finance","finance",{"name":1085,"slug":1086,"type":14},"Financial Modeling","financial-modeling",{"name":1088,"slug":1089,"type":14},"Investment Banking","investment-banking",{"name":937,"slug":938,"type":14},"2026-07-21T06:07:30.328538",{"slug":1093,"name":1093,"fn":1094,"description":1095,"org":1096,"tags":1097,"stars":1072,"repoUrl":1073,"updatedAt":1108},"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},[1098,1101,1104,1107],{"name":1099,"slug":1100,"type":14},"Competitive Intelligence","competitive-intelligence",{"name":1102,"slug":1103,"type":14},"E-commerce","e-commerce",{"name":1105,"slug":1106,"type":14},"Marketing","marketing",{"name":937,"slug":938,"type":14},"2026-07-21T06:07:34.257311",{"slug":1110,"name":1110,"fn":1111,"description":1112,"org":1113,"tags":1114,"stars":1072,"repoUrl":1073,"updatedAt":1127},"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},[1115,1118,1121,1124],{"name":1116,"slug":1117,"type":14},"CRM","crm",{"name":1119,"slug":1120,"type":14},"Lead Enrichment","lead-enrichment",{"name":1122,"slug":1123,"type":14},"Prospecting","prospecting",{"name":1125,"slug":1126,"type":14},"Sales","sales","2026-07-21T06:07:33.56804",16]