Install
openclaw skills install openclaw-peer-bridgeDesign and operate communication patterns between two OpenClaw instances. Use when a user wants one OpenClaw deployment to send status, tasks, reminders, audit results, or webhook callbacks to another OpenClaw deployment, or when defining a bridge between local and remote OpenClaw agents, dashboards, or automation flows.
openclaw skills install openclaw-peer-bridgeDesign communication between two OpenClaw instances using supported primitives only. Prefer explicit, auditable flows: webhook delivery, cron delivery, channel routing, or user-mediated relay. Do not invent peer-to-peer commands or claim native cross-instance session sharing unless it exists in the current deployment.
Use when one OpenClaw instance needs to notify another system or service immediately.
Pattern:
webhook.Use for:
Use when the only guaranteed common surface between two instances is a chat channel.
Pattern:
Use for:
Use when exact timing matters more than low latency.
Pattern:
Use for:
Use when a workstation OpenClaw needs to coordinate with a server-side OpenClaw.
Recommended split:
Design rules:
State the business outcome first:
Choose the smallest sufficient transport:
Specify:
Prefer JSON for machine processing and short bullet summaries for human review.
Document:
Never assume both OpenClaw instances share memory, sessions, or auth state.
Prefer:
Check:
When using this skill, produce one of these deliverables:
Design:
Design: