tavily-extract

Extract web pages into clean Markdown or text via the Tavily CLI.

2|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/calvingit/skills --skill tavily-extract-calvingit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tavily-extract
Source: https://github.com/calvingit/skills/tree/main/external-skills/Tool/tavily-extract
Command: npx skills add https://github.com/calvingit/skills --skill tavily-extract-calvingit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Extracts clean markdown or text content from one or more URLs using the Tavily CLI, enabling quick capture of online content in a consistent format for research, note-taking, or knowledge bases.

Core Features & Use Cases

  • Multi-URL extraction: process up to 20 URLs in a single call and return clean markdown or text.
  • JS-rendered pages: handles dynamic content that requires JavaScript execution.
  • Targeted extraction: supports query-focused extraction and chunking to pull relevant information for specific tasks.
  • Use cases include capturing article content from several pages for a literature review or compiling notes from a set of documentation pages.

Quick Start

Scan one or more URLs with tvly extract to produce clean markdown or text output.

Frequently Asked Questions about tavily-extract

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract web content from multiple URLs into clean markdown?

To extract web content from multiple URLs into clean markdown, you can process up to 20 URLs in a single call using the Tavily CLI. It efficiently converts web pages into readable markdown or text for downstream processing.

Can I extract text from JavaScript-rendered web pages?

Yes, you can extract text from JavaScript-rendered web pages. The extraction process handles dynamic content that requires JavaScript execution, ensuring you capture the fully loaded page content as clean markdown or text.

What is query-focused extraction and how does it work for web scraping?

Query-focused extraction for web scraping targets specific information by applying query parameters and chunking. This mechanism pulls only the relevant content from web pages needed for your specific tasks, rather than extracting the entire page.

Do I need to install and authenticate the Tavily CLI before extracting web content?

Yes, you need the Tavily CLI installed and authenticated before extracting web content. This prerequisite environment setup is required to run the extraction commands and convert URLs into clean markdown or text output.

What is the best way to capture article content from several pages for a literature review?

The best way to capture article content for a literature review is using multi-URL extraction to process up to 20 pages in one call. This compiles notes from multiple documentation or article URLs into consistent markdown or text.

Are there limitations on how many URLs I can extract content from at once?

Yes, a limitation of this extraction method is that you can process a maximum of 20 URLs per call. When extracting content from web pages, you must batch any URLs exceeding this limit into separate calls.