Install
openclaw skills install @caoling7878-arch/yanjiatuan-task-dispatchopenclaw skills install @caoling7878-arch/yanjiatuan-task-dispatch用户需求 → 任务分解 → 并行分派 → 等待完成 → 汇总成果 → 提交研策合成 → 审核交付
↓
┌─── 研木(基本面)───┐
│ 研林(产业策略) │
│ 研技(技术面) │
│ 研声(舆情) │
└─── 研盾(风控)────┘
python3 {baseDir}/scripts/dispatch_task.py [--task "投研需求描述"] [--stocks "标的列表"] [--output json|text]
{
"task_id": "T20260706-001",
"status": "completed",
"dispatch": {
"yanmu": {"assigned": ["基本面分析:宁德时代"], "status": "completed"},
"yanlin": {"assigned": ["产业策略:锂电池赛道"], "status": "completed"},
"yanji": {"assigned": ["技术分析:宁德时代"], "status": "completed"},
"yansheng": {"assigned": ["舆情分析:锂电池板块"], "status": "completed"},
"yandun": {"assigned": ["风险评估:宁德时代"], "status": "completed"}
},
"next_step": "提交研策合成最终报告"
}