tavily-ai/tavily-cursor-plugin · Archived

tavily-extract

Extract clean content from known URLs. Use when the user supplies one or more URLs and wants the page text, says "extract", "grab the content from", "pull the text from", "get the page at", or "read this webpage".

First seen Jun 7, 2026

Installation

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

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,453 B
  • docs SUMMARY.md 235 B

History

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

SKILL.md

Tavily Extract

Pull clean page content from URLs you already have.

When

  • The user provided URLs, or search already found the right pages
  • Step 2: search → extract → map → crawl → research

Do not use this skill to discover pages (search or map) or to bulk-collect a whole site section (crawl).

How

  • Extract only the URLs you need, at most 20 per call. Batch larger lists.
  • Prefer query-focused extraction on long docs instead of entire pages.
  • Retry with a deeper extract when the page is JavaScript-heavy, protected, or table-heavy and the first pass is empty or thin.
  • Skip extract when search results already include the content you need.
  • Cite URLs. Summarize for the user; do not dump full page text unless they asked for it.

If many pages on one site are required, crawl. If you still need to find the right path on a large site, map first.

Execute

If tavily_extract 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 extract --help. Never ask for an API key in chat.