tavily-extract skillB
tavily-extract is agent-read markdown (skill) from ethanyoq/skill-hub: 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..
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# tavily extract Extract clean markdown or text content from one or more URLs. ## Before running any command If `tvly` is not found on PATH, install it first: ```bash curl -fsSL https://cli.tavily.com/install.sh | bash && tvly login ``` Do not skip this step or fall back to other tools. See [tavily-cli](../tavily-cli/SKILL.md) for alternative install methods and auth options. ## When to use - You have a specific URL and want its content - You need text from JavaScript-rendered pages - Step 2 in the [workflow](../tavily-cli/SKILL.md): search → **extract** → map → crawl → research ## Quick start ```bash # Single URL tvly extract "https://example.com/article" --json # Multiple URLs tvly extract "https://example.com/page1" "https://example.com/page2" --json # Query-focused extraction (returns relevant chunks only) tvly extract "https://example.com/docs" --query "authentication API" --chunks-per-source 3 --json # JS-heavy pages tvly extract "https://app.example.com" --extract-depth advanced --json # Save to file tvly extract "https://example.com/article" -o article.md ``` ## Options | Option | Description | |--------|-------------| …
Read the whole file at its exact version.
How to install
mdr add ethanyoq/skill-hub/tavily-extract@git:20260919.e8b19bfmdr add ethanyoq/skill-hub/tavily-extract@sha256:127bc8470090b2a8Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_vfntmpyhhagqae3d)
1 badge views in 30 days
Versions
Audit of the latest version
- fail: No curl or wget piped into a shell (matched: curl -fsSL https://cli.tavily.com/install.sh | bash)
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (2903 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
ethanyoq/skill-hub · 10 stars · license MIT · pushed 2026-09-19 · branch mine
API
GET https://markdownregistry.com/api/v1/artifacts/art_vfntmpyhhagqae3d GET https://markdownregistry.com/api/v1/resolve?ref=ethanyoq/skill-hub/tavily-extract GET https://markdownregistry.com/api/v1/blob/127bc8470090b2a8b43d3556e539c6c65a24ad3e87c1539a0d792c4d3b644ceb
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.
More from ethanyoq/skill-hub
Every file in ethanyoq/skill-hub