tavily-tools
π―Skillfrom bsamiee/parametric_forge
Executes web searches, content extraction, website crawling, and site structure mapping using Tavily AI's web operations via a unified Python CLI.
Installation
npx skills add https://github.com/bsamiee/parametric_forge --skill tavily-toolsSkill Details
>-
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
Generates comprehensive Mermaid diagrams across 22 types with advanced styling, layout, and semantic categorization for complex visual modeling.
Queries Nx workspace metadata, project configurations, affected projects, generators, and dependency graphs via unified Python CLI.
Generates compliant n8n workflow JSON with dynamic nodes, connections, and settings for programmatic workflow automation and AI agent scaffolding.
Manages Hostinger cloud infrastructure and services through comprehensive API interactions for VPS, domains, billing, and hosting operations.
perplexity-tools skill from bsamiee/parametric_forge
Generates TypeScript code using functional patterns and Effect ecosystem, enforcing strict typing, error handling, and modular design principles.
Streamlines complex command generation by dynamically constructing shell and CLI commands with flexible parameter mapping and validation
Queries SonarCloud API to retrieve code quality metrics, issues, hotspots, and analysis history via a unified Python CLI.
Generates structured output formats and response style configurations for Claude, optimizing data serialization and agent communication.
Retrieves comprehensive library documentation via a unified Python CLI, enabling precise resolution and fetching of programming library references.