research by tavily-ai/skills
npx skills add https://github.com/tavily-ai/skills --skill research通过自动收集来源、分析和生成带引用的回答,对任何主题进行全面研究。
该脚本通过 Tavily MCP 服务器使用 OAuth 进行身份验证。无需手动设置 - 首次运行时,它将:
~/.mcp-auth/ 中是否存在现有令牌注意: 您必须拥有现有的 Tavily 账户。OAuth 流程仅支持登录 - 不支持通过此流程创建账户。如果您没有账户,请先在 tavily.com 上注册。
如果您更喜欢使用 API 密钥,请在 https://tavily.com 获取一个,并添加到 ~/.claude/settings.json 中:
{
"env": {
"TAVILY_API_KEY": "tvly-your-api-key-here"
}
}
提示: 研究可能需要 30-120 秒。按 Ctrl+B 在后台运行。
./scripts/research.sh '<json>' [output_file]
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
示例:
# 基础研究
./scripts/research.sh '{"input": "quantum computing trends"}'
# 使用专业模型进行综合分析
./scripts/research.sh '{"input": "AI agents comparison", "model": "pro"}'
# 保存到文件
./scripts/research.sh '{"input": "market analysis for EVs", "model": "pro"}' ./ev-report.md
# 快速定向研究
./scripts/research.sh '{"input": "climate change impacts", "model": "mini"}'
| 字段 | 类型 | 默认值 | 描述 |
|---|---|---|---|
input | string | 必填 | 研究主题或问题 |
model | string | "mini" | 模型:mini、pro、auto |
经验法则: "X 是做什么的?" -> 使用 mini。"X 与 Y 与 Z 对比" 或 "实现...的最佳方式" -> 使用 pro。
| 模型 | 使用场景 | 速度 |
|---|---|---|
mini | 单一主题,定向研究 | ~30秒 |
pro | 多角度综合分析 | ~60-120秒 |
auto | API 根据复杂性自动选择 | 视情况而定 |
./scripts/research.sh '{"input": "What is retrieval augmented generation?", "model": "mini"}'
./scripts/research.sh '{"input": "LangGraph vs CrewAI for multi-agent systems", "model": "pro"}'
./scripts/research.sh '{"input": "Fintech startup landscape 2025", "model": "pro"}' fintech-report.md
每周安装量
6.5K
代码仓库
GitHub 星标数
132
首次出现
2026年1月25日
安全审计
安装于
opencode6.0K
gemini-cli5.8K
codex5.8K
github-copilot5.6K
kimi-cli5.5K
amp5.5K
Conduct comprehensive research on any topic with automatic source gathering, analysis, and response generation with citations.
The script uses OAuth via the Tavily MCP server. No manual setup required - on first run, it will:
~/.mcp-auth/Note: You must have an existing Tavily account. The OAuth flow only supports login — account creation is not available through this flow. Sign up at tavily.com first if you don't have an account.
If you prefer using an API key, get one at https://tavily.com and add to ~/.claude/settings.json:
{
"env": {
"TAVILY_API_KEY": "tvly-your-api-key-here"
}
}
Tip : Research can take 30-120 seconds. Press Ctrl+B to run in the background.
./scripts/research.sh '<json>' [output_file]
Examples:
# Basic research
./scripts/research.sh '{"input": "quantum computing trends"}'
# With pro model for comprehensive analysis
./scripts/research.sh '{"input": "AI agents comparison", "model": "pro"}'
# Save to file
./scripts/research.sh '{"input": "market analysis for EVs", "model": "pro"}' ./ev-report.md
# Quick targeted research
./scripts/research.sh '{"input": "climate change impacts", "model": "mini"}'
| Field | Type | Default | Description |
|---|---|---|---|
input | string | Required | Research topic or question |
model | string | "mini" | Model: mini, pro, auto |
Rule of thumb : "what does X do?" -> mini. "X vs Y vs Z" or "best way to..." -> pro.
| Model | Use Case | Speed |
|---|---|---|
mini | Single topic, targeted research | ~30s |
pro | Comprehensive multi-angle analysis | ~60-120s |
auto | API chooses based on complexity | Varies |
./scripts/research.sh '{"input": "What is retrieval augmented generation?", "model": "mini"}'
./scripts/research.sh '{"input": "LangGraph vs CrewAI for multi-agent systems", "model": "pro"}'
./scripts/research.sh '{"input": "Fintech startup landscape 2025", "model": "pro"}' fintech-report.md
Weekly Installs
6.5K
Repository
GitHub Stars
132
First Seen
Jan 25, 2026
Security Audits
Gen Agent Trust HubWarnSocketPassSnykWarn
Installed on
opencode6.0K
gemini-cli5.8K
codex5.8K
github-copilot5.6K
kimi-cli5.5K
amp5.5K
83,400 周安装