DroneMobile
/install dronemobile
DroneMobile Vehicle Control
Control any DroneMobile-connected vehicle via natural language.
Setup
Set credentials in OpenClaw env (openclaw.json → env):
"DRONEMOBILE_EMAIL": "[email protected]",
"DRONEMOBILE_PASSWORD": "yourpassword",
"DRONEMOBILE_DEVICE_KEY": "40632023374"
DRONEMOBILE_DEVICE_KEY is optional if you have one vehicle — the script auto-selects the first vehicle on the account.
Install the library if not present:
pip install drone-mobile --break-system-packages
Commands
Run scripts/dronemobile.py with the appropriate command:
| User asks | Command |
|---|---|
| Start / remote start | python3 scripts/dronemobile.py start |
| Stop engine | python3 scripts/dronemobile.py stop |
| Lock doors | python3 scripts/dronemobile.py lock |
| Unlock doors | python3 scripts/dronemobile.py unlock |
| Open trunk | python3 scripts/dronemobile.py trunk |
| Check battery / status | python3 scripts/dronemobile.py status |
Output
The script prints a one-line status with key telemetry:
✅ start | Temp: 6°C | Battery: 12.5V | Engine: off
On failure it prints the error and exits with code 1.
Notes
- Commands are fire-and-forget — the car executes asynchronously. Engine-on status may still show False immediately after start (takes ~30s).
- Battery below 11.8V = low; below 11.0V = critical.
drone-mobilePyPI package has a known bug whereresponse.successis always False. The script readsraw_data['command_success']directly. PR submitted: https://github.com/bjhiltbrand/drone_mobile_python/pull/18
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install dronemobile - 安装完成后,直接呼叫该 Skill 的名称或使用
/dronemobile触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
DroneMobile 是什么?
Control vehicles via DroneMobile (Firstech/Compustar remote start systems). Use when the user asks to start their car, stop the engine, lock/unlock doors, op... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 274 次。
如何安装 DroneMobile?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install dronemobile」即可一键安装,无需额外配置。
DroneMobile 是免费的吗?
是的,DroneMobile 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
DroneMobile 支持哪些平台?
DroneMobile 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 DroneMobile?
由 Bryan Tegomoh, MD, MPH(@bryantegomoh)开发并维护,当前版本 v0.1.0。