Install
openclaw skills install vela-devBuild, edit, debug, and package Xiaomi Vela JS quick apps for wearable devices such as Xiaomi Band 10. Use when the user asks to create a Vela 快应用, modify `.ux` pages, fix `npx aiot build` errors, adapt UI for 手环屏幕, or package/send `.rpk` apps. Covers project scaffolding, manifest/app/config creation, Vela component/event/style constraints, and iterative build-debug loops.
openclaw skills install vela-devUse this skill when working on Xiaomi Vela JS wearable quick apps.
.ux pagesnpx aiot build.rpk for deliverysrc/manifest.jsonsrc/app.uxsrc/config-watch.jsonsrc/pages/<name>/index.uxcd <project> && npx aiot build.rpk after a successful build.Read references/vela-notes.md when you need practical constraints and common fixes.
Important defaults:
↺ ⏸ ▶ ⏭ may not render reliably on device; prefer plain Chinese text.After each meaningful edit:
npx aiot buildsuccess|error|ErrorCommon failure classes are documented in references/vela-notes.md.
Read references/ux-gotchas.md when build errors point to template/event/CSS issues.
Key reminders:
onclickUxLoader / Unexpected }If the user asks for a fresh app, copy or adapt files from assets/template/.
Typical successful output includes:
npx aiot build.rpk path from dist/references/vela-notes.mdreferences/ux-gotchas.mdreferences/docs-map.mdreferences/dev-workflow.mdassets/template/When you need authoritative confirmation:
references/docs-map.mdPrefer official docs for:
Prefer local reference notes for: