tavily-extract

Extract clean content from URLs via Tavily's Extract API.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/storyclaw-official/storyclaw-assistant --skill tavily-extract
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tavily-extract
Source: https://github.com/storyclaw-official/storyclaw-assistant/tree/main/skills/tavily-extract
Command: npx skills add https://github.com/storyclaw-official/storyclaw-assistant --skill tavily-extract

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the extraction of clean, readable content from specified web pages, saving users from manually sifting through website clutter.

Core Features & Use Cases

  • URL Content Extraction: Retrieves the main content from one or more URLs, stripping away ads, navigation, and boilerplate.
  • JavaScript Rendering: Capable of extracting content from dynamic, JavaScript-rendered pages.
  • Use Case: Extracting the full text of a blog post or documentation page from a known URL for summarization or further analysis.

Quick Start

Use the tavily-extract skill to get the markdown content from the URL https://example.com/article.

Frequently Asked Questions about tavily-extract

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

FAQPage Schema
How do I extract clean content from a URL and convert it to markdown?

To extract clean content from a URL and get markdown, use Tavily's Extract API, which strips away ads and navigation boilerplate to retrieve the main readable text from web pages.

Can I extract content from JavaScript-rendered web pages?

Yes, you can extract content from JavaScript-rendered web pages by enabling the advanced extraction depth option, which processes dynamic page content that standard basic extraction cannot access.

How many URLs can I extract web content from in a single call?

You can extract web content from up to 20 URLs in a single call, retrieving main text or markdown output while automatically removing site clutter and irrelevant page elements.

What is the best way to scrape article text from a documentation page for further analysis?

The best way to scrape article text from documentation pages is using an extraction API that removes boilerplate and outputs clean markdown or plain text, ready for summarization or analysis workflows.

Does web scraping with content extraction support plain text output instead of markdown?

Yes, web scraping via Tavily's Extract API supports plain text output instead of markdown, allowing you to choose the format that best fits your downstream content processing and relevance chunking requirements.