Install
openclaw skills install solo-swarmLaunch 3 parallel research agents (market, users, tech) to investigate an idea from multiple angles simultaneously. Use when user says "swarm research", "par...
openclaw skills install solo-swarmCreate an agent team to research "$ARGUMENTS" from multiple perspectives in parallel.
Spawn 3 teammates, each with a distinct research focus:
Focus: competitors, market size, pricing models, business models.
Focus: pain points, user sentiment, feature requests.
site:reddit.com <query> via WebSearch, or MCP web_search if available)site:news.ycombinator.com)session_search available: check if this idea was researched before in past sessionsFocus: feasibility, tech stack, existing solutions, implementation complexity.
site:github.com <query>)project_info available: check existing projects for reusable codecodegraph_explain available: get architecture overview of similar existing projectscodegraph_query available: find shared packages across projectsproject_code_search available: search for reusable patterns, services, infrastructure across existing projectsTeammates should use available search tools:
web_search (if available) — additional search with engine routingkb_search (if available) — search local knowledge base for related researchDomain filtering: use site:github.com, site:reddit.com etc. for targeted results.
research.md/research skillAfter team completes, the lead should:
research.md to docs/ in the current project directory/validate <idea>Cause: CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS env var not set.
Fix: Ensure .claude/settings.json has "env": {"CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1"}.
Cause: Research areas not clearly separated. Fix: Each teammate has a distinct focus (market/users/tech). The lead synthesizes and deduplicates findings.
Cause: No additional search backends configured. Fix: Teammates fall back to WebSearch (built-in) which is always available. For richer results with engine routing (Reddit, GitHub, YouTube), set up SearXNG (private, self-hosted, free) and configure solograph MCP.