tavily-tools

Execute Tavily AI web search, extraction, crawling, and site mapping via Python CLI.

2|Updated Aug 25, 2025
One-click install
npx skills add https://github.com/bsamiee/Parametric_Forge --skill tavily-tools
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tavily-tools
Source: https://github.com/bsamiee/Parametric_Forge/tree/main/.claude/skills/tavily-tools
Command: npx skills add https://github.com/bsamiee/Parametric_Forge --skill tavily-tools

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires httpx, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Executes Tavily AI web operations via unified Python CLI. Use when searching the web, extracting content, crawling sites, or mapping site structure.

Core Features & Use Cases

  • Search, extract, crawl, and map with consistent CLI interface.
  • Configurable depth, breadth, and output formatting.
  • 1Password-injected API key handling for secure access.

Quick Start

Run a site crawl: tavily-tools crawl --url "https://nx.dev" --max-depth 2

Frequently Asked Questions about tavily-tools

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

FAQPage Schema
How do I search the web and extract content programmatically via CLI?

Web search and content extraction via CLI is automated through Tavily AI operations. This Skill provides command-driven invocation to search, extract content from URLs, and format results as JSON without manual API calls.

Can I crawl a website and map its structure automatically?

Site crawling and structure mapping are automated with configurable depth and breadth controls. The Skill traverses URLs recursively, discovers site architecture, and outputs a unified JSON representation of the site structure.

What's the best way to gather research data across multiple web sources?

Web search, content extraction, crawling, and site mapping combine into a single unified CLI interface. Configure depth, breadth, and output formatting to research competitive intelligence, documentation, and domain-specific information across diverse sites.

Do I need API key management for secure Tavily web operations?

API key handling is integrated via 1Password injection for secure access. The Skill manages authentication without exposing credentials in commands or configuration files.

Can I use this for site crawling with depth limits on large domains?

Site crawling supports configurable max-depth parameters to control traversal scope. Specify depth and breadth limits to balance coverage against execution time and resource usage on large or complex domains.