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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install dronemobile - After installation, invoke the skill by name or use
/dronemobile - Provide required inputs per the skill's parameter spec and get structured output
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 274 downloads so far.
How do I install DroneMobile?
Run "/install dronemobile" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is DroneMobile free?
Yes, DroneMobile is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does DroneMobile support?
DroneMobile is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created DroneMobile?
It is built and maintained by Bryan Tegomoh, MD, MPH (@bryantegomoh); the current version is v0.1.0.