DroneMobile Vehicle Control
name: dronemobile
by bryantegomoh · published 2026-03-22
$ claw add gh:bryantegomoh/bryantegomoh-dronemobile---
name: dronemobile
description: Control vehicles via DroneMobile (Firstech/Compustar remote start systems). Use when the user asks to start their car, stop the engine, lock/unlock doors, open the trunk, check battery voltage, or get vehicle status. Triggers on phrases like "start my car", "remote start", "lock my car", "unlock the car", "check battery", "open trunk", "stop the engine", "vehicle status". Requires DRONEMOBILE_EMAIL and DRONEMOBILE_PASSWORD environment variables. Optionally DRONEMOBILE_DEVICE_KEY for multi-vehicle accounts.
---
# DroneMobile Vehicle Control
Control any DroneMobile-connected vehicle via natural language.
Setup
Set credentials in OpenClaw env (openclaw.json → env):
"DRONEMOBILE_EMAIL": "your@email.com",
"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-packagesCommands
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: offOn failure it prints the error and exits with code 1.
Notes
More tools from the same signal band
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...