🎯

tavily-tools

🎯Skill

from bsamiee/parametric_forge

VibeIndex|
What it does

Executes web searches, content extraction, website crawling, and site structure mapping using Tavily AI's web operations via a unified Python CLI.

tavily-tools

Installation

Install skill:
npx skills add https://github.com/bsamiee/parametric_forge --skill tavily-tools
2
Last UpdatedJan 12, 2026

Skill Details

SKILL.md

>-

Overview

# [H1][TAVILY-TOOLS]

>Dictum: Command-specific arguments enforce correct invocation.


Execute Tavily AI web operations through unified Python CLI.

[IMPORTANT] search requires --query; extract requires --urls; crawl/map require --url. 1Password injects API key automatically.

```bash

# Search

uv run .claude/skills/tavily-tools/scripts/tavily.py search --query "Vite 7 new features"

uv run .claude/skills/tavily-tools/scripts/tavily.py search --query "React 19" --topic news

uv run .claude/skills/tavily-tools/scripts/tavily.py search --query "Effect-TS" --search-depth advanced --max-results 20

# Extract content from URLs

uv run .claude/skills/tavily-tools/scripts/tavily.py extract --urls "https://example.com"

uv run .claude/skills/tavily-tools/scripts/tavily.py extract --urls "https://a.com,https://b.com" --format text

# Crawl website

uv run .claude/skills/tavily-tools/scripts/tavily.py crawl --url "https://docs.effect.website"

uv run .claude/skills/tavily-tools/scripts/tavily.py crawl --url "https://nx.dev" --max-depth 3 --max-breadth 50

# Map site structure

uv run .claude/skills/tavily-tools/scripts/tavily.py map --url "https://nx.dev"

uv run .claude/skills/tavily-tools/scripts/tavily.py map --url "https://effect.website" --max-depth 2 --limit 200

```

---

[1][OUTPUT]

Commands return: {"status": "success|error", ...}.

| [INDEX] | [CMD] | [RESPONSE] |

| :-----: | --------- | -------------------------------------- |

| [1] | search | {query, results[], images[], answer} |

| [2] | extract | {urls[], results[], failed[]} |

| [3] | crawl | {base_url, results[], urls_crawled} |

| [4] | map | {base_url, urls[], total_mapped} |

More from this repository10

🎯
mermaid-diagramming🎯Skill

Generates comprehensive Mermaid diagrams across 22 types with advanced styling, layout, and semantic categorization for complex visual modeling.

🎯
nx-tools🎯Skill

Queries Nx workspace metadata, project configurations, affected projects, generators, and dependency graphs via unified Python CLI.

🎯
n8n-builder🎯Skill

Generates compliant n8n workflow JSON with dynamic nodes, connections, and settings for programmatic workflow automation and AI agent scaffolding.

🎯
hostinger-tools🎯Skill

Manages Hostinger cloud infrastructure and services through comprehensive API interactions for VPS, domains, billing, and hosting operations.

🎯
perplexity-tools🎯Skill

perplexity-tools skill from bsamiee/parametric_forge

🎯
typescript-effect🎯Skill

Generates TypeScript code using functional patterns and Effect ecosystem, enforcing strict typing, error handling, and modular design principles.

🎯
command-builder🎯Skill

Streamlines complex command generation by dynamically constructing shell and CLI commands with flexible parameter mapping and validation

🎯
sonarcloud-tools🎯Skill

Queries SonarCloud API to retrieve code quality metrics, issues, hotspots, and analysis history via a unified Python CLI.

🎯
output-style-builder🎯Skill

Generates structured output formats and response style configurations for Claude, optimizing data serialization and agent communication.

🎯
context7-tools🎯Skill

Retrieves comprehensive library documentation via a unified Python CLI, enabling precise resolution and fetching of programming library references.