en un clic
board-webmcp
// Connect 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.
// Connect 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.
Connect a website to the local-mcp browser bridge through a fixed UXC link. Use when the user needs to operate native WebMCP sites or adapter-backed sites through local-mcp, manage per-site browser profiles, or switch bridge presentation modes explicitly.
Connect to Weibo through the built-in local-mcp Weibo adapter and one fixed UXC link. Use when the user wants to read timelines, inspect posts, publish posts or comments, manage Weibo articles, or run Weibo search from an authenticated browser profile.
Connect to Google Search and Gemini through the built-in local-mcp Google adapter and one fixed UXC link. Use when the user wants to run Google searches, chat with Gemini, or download generated Gemini images from an authenticated browser profile.
Connect to X and Grok through the built-in local-mcp X adapter and one fixed UXC link. Use when the user wants to read timelines, inspect tweets, post on X, or chat with Grok from an authenticated browser profile.
Create fallback site adapters for websites that do not expose native WebMCP. Use when a site needs a new adapter module, tool schema design, browser-side request execution, or request-template extraction from observed page behavior.
| name | board-webmcp |
| description | Connect 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. |
Use 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