tavily-ai/tavily-cursor-plugin · Archived

tavily-crawl

Collect content from many pages on the same site. Use when the user wants to crawl, download docs, extract a whole section such as /docs, bulk-extract pages, or says "get all the pages" or "extract everything under".

First seen Jun 7, 2026

Installation

$ npx skills add tavily-ai/tavily-cursor-plugin --skill tavily-crawl

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from tavily-ai/tavily-cursor-plugin.

npx skills add tavily-ai/tavily-cursor-plugin

Browse all from tavily-ai/tavily-cursor-plugin

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 1
License LICENSE
Default branch main
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,398 B
  • docs SUMMARY.md 236 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 7 installs

SKILL.md

Tavily Crawl

Gather content from a site section, not from the open web.

When

  • You need many pages under one site (docs, API reference, a path prefix)
  • Step 4: search → extract → map → crawl → research

Do not use this skill for a single known URL (extract), for URL discovery only (map), or for a cited multi-source report across the web (research).

How

  • Map first when the target section is unclear.
  • Stay narrow: limit depth and page count; constrain to the paths you need.
  • For answering a question, prefer instruction-guided, chunked crawls over dumping every page into context.
  • For saving a docs tree onto disk, do that only in a terminal with a real filesystem. On a connector host, return the crawled content instead.
  • Cite the pages you used. Always cap the crawl so it cannot run away.

Execute

If tavily_crawl is callable (the name may be prefixed), call it. Do not install the CLI and do not run tvly for this. In a coding-agent terminal that is already using tvly, pass --client-name "cursor plugin" and take flags from tvly crawl --help. Never ask for an API key in chat.