openclaw 网盘下载
OpenClaw

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

首页 > 技能库 > Nimble

Nimble 电动滑板车集成技能 - 用于与 Nimble 设备交互、诊断、配置和故障排除

综合技能

许可证:MIT-0

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

版本:v0.0.1

统计:⭐ 0 · 132 · 0 current installs · 0 all-time installs

0

安装量(当前) 0

🛡 VirusTotal :良性 · OpenClaw :良性

Package:aninebot/nimble

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :良性

OpenClaw 评估

The skill's instructions, scope, and requirements are consistent with a Nimble scooter integration guide; it is an instruction-only skill and does not request unrelated credentials or install artifacts, though it assumes device/adapter access that the platform must provide.

目的

Name and description match the SKILL.md content (connecting, diagnosing, configuring Nimble scooters). The skill describes Bluetooth-based interactions but declares no required binaries or platform capabilities — this is plausible for an instruction-only skill but it implicitly depends on the agent/runtime having Bluetooth access.

说明范围

Runtime instructions are limited to connecting, querying, configuring, diagnosing, and resetting devices. The SKILL.md does not instruct the agent to read unrelated files, exfiltrate data, contact unexpected endpoints, or access unrelated credentials.

安装机制

No install spec and no code files — lowest-risk form. Nothing is downloaded or written to disk by the skill itself.

证书

The skill requires no environment variables or credentials, which is appropriate for a local-device instruction guide. It implicitly needs access to local Bluetooth/hardware capabilities and possibly permissions to pair/configure devices; those are not declared here and are provided by the host platform.

持久

always is false and the skill does not request elevated or persistent privileges nor instruct modifications to other skills or system-wide configurations.

综合结论

This skill is an instruction-only Nimble scooter integration guide and appears internally consistent. Before installing, confirm your agent/runtime has the necessary Bluetooth/hardware access and user consent to pair and configure devices. Be aware commands like factory reset or firmware operations can modify or erase device settings — only run them when you intend to. Because the skill is instruction-only it does not itself exfiltrate credent…

安装(复制给龙虾 AI)

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

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

SKILL.md

打开原始 SKILL.md(GitHub raw)

---
name: Nimble
description: Nimble 电动滑板车集成技能 - 用于与 Nimble 设备交互、诊断、配置和故障排除
---

# Nimble Skill

Nimble 设备集成技能,提供与 Nimble 电动滑板车交互的统一接口。

## 适用场景

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

## 功能概览

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

## 使用方法

### 连接设备

```
Nimble 连接 [设备名称]
```

### 查询状态

```
Nimble 状态
Nimble 电池
Nimble 里程
```

### 常用命令

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

## 示例对话

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

## 注意事项

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