TopRank Skills

Home / Claw Skills / Git / GitHub / tavily-search-darry
Official OpenClaw rules 36%

tavily-search-darry

Tavily 搜索 API 集成 | Tavily Search API Integration. 高质量网络搜索、新闻聚合、信息调研 | High-quality web search, news aggregation, research. 触发词:搜索、search、tavily、新闻.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 tavily-search-darry 技能。 若已安装,则直接安装 tavily-search-darry 技能。

Overview

Skill Key
darryek/tavily-search-darry
Author
darryek
Source Repo
openclaw/skills
Version
-
Source Path
skills/darryek/tavily-search-darry
Latest Commit SHA
c2fc594be09a374238dd09b25d17e86d39cc1a8c

Extracted Content

SKILL.md excerpt

# Tavily Search

Tavily 是一个专业的搜索 API,提供高质量、快速、结构化的搜索结果。

## 功能

### 网络搜索
- **智能搜索** - LLM 优化的搜索结果
- **内容提取** - 自动提取网页内容摘要
- **相关性评分** - 每个结果带有相关性分数

### 新闻搜索
- **时间过滤** - 按天、周、月、年过滤
- **域名过滤** - 指定搜索特定网站
- **深度搜索** - basic/advanced 搜索模式

### 研究工具
- **crawl** - 网页爬取
- **extract** - 内容提取
- **research** - 深度研究

## 使用方式

### 基本搜索

```bash
./search/scripts/search.sh '{"query": "AI 最新进展", "max_results": 10}'
```

### 新闻搜索

```bash
./search/scripts/search.sh '{"query": "科技新闻", "time_range": "week", "max_results": 10}'
```

### 域名过滤

```bash
./search/scripts/search.sh '{"query": "机器学习", "include_domains": ["arxiv.org", "github.com"]}'
```

## 子技能

- `search` - 网络搜索
- `crawl` - 网页爬取
- `extract` - 内容提取
- `research` - 深度研究

## 认证

使用 Tavily API Key 或 OAuth 认证。

获取 API Key: https://tavily.com

---

*Tavily Search, 智能搜索* 🔍

README excerpt

# Agent Skills

## Installation

```bash
npx skills add https://github.com/tavily-ai/skills
```

## Authentication

**No setup required** — Uses OAuth via the Tavily MCP server.

> **Important:** You must have an existing Tavily account. The OAuth flow only supports login — account creation is not available through this flow. If you don't have an account, [sign up at tavily.com](https://tavily.com) first.

On first run, the script will:
1. Check for existing tokens in `~/.mcp-auth/`
2. If none found, automatically open your browser for OAuth authentication

### Alternative: API Key

If you prefer using an API key, get one at [https://tavily.com](https://tavily.com) and add to `~/.claude/settings.json`:
```json
{
  "env": {
    "TAVILY_API_KEY": "tvly-your-api-key-here"
  }
}
```

## Available Skills

| Skill | Command | Description |
|-------|---------|-------------|
| **Search** | `/search` | Search the web using Tavily's LLM-optimized API. Returns relevant results with content snippets, scores, and metadata. |
| **Research** | `/research` | Get research on any topic with citations. Supports structured JSON output for pipelines. |
| **Extract** | `/extract` | Extract clean content from specific URLs. Returns markdown/text from web pages. |
| **Crawl** | `/crawl` | Crawl websites to download documentation, knowledge bases, or web content as local markdown files. |
| **Tavily Best Practices** | `/tavily-best-practices` | Reference documentation for building production-ready Tavily integrations in agentic workflows, RAG systems, or autonomous agents. |

Related Claw Skills