/install dual-agent-solver
DualAgentSolver
Use this when the user wants two agents to work a problem and converge on a practical solution.
Setup
export OPENBRAIN_MCP_URL="http://127.0.0.1:54321/mcp"
# optional
export OPENBRAIN_MCP_TOKEN="..."
Optional second-agent model via OpenAI API (if key exists):
export OPENAI_API_KEY="..."
export SOLVER_SECOND_MODEL="gpt-4o-mini"
If OPENAI_API_KEY is missing, the second agent also runs through openclaw agent.
Run
python3 skills/dual-agent-solver/scripts/dual_agent_solver.py \
--query "How should we migrate our cron jobs safely?" \
--rounds 3
Output
Returns JSON including:
- round-by-round solver + critic outputs
- final merged solution
- memory write result and key (
dual-agent-solver:\x3Ctimestamp>)
Storage
Persists outcome into public.memories (creates table if missing).
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install dual-agent-solver - 安装完成后,直接呼叫该 Skill 的名称或使用
/dual-agent-solver触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
DualAgentSolver 是什么?
Run a two-agent collaborative problem-solving workflow where one agent is your OpenClaw agent (primary solver) and a second agent challenges assumptions, sur... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 266 次。
如何安装 DualAgentSolver?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install dual-agent-solver」即可一键安装,无需额外配置。
DualAgentSolver 是免费的吗?
是的,DualAgentSolver 完全免费(开源免费),可自由下载、安装和使用。
DualAgentSolver 支持哪些平台?
DualAgentSolver 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 DualAgentSolver?
由 tvaloki(@tvaloki)开发并维护,当前版本 v0.1.0。