← 返回 Skills 市场
98
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install vela-dev
功能描述
Build, 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 `....
安全使用建议
This skill appears to do what it claims — scaffold, build, and debug Xiaomi Vela quick apps — but note a small inconsistency: it instructs you to run `npx aiot build` yet does not declare Node/npm/npx as required tools. Before using it, ensure you have Node.js and npm (so npx works) and that you understand running build/install commands on your machine. If you install dependencies (npm install), be aware that npm packages can run install scripts; verify the `aiot-toolkit` package is from a trusted source and inspect package.json in the template. Review any commands the assistant suggests before executing them, and avoid pasting or running remote scripts you don't trust. If you need higher assurance, ask the skill author how they expect build tooling to be provided (local Node vs. container) or request they declare required binaries in the skill metadata.
功能分析
Type: OpenClaw Skill
Name: vela-dev
Version: 1.0.0
The skill bundle provides a legitimate development environment for Xiaomi Vela wearable applications. It includes project templates, build instructions using the standard `aiot-toolkit`, and comprehensive documentation on device constraints and common pitfalls. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
The skill is for creating and building Xiaomi Vela apps and includes a template package.json and repeated instructions to run `npx aiot build`. However the skill's metadata claims no required binaries or environment dependencies. In practice the workflow requires Node/npm (npx) and the aiot-toolkit (npm package) to be available — this mismatch is an unexplained omission.
Instruction Scope
SKILL.md stays within the stated purpose: scaffolding files, editing `.ux` pages, running builds, reading local reference files, and consulting official docs. It does not instruct reading unrelated system files or exfiltrating data, nor does it demand unrelated credentials.
Install Mechanism
This is an instruction-only skill (no install spec). Included assets contain a template package.json that references a public npm devDependency (`aiot-toolkit`), which is expected for the described build workflow. No downloads from untrusted URLs or extract/install steps are specified by the skill itself.
Credentials
The skill requests no environment variables or credentials and the instructions do not reference secrets. The set of included files and referenced docs are proportional to the stated goal.
Persistence & Privilege
The skill does not request persistent presence (always=false), does not modify other skills or global agent settings, and allows normal user invocation/autonomous invocation per platform defaults.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install vela-dev - 安装完成后,直接呼叫该 Skill 的名称或使用
/vela-dev触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of vela-dev skill for Xiaomi Vela JS quick app development.
- Supports building, editing, and debugging quick apps for Xiaomi wearables (e.g., Band 10)
- Guides scaffolding new projects and modifying `.ux` pages
- Provides troubleshooting steps for `npx aiot build` errors
- Includes tips for UI adaptation to wearable device constraints
- Outlines packaging `.rpk` files for app delivery
- References key documentation and common development pitfalls
元数据
常见问题
Vela Dev 是什么?
Build, 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 `.... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 98 次。
如何安装 Vela Dev?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install vela-dev」即可一键安装,无需额外配置。
Vela Dev 是免费的吗?
是的,Vela Dev 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Vela Dev 支持哪些平台?
Vela Dev 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Vela Dev?
由 Tlrenhb(@tlrenhb)开发并维护,当前版本 v1.0.0。
推荐 Skills