Install
openclaw skills install dialectical-analysis通过多代理辩论,结合知识增强和多维度评分,生成高质量、经考验的商业分析与可行性评估报告。
openclaw skills install dialectical-analysis多代理辩证商业分析,通过正向和反向Agent的对抗性讨论,生成高质量、经得起考验的商业分析报告。
Multi-agent dialectical business analysis through constructive and critical debate, generating high-quality, rigorously-tested business analysis reports.
| 参数 Parameter | 类型 Type | 说明 Description |
|---|---|---|
| topic | string | 分析主题 / Analysis topic |
| background | string | 背景上下文 / Background context |
| focus_questions | array | 需要关注的问题 / Key questions to address |
| constraints | array | 约束条件 / Constraints (预算、时间等) |
| version | string | 版本 v1/v2/v3 (默认: v2) |
| dimensions | array | V3维度 / Dimensions for V3 |
| max_rounds | number | 最大辩论轮次 / Max debate rounds |
| enable_search | boolean | 启用知识增强 / Enable knowledge enhancement |
| add_intervention | string | 实时注入问题 / User injection during debate |
核心指令: 英文 / English
输入/输出: 与用户输入语言一致
Core instructions: English
Input/Output: Matches user's input language
使用 Skill: dialectical-business-analysis
参数: topic=是否进入智能家居摄像头市场, background=公司专注软件研发..., focus_questions=["市场时机","竞争壁垒"], constraints=["预算2000万"]
Use Skill: dialectical-business-analysis
Params: topic=Should we enter the smart home camera market?, background=Company focuses on software R&D..., version=v2
python3 dialectic_runner.py --topic "分析主题" --version v2
python3 dialectic_runner.py --topic "Should we enter X market?" --version v3 --dimensions "tech,market,finance,legal"
| 变量 Variable | 说明 Description |
|---|---|
| TAVILY_API_KEY | Tavily搜索API密钥 (推荐) / Tavily search API key (recommended) |
| BRAVE_API_KEY | Brave Search API密钥 (备选) / Brave Search API key (fallback) |
如未配置任一,skill将尝试ddg CLI备选。/ If neither is configured, skill will attempt ddg CLI fallback.
┌─────────────────────────────────────┐
│ 主协调器 Main Orchestrator │
│ - 辩论协调 / Debate coordination │
│ - 收敛检测 / Convergence detection │
│ - 报告生成 / Report generation │
└─────────────────────────────────────┘
↑ ↑
┌────┴────┐ ┌────┴────┐
│ 正向 │◄────────►│ 反向 │
│ Pro │ 辩论 │ Con │
└─────────┘ └─────────┘
可选 / Optional:
┌─────────────┐
│ 仲裁者 │ (V2+)
│ Arbitrator │
└─────────────┘
知识增强 / Knowledge:
┌─────────────┐
│ Tavily │ (V2+)
│ Search │
└─────────────┘
如需启用知识增强功能,需要以下任一配置:
| 依赖 | 说明 | 获取方式 |
|---|---|---|
| TAVILY_API_KEY | Tavily搜索API(推荐) | https://tavily.com |
| BRAVE_API_KEY | Brave Search API | https://brave.com/search/api |
| ddg CLI | DuckDuckGo命令行工具 | brew install ddg |
注意:如未配置任何API,搜索功能将尝试使用免费的DuckDuckGo HTML接口(无需配置)。