Toolverse
All skills

tavily-search

by closedloop-technologies

Use Tavily Search API for optimized, real-time web search results for RAG. Requires TAVILY_API_KEY.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Category
DevOps
Views
108

About this skill

Use Tavily Search API for optimized, real-time web search results for RAG. Requires TAVILY_API_KEY.

How to use

  1. Zainstaluj wymagane biblioteki Python, uruchamiając w terminalu: pip install tavily-python python-dotenv. To przygotuje środowisko do pracy z API Tavily.

  2. Uzyskaj klucz API Tavily z serwisu Tavily i skonfiguruj go w swoim systemie. Możesz zapisać klucz w pliku .env za pomocą komendy echo "TAVILY_API_KEY=twoj_klucz" >> .env, lub jeśli skrypt go nie znajdzie, zostaniesz poproszony o wprowadzenie go interaktywnie.

  3. Upewnij się, że plik .env jest dodany do .gitignore, aby nie wyciekł klucz do repozytorium. Skrypt automatycznie to sprawdzi.

  4. Wykonaj wyszukiwanie, uruchamiając: python3 scripts/tavily_search.py --query "twoje pytanie". Zastąp "twoje pytanie" rzeczywistym zapytaniem, na przykład "autonomous research agents comparison".

  5. Aby uzyskać bardziej szczegółowe wyniki, dodaj parametr --search-depth advanced, co włączy intensywną analizę (wyniki będą wyższej jakości, ale wyszukiwanie potrwa dłużej). Możesz też ograniczyć liczbę wyników parametrem --max-results, na przykład --max-results 5.

  6. Skrypt zwróci wyniki w formacie JSON zawierającym syntetyczną odpowiedź i listę źródeł, gotowe do użycia w Twoim systemie RAG lub aplikacji opartej na AI.

Related skills

crawl4ai

by basher83

This skill should be used when users need to scrape websites, extract structured data, handle JavaScript-heavy pages, crawl multiple URLs, or build automated web data pipelines. Includes optimized extraction patterns with schema generation for efficient, LLM-free extraction.

DevOps
11128

lambda

by itsmostafa

AWS Lambda serverless functions for event-driven compute. Use when creating functions, configuring triggers, debugging invocations, optimizing cold starts, setting up event source mappings, or managing layers.

DevOps
127

macos-cleaner

by daymade

Analyze and reclaim macOS disk space through intelligent cleanup recommendations. This skill should be used when users report disk space issues, need to clean up their Mac, or want to understand what's consuming storage. Focus on safe, interactive analysis with user confirmation

DevOps
1331

senior-data-engineer

by davila7

World-class data engineering skill for building scalable data pipelines, ETL/ELT systems, and data infrastructure. Expertise in Python, SQL, Spark, Airflow, dbt, Kafka, and modern data stack. Includes data modeling, pipeline orchestration, data quality, and DataOps. Use when

DevOps
1268

miniprogram-development

by TencentCloudBase

WeChat Mini Program development rules. Use this skill when developing WeChat mini programs, integrating CloudBase capabilities, and deploying mini program projects.

DevOps
1955

streamlit

by sverzijl

When working with Streamlit web apps, data dashboards, ML/AI app UIs, interactive Python visualizations, or building data science applications with Python

DevOps
49161