技能详情(站内镜像,无评论)
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v0.0.1
统计:⭐ 0 · 134 · 1 current installs · 1 all-time installs
⭐ 0
安装量(当前) 1
🛡 VirusTotal :良性 · OpenClaw :可疑
Package:aninebot/ninebot-skill
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :可疑
OpenClaw 评估
The skill's purpose (Ninebot device integration) matches its description, but the runtime instructions are vague about how Bluetooth access, firmware updates, and destructive commands would actually be performed and it declares no required capabilities — this mismatch deserves clarification before installing.
目的
Name and description match: the skill claims to connect to Ninebot devices, read status, configure parameters, run diagnostics and perform firmware/reset operations. However, SKILL.md does not declare any required binaries, Bluetooth access, or host capabilities needed to perform Bluetooth pairing, OTA firmware, or device reset — a practical implementation would typically need access to the host Bluetooth stack or a helper binary/API.
说明范围
Instructions are high-level (commands like '九号连接', '九号诊断', '九号重置') with no concrete safe steps, preconditions, or limits. The skill explicitly includes potentially destructive operations (factory reset, firmware upgrade, parameter changes) but gives no safeguards or details about how those will be executed. While the instructions do not attempt to read unrelated files or credentials, their vagueness grants broad runtime discretion that could lead to harmful actions if implemented without care.
安装机制
This is an instruction-only skill with no install spec and no code files, so nothing will be written to disk at install time. That minimizes install-time risk, but also means the SKILL.md assumes the runtime environment already provides necessary capabilities (e.g., Bluetooth) without declaring them.
证书
No environment variables, credentials, or config paths are requested, which is reasonable from a privacy/credential standpoint. However, the skill's operations (device pairing, firmware flashing, factory reset) typically require local hardware access and possibly elevated host permissions; the absence of declared requirements is a gap that should be clarified.
持久
The skill does not request always: true and has no special persistence or cross-skill configuration changes. Autonomous invocation is allowed by default (disable-model-invocation is false), which is normal; combined with the skill's capability to perform device-changing actions, autonomous invocation increases risk unless behavior is well-scoped.
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「ninebot-skill」。简介:九号电动车/平衡车集成技能 - 用于与 Ninebot 设备交互、诊断、配置和故障排除。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/aninebot/ninebot-skill/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
name: ninebot-skill
description: 九号电动车/平衡车集成技能 - 用于与 Ninebot 设备交互、诊断、配置和故障排除
---
# Ninebot Skill
九号设备集成技能,提供与 Ninebot 电动滑板车、平衡车和电动自行车交互的统一接口。
## 适用场景
- 连接 Ninebot 设备进行诊断
- 读取设备状态、电池信息、行驶数据
- 配置车辆参数(速度限制、尾灯等)
- 排查常见故障
- 导出骑行统计数据
## 功能概览
| 功能 | 描述 |
|------|------|
| 设备连接 | 通过蓝牙连接 Ninebot 设备 |
| 状态查询 | 获取电池、里程、固件版本等信息 |
| 参数配置 | 修改速度限制、灯效等设置 |
| 故障诊断 | 分析错误码并提供解决方案 |
## 使用方法
### 连接设备
```
九号连接 [设备名称]
```
### 查询状态
```
九号状态
九号电池
九号里程
```
### 常用命令
- `九号诊断` - 运行完整诊断
- `九号固件` - 查看固件版本
- `九号重置` - 恢复出厂设置
## 示例对话
> 用户: 我的九号车连不上手机了
> 技能: 先尝试重启设备蓝牙,如果仍无法连接,运行 `九号诊断` 检查设备状态
## 注意事项
1. 确保设备电量 > 20%
2. 某些参数修改需要停车状态
3. 固件升级前备份当前配置