TopRank Skills

Home / Claw Skills / Recherche / tavily-research-pro
Official OpenClaw rules 36%

tavily-research-pro

Professional AI-powered search and deep research engine. Features multi-dimensional data aggregation, semantic analysis, and automated report generation for structured information gathering.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

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

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

Overview

Skill Key
airoom-ai/tavily-research-pro
Author
airoom-ai
Source Repo
openclaw/skills
Version
-
Source Path
skills/airoom-ai/tavily-research-pro
Latest Commit SHA
7bbb007be00d1905664aed1b3a7c267c9cd6a716

Extracted Content

SKILL.md excerpt

# Tavily Research Pro (科研洞察引擎)

Professional-grade tool designed for researchers and analysts to gather high-quality, structured information from the web.

## 🛡️ Privacy & Data Security (隐私与安全说明)

To comply with security audits and ensure data transparency, please note:
* **Data Transmission**: This skill transmits user-provided search queries and specified target URLs to `api.tavily.com` for processing and information extraction.
* **Credential Protection**: The `TAVILY_API_KEY` is accessed exclusively from your local environment variables and is never stored, logged, or shared with any third party other than the official Tavily API endpoint.
* **Compliance**: This tool is intended for searching and analyzing publicly available web data for research purposes only.

---

## 核心功能 (Core Features)

### 1. 结构化搜索 (Structured Search)
Deep research mode for high-accuracy information retrieval.
```bash
node {baseDir}/scripts/search.mjs "Quantum computing commercialization" --deep
```

## 2. 公开信息语义分析 (Public Sentiment Analysis) 🆕
分析当前互联网对某个话题的“体感温度”。
```bash
node {baseDir}/scripts/sentiment.mjs "Apple Vision Pro"
```

## 3. 自动化研究简报 (Automated Research Report) 🆕
将长网页转化为结构化的情报简报,自动识别关键角色和影响。
```bash
node {baseDir}/scripts/report.mjs "[https://example.com/tech-news](https://example.com/tech-news)"
```

## 参数说明 (Options)
-n <count>: Number of results (default 5).

--deep: Enable advanced deep research mode.

--topic <news|general>: Specify search category.

--days <n>: Limit news search to the last n days.

Environment Requirement: A valid TAVILY_API_KEY must be configured in your environment.

Related Claw Skills