一键导入
deploy
Install the packed .webapp.zip onto the paired Board device and launch it. Use when the user asks to deploy, install, or push to the device.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Install the packed .webapp.zip onto the paired Board device and launch it. Use when the user asks to deploy, install, or push to the device.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Build the project with TypeScript and Vite. Use when the user asks to build, compile, or run the build step.
Pack the built dist/ into a .webapp.zip for device installation. Use when the user asks to pack, package, or bundle the app for deployment.
Capture a screenshot of the current screen on the paired Board device. Use when the user asks to screenshot, grab a screen capture, or see what's on the device. It may also aid in debugging when needed.
| name | deploy |
| description | Install the packed .webapp.zip onto the paired Board device and launch it. Use when the user asks to deploy, install, or push to the device. |
To preview the app in the local machine's browser:
npm run dev
Use the Local: URL printed by Vite for browser QA. For the default command
above this is usually http://localhost:5173/. Do not add --host 127.0.0.1
unless you specifically need that host binding; it changes the printed URL and
can make local-browser verification diverge from the normal dev loop.
If browser automation fails after a previous blocked or failed navigation, open
a fresh browser tab and retry the exact Vite Local: URL before concluding
browser QA is blocked.
board-connect capabilities
If the device isn't paired yet:
board-connect pair <host>
The user must tap "Approve" on the device. After pairing, no address is needed for future commands.
Read board.config.json to get the appId.
cat board.config.json
board-connect install <appId>.webapp.zip --launch
On a cold device, the in-device browser host may report "host unavailable". If that happens, foreground the Board Browser on the device once to wake it, then retry. Subsequent installs work without this step.