/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).
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install dual-agent-solver - After installation, invoke the skill by name or use
/dual-agent-solver - Provide required inputs per the skill's parameter spec and get structured output
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 266 downloads so far.
How do I install DualAgentSolver?
Run "/install dual-agent-solver" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is DualAgentSolver free?
Yes, DualAgentSolver is completely free (open-source). You can download, install and use it at no cost.
Which platforms does DualAgentSolver support?
DualAgentSolver is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created DualAgentSolver?
It is built and maintained by tvaloki (@tvaloki); the current version is v0.1.0.