Install
openclaw skills install parallel-thinkerEnables simultaneous queries to multiple expert agents for comprehensive, multi-faceted analysis and synthesizes their insights into a unified response.
openclaw skills install parallel-thinkerPurpose: Enable any agent to quickly obtain multi-perspective analysis by invoking specialized agents in parallel.
Invoke this tool when:
Call the parallel_think tool with:
query: the original user questionagents (optional): list of agent IDs to consult (default: ["strategist", "data-analyst", "finance", "expert-coder", "researcher"])synthesizer_agent (optional): agent ID to synthesize results (default: "synthesizer")Example:
{
"query": "Should we invest in gold now?",
"agents": ["strategist", "data-analyst", "finance"]
}
openclaw agent --agent <id> --message <text>maxConcurrent)