My setup:
- Main agent (Benest) runs on MyClaw cloud (myclaw.ai)
- Telegram channel managed by MyClaw
- Model: MiniMax M2.7 via MyClaw
- Local machine: Windows + WSL2
- Claude Code installed in WSL2 (/usr/bin/claude)
- Gemini CLI installed in WSL2 (/usr/bin/gemini)
Goal:
I want Benest to be able to delegate engineering tasks to Claude Code
and document/legal tasks to Gemini CLI when needed.
Questions:
- Can MyClaw agents communicate with WSL2 OpenClaw via ACP?
- If not, what's the recommended architecture to bridge them?
- Should I run a separate OpenClaw instance in WSL2 as a coordinator?
- What's the cleanest way to set this up without two conflicting systems?