返回顶部
r

research

Comprehensive research grounded in web data with explicit citations. Use when you need multi-source synthesis—comparisons, current events, market analysis, detailed reports.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
426
下载量
0
收藏
概述
安装方式
版本历史

research

# Research Skill Conduct comprehensive research on any topic with automatic source gathering, analysis, and response generation with citations. ## Authentication The script uses OAuth via the Tavily MCP server. **No manual setup required** - on first run, it will: 1. Check for existing tokens in `~/.mcp-auth/` 2. If none found, automatically open your browser for OAuth authentication > **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](https://tavily.com) first if you don't have an account. ### Alternative: API Key If you prefer using an API key, get one at https://tavily.com and add to `~/.claude/settings.json`: ```json { "env": { "TAVILY_API_KEY": "tvly-your-api-key-here" } } ``` ## Quick Start > **Tip**: Research can take 30-120 seconds. Press **Ctrl+B** to run in the background. ### Using the Script ```bash ./scripts/research.sh '<json>' [output_file] ``` **Examples:** ```bash # 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"}' ``` ## Parameters | Field | Type | Default | Description | |-------|------|---------|-------------| | `input` | string | Required | Research topic or question | | `model` | string | `"mini"` | Model: `mini`, `pro`, `auto` | ## Model Selection **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 | ## Examples ### Quick Overview ```bash ./scripts/research.sh '{"input": "What is retrieval augmented generation?", "model": "mini"}' ``` ### Technical Comparison ```bash ./scripts/research.sh '{"input": "LangGraph vs CrewAI for multi-agent systems", "model": "pro"}' ``` ### Market Research ```bash ./scripts/research.sh '{"input": "Fintech startup landscape 2025", "model": "pro"}' fintech-report.md ```

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 tavily-research-1776284012 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 tavily-research-1776284012 技能

通过命令行安装

skillhub install tavily-research-1776284012

下载 Zip 包

⬇ 下载 research v1.0.0

文件大小: 4.15 KB | 发布时间: 2026-4-16 18:31

v1.0.0 最新 2026-4-16 18:31
tavily-research v1.0.0 – Initial public release.

- Comprehensive research with web-cited synthesis and multiple models (mini, pro, auto).
- Supports OAuth authentication (browser-based) or API key via settings.
- Flexible CLI usage: input topic as JSON; optional output to file.
- Model choice for either quick overviews or deep analysis.
- Detailed setup and usage instructions provided in SKILL.md.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部