tavily-crawl skillB
tavily-crawl is agent-read markdown (skill) from ethanyoq/skill-hub: Crawl websites and extract content from multiple pages via the Tavily CLI. Use this skill when the user wants to crawl a site, download documentation, extract an entire docs section, bulk-extract pages, save a site as local markdown files, or says "crawl", "get all the pages", "download the docs", "extract everything under /docs", "bulk extract", or needs content from many pages on the same domain. Supports depth/breadth control, path filtering, semantic instructions, and saving each page as a l.
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 crawl Crawl a website and extract content from multiple pages. Supports saving each page as a local markdown file. ## 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 need content from many pages on a site (e.g., all `/docs/`) - You want to download documentation for offline use - Step 4 in the [workflow](../tavily-cli/SKILL.md): search → extract → map → **crawl** → research ## Quick start ```bash # Basic crawl tvly crawl "https://docs.example.com" --json # Save each page as a markdown file tvly crawl "https://docs.example.com" --output-dir ./docs/ # Deeper crawl with limits tvly crawl "https://docs.example.com" --max-depth 2 --limit 50 --json # Filter to specific paths tvly crawl "https://example.com" --select-paths "/api/.*,/guides/.*" --exclude-paths "/blog/.*" --json # Semantic focus (returns relevant chunks, not full pages) …
Read the whole file at its exact version.
How to install
mdr add ethanyoq/skill-hub/tavily-crawl@git:20260919.e8b19bfmdr add ethanyoq/skill-hub/tavily-crawl@sha256:5ed61112f6dfd9f0Pin 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_jx5hszeq2swqmfjc)
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 (3982 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_jx5hszeq2swqmfjc GET https://markdownregistry.com/api/v1/resolve?ref=ethanyoq/skill-hub/tavily-crawl GET https://markdownregistry.com/api/v1/blob/5ed61112f6dfd9f06341ab0de91a65db423e240dde0b5b56036cdb4ee4e720d4
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.