openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > Ninebot

九号电动车/平衡车集成技能 - 用于与 Ninebot 设备交互、诊断、配置和故障排除

综合技能

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v0.0.1

统计:⭐ 1 · 145 · 0 current installs · 0 all-time installs

1

安装量(当前) 0

🛡 VirusTotal :良性 · OpenClaw :可疑

Package:aninebot/ninebot

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :可疑

OpenClaw 评估

The skill claims Bluetooth-based control of Ninebot devices but is only high-level prose with no declared dependencies, permissions, or implementation details—it's unclear how it will actually access hardware or what resources it needs.

目的

The description says the skill will connect to Ninebot devices (via Bluetooth), read status, change parameters, and run diagnostics. However, the skill declares no required binaries, no environment variables, and no config paths. Hardware access (Bluetooth stack, pairing, platform tools like bluez/bluetoothctl) is typically required for these capabilities, so the lack of any declared requirements is an incoherence that should be clarified.

说明范围

SKILL.md contains only high-level commands (e.g., '九号连接 [设备名称]', '九号诊断') and usage notes; it does not instruct the agent to read files, environment variables, or external endpoints. That keeps scope limited, but the instructions are vague about how Bluetooth operations, pairing, firmware updates, and parameter writes are performed—this grants implementers broad discretion and could lead to unexpected system or network access at runtime.

安装机制

There is no install spec and no code files—this is instruction-only, which minimizes risk from downloading/executing third-party code.

证书

No credentials or environment variables are requested, which is appropriate for local device control. However, the skill does not mention the need for Bluetooth device access, pairing tokens, elevated permissions, or platform tools—omitting these details is a proportionality gap that should be resolved (e.g., does it require local agent access to the Bluetooth adapter or a companion app?).

持久

always is false and the skill does not request persistent system-wide modifications or access to other skills' configurations. There is no indication it will alter agent/system settings autonomously.

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Ninebot」。简介:九号电动车/平衡车集成技能 - 用于与 Ninebot 设备交互、诊断、配置和故障排除。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/aninebot/ninebot/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

---
name: Ninebot
description: 九号电动车/平衡车集成技能 - 用于与 Ninebot 设备交互、诊断、配置和故障排除
---

# Ninebot Skill

九号设备集成技能,提供与 Ninebot 电动滑板车、平衡车和电动自行车交互的统一接口。

## 适用场景

- 连接 Ninebot 设备进行诊断
- 读取设备状态、电池信息、行驶数据
- 配置车辆参数(速度限制、尾灯等)
- 排查常见故障
- 导出骑行统计数据

## 功能概览

| 功能 | 描述 |
|------|------|
| 设备连接 | 通过蓝牙连接 Ninebot 设备 |
| 状态查询 | 获取电池、里程、固件版本等信息 |
| 参数配置 | 修改速度限制、灯效等设置 |
| 故障诊断 | 分析错误码并提供解决方案 |

## 使用方法

### 连接设备

```
九号连接 [设备名称]
```

### 查询状态

```
九号状态
九号电池
九号里程
```

### 常用命令

- `九号诊断` - 运行完整诊断
- `九号固件` - 查看固件版本
- `九号重置` - 恢复出厂设置

## 示例对话

> 用户: 我的九号车连不上手机了
> 技能: 先尝试重启设备蓝牙,如果仍无法连接,运行 `九号诊断` 检查设备状态

## 注意事项

1. 确保设备电量 > 20%
2. 某些参数修改需要停车状态
3. 固件升级前备份当前配置