tavily-search is agent-read markdown (skill) from initializ/forge: Search the web using Tavily AI search API.
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# Tavily Web Search Skill
Search the web using the Tavily AI search API, optimized for LLM applications.
## Authentication
Set the `TAVILY_API_KEY` environment variable with your Tavily API key.
Get your key at https://tavily.com
No OAuth or MCP configuration required.
## Quick Start
```bash
./scripts/tavily-search.sh '{"query": "latest AI news"}'
```
## Tool: tavily_search
Search the web using Tavily AI.
**Input:**
| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| query | string | yes | The search query |
| search_depth | string | no | `basic` (fast) or `advanced` (thorough). Default: `basic` |
| max_results | integer | no | Maximum results to return (1-20). Default: 5 |
| time_range | string | no | Filter by time: `day`, `week`, `month`, `year` |
| include_domains | array | no | Only include results from these domains |
| exclude_domains | array | no | Exclude results from these domains |
**Output:** JSON object with `query`, `answer`, `results` (array of `{title, url, content, score}`), and `response_time`.
### Search Depth
| Depth | Speed | Detail | Use Case |
|-------|-------|--------|----------|
…
Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
GET https://markdownregistry.com/api/v1/artifacts/art_hq746xro5fcjlnwe
GET https://markdownregistry.com/api/v1/resolve?ref=initializ/forge/tavily-search
GET https://markdownregistry.com/api/v1/blob/da9274ad89138431c3025d50058c6071685e2d42cebba93376c71c79f7cae9b4
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.
initializ/forge · forge-skills/local/embedded/code-plan/SKILL.md · Turn a task description and repository into a structured implementation plan (files to create, files to modify, tests…
initializ/forge · forge-skills/local/embedded/codegen-html/SKILL.md · Scaffold and iterate on standalone Preact + HTM applications with zero build dependencies
openminis/minisskills · tavily-search/SKILL.md · Use the Tavily Search API to perform web searches. When users need to find the latest information, official…
chainlesschain/chainlesschain · desktop-app-vue/src/main/ai-engine/cowork/skills/builtin/tavily-search/SKILL.md · Real-time web search using Tavily API - search the web, extract page content, and get up-to-date information for RAG…
ethanyoq/skill-hub · archives/user-installed-skills/tavily-search/0a32321e7c7d33d0/tavily-search/SKILL.md · Search the web with LLM-optimized results via the Tavily CLI. Use this skill when the user wants to search the web…
ethanyoq/skill-hub · archives/user-installed-skills/tavily-search/03a954856675caee/tavily-search/SKILL.md · Discover ordinary public webpages with LLM-optimized Tavily search results. Use when no specific URL is known and the…