← Back to Skills Marketplace
339
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ninebot
Description
九号电动车/平衡车集成技能 - 用于与 Ninebot 设备交互、诊断、配置和故障排除
Usage Guidance
Before installing, ask the skill author how the agent will perform Bluetooth operations and where it runs: (1) If the agent runs remotely (cloud), it cannot access your local Bluetooth adapter—avoid providing pairing codes or device credentials to a remote service. (2) If the skill runs locally, confirm which host tools/permissions it needs (bluez/bluetoothctl on Linux, CoreBluetooth on macOS, or platform-specific drivers) and whether it requires elevated privileges or access to pairing keys. (3) Prefer explicit declarations of required binaries, capabilities, and any data the skill will transmit. If the author cannot clarify how device access is implemented, treat the skill cautiously or run it in an isolated/local environment.
Capability Analysis
Type: OpenClaw Skill
Name: ninebot
Version: 0.0.1
The skill bundle contains only metadata and documentation (SKILL.md) for interacting with Ninebot electric vehicles via Bluetooth. There is no executable code, suspicious network activity, or prompt-injection attempts; the content is limited to describing legitimate device diagnostic and configuration features.
Capability Assessment
Purpose & Capability
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.
Instruction Scope
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.
Install Mechanism
There is no install spec and no code files—this is instruction-only, which minimizes risk from downloading/executing third-party code.
Credentials
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?).
Persistence & Privilege
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ninebot - After installation, invoke the skill by name or use
/ninebot - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.0.1
Ninebot Skill 1.0.0 – Initial Release
- 提供与九号电动滑板车、平衡车、电动自行车的集成交互
- 支持设备蓝牙连接、状态查询、参数配置(如速度限制、灯效等)
- 可执行故障诊断、错误码分析与导出骑行统计数据
- 提供常用命令如设备诊断、固件版本查询和恢复出厂设置
- 附带详细使用说明和注意事项
Metadata
Frequently Asked Questions
What is Ninebot?
九号电动车/平衡车集成技能 - 用于与 Ninebot 设备交互、诊断、配置和故障排除. It is an AI Agent Skill for Claude Code / OpenClaw, with 339 downloads so far.
How do I install Ninebot?
Run "/install ninebot" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Ninebot free?
Yes, Ninebot is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Ninebot support?
Ninebot is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Ninebot?
It is built and maintained by aNinebot (@aninebot); the current version is v0.0.1.
More Skills