# Tavily Search

> 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.

- Skill: `veithly/tavily-search` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add veithly/tavily-search`
- Raw SKILL.md: https://api.skillmd.com/api/skills/veithly/tavily-search/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: veithly (https://skillmd.com/u/veithly)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/veithly/tavily-search

---


# 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
```

