Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
协调多个 sub-agent 并行完成行业调研,通过迭代审核和合并收敛产出高质量报告。
/research <topic> # 启动行业调研(如:/research AI Agent 行业现状)
/research <topic> --depth=deep # 深度调研模式
/research <topic> --depth=quick # 快速概览模式
sessions_spawn 和 exec 工具)codex) — 可选,提供 OpenAI 模型补充视角gemini) — 可选,提供 Google 模型补充视角claude) — 可选,提供 Anthropic 模型补充视角优先级:环境变量 > 启动时用户选择 > 默认值
| 参数 | 环境变量 | 默认值 | 说明 |
|---|---|---|---|
| 研究 agent 数量 | RESEARCH_AGENT_COUNT | auto | 设为数字则固定,auto 则动态分配 |
| 研究迭代上限 | RESEARCH_MAX_ROUNDS | 3 | 研究阶段最多迭代几轮 |
| 合并迭代上限 | MERGE_MAX_ROUNDS | 2 | 合并阶段最多迭代几轮 |
| 质量总分阈值 | QUALITY_THRESHOLD | 35 | 满分 50,总分需达到此值 |
| 单项最低分 | QUALITY_MIN_PER_DIM | 6 | 满分 10,每个维度不低于此值 |
| 交叉验证模式 | RESEARCH_CROSS_MODEL | cli | cli / native / both / none,见下方说明 |
| 启用 CLI 工具 | RESEARCH_CLI_TOOLS | codex,gemini,claude | 可选值:codex、gemini、claude、none 或组合 |
| CLI 超时 | RESEARCH_CLI_TIMEOUT | 600 | 秒 |
npx skills add LeoYeAI/openclaw-master-skills --skill multi-agent-industry-researchHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Mostly clear, but there are still a few confusing or poorly structured parts.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Partially actionable with several concrete steps, but still missing important details.