skilly. Buy ad slot
All skills
Research / AGENT SKILL

tavily-search

veithly/tavily-search
3.7K installs 5 GitHub stars
0

Search the web with Tavily for current information, news, facts, and real-time data.
Tavily AI search API - Optimized search for AI agents. Use when searching the web for current information, news, facts, or any task requiring real-time data.

BEFORE YOU INSTALL

Understand the trade-offs.

SECURITY REVIEW

Not yet assessed

Review the original instructions and requested permissions before installing.

No security review is available for this catalog entry yet.

SKILL QUALITY

Not yet assessed

How clearly the skill guides your agent, how complete its workflow is, and how you can check the outcome.

No quality assessment is available for this catalog entry yet.

The full skill.

Original instructions from the publisher’s SKILL.md

# Tavily Search

Web search optimized for AI agents using Tavily API.

## Usage

```bash
./scripts/search "your search query"
```

## Scripts

| Script | Usage |
|--------|-------|
| `scripts/search <query>` | Search the web |
| `scripts/search "latest AI news" --format json` | JSON output |

## Environment

```bash
export TAVILY_API_KEY="your-api-key"
```

Get API key: https://tavily.com/

## Example

```bash
./scripts/search "Claude AI latest features"
# Returns: Search results optimized for AI context
```