What problem does it solve?
This Skill eliminates the confusion and delays of manually figuring out which OpenClaw agent and workspace should handle a request, so Windows-side Claude Code instructions get routed correctly in a 3-tier architecture.
Core Features & Use Cases
- Intelligent agent routing (PC / Laptop / Cloud): Sends work to the correct agent based on the user’s intent (e.g., builds, creative, infrastructure, data normalization, scraping, cross-node relay, or heartbeat checks).
- Operational health & heartbeat monitoring: Detects stale agent liveness signals and escalates unresponsive agents to the user/operator.
- Workspace file sync & task framing: Coordinates file synchronization between agent workspaces and the Cyclone-SS repo, without overwriting operator-defined identity/safety files.
- WAT framework interpretation (Workflows, Agents, Tools): Ensures requests are handled as probabilistic workflow/agent coordination while deterministic execution happens only via tools.
Example: When a user says “use OpenClaw to trigger the Linux scraping agent, then sync the parsed results back to this repo,” the bridge identifies the scraping-to-normalization pipeline and routes it through Pulse → Hunt → Parse → Relay while maintaining health checks and workspace sync.
Quick Start
Tell your assistant: "Use OpenClaw to route my request to the correct agent, check agent heartbeat if needed, and sync the resulting workspace files back into the Cyclone-SS repo."