Install
openclaw skills install board-webmcpConnect to the native board demo through local-mcp and one fixed UXC link. Use when the user wants to inspect or edit the shared board at board.holon.run or a local board instance through browser WebMCP.
openclaw skills install board-webmcpUse this skill to operate the native board demo through @webmcp-bridge/local-mcp.
uxc is installed and available in PATH.npx is installed and available in PATH.https://board.holon.run.HOME, install Playwright browsers first with npx playwright install.http://127.0.0.1:4173.command -v board-webmcp-cliskills/board-webmcp/scripts/ensure-links.shboard-webmcp-cli -hboard-webmcp-cli nodes.list -hboard-webmcp-cli nodes.upsert -hboard-webmcp-cli nodes.list, board-webmcp-cli edges.listboard-webmcp-cli bridge.session.mode.set '{"mode":"headed"}'board-webmcp-cli bridge.openboard-webmcp-cli nodes.listboard-webmcp-cli edges.listboard-webmcp-cli diagram.export format=jsonheadedboard-webmcp-cli nodes.upsert '{"nodes":[{"label":"Fraud Service","kind":"service"}]}'board-webmcp-cli edges.upsert '{"edges":[{"sourceNodeId":"gateway","targetNodeId":"orders","protocol":"grpc"}]}'board-webmcp-cli layout.apply mode=layeredboard-webmcp-cli diagram.export format=jsonboard-webmcp-cli bridge.session.statusboard-webmcp-cli bridge.session.mode.set '{"mode":"headed"}'board-webmcp-cli bridge.openboard-webmcp-cli for that same collaborative sessionboard-webmcp-cli selection.getboard-webmcp-cli bridge.closeboard-webmcp-cli bridge.open again to start a new headed session on the same profileThe default public target is:
https://board.holon.run
The default board profile path is:
~/.uxc/webmcp-profile/board
Use the helper script to refresh the link for the public deployment:
skills/board-webmcp/scripts/ensure-links.sh
Use the helper script to point the link at local development instead:
skills/board-webmcp/scripts/ensure-links.sh --url http://127.0.0.1:4173
If the bridge fails to start on a fresh machine or inside an isolated HOME, install Playwright browsers in that environment first:
npx playwright install
board.holon.run is a shared demo. Writes are visible on the board surface and persisted in browser storage for that profile.bridge.session.mode.set over relying on a new launcher invocation to change runtime mode.headed.board-webmcp-cli bridge.open starts a new headed session on the same profile.references/usage-patterns.mdscripts/ensure-links.sh