BYD Remote Control
/install byd-remote-control
BYD Remote Control
Use the bundled Python scripts in scripts/ for repeatable BYD actions instead of rewriting the same pyBYD code each time.
Available scripts
scripts/battery_check.py, fetch battery %, range, charging state, and timestamps as JSONscripts/battery_monitor.py, fetch battery state and emit an alert payload when battery is belowBATTERY_THRESHOLDscripts/lock_car.py, lock the vehiclescripts/flash_lights.py, flash lights / hornscripts/start_ac.py, start climate controlscripts/stop_ac.py, stop climate controlscripts/byd_common.py, shared helper module used by the scripts
How to use
- Read
references/setup.mdif credentials or dependencies are not already configured. - Run the relevant script from the skill directory so
.envis discovered correctly. - Prefer the existing script over ad hoc inline Python when the task matches one of the bundled actions.
Notes
- The scripts load
.envfrom the same directory as the scripts. BYD_PINis automatically bridged toBYD_CONTROL_PIN.- Vehicle selection can be controlled with
BYD_VINorBYD_VEHICLE_ALIAS. If neither is set, the scripts use the first vehicle returned by the account. battery_monitor.pyprints alert JSON when below threshold. Delivery should be handled by the caller or automation layer.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install byd-remote-control - After installation, invoke the skill by name or use
/byd-remote-control - Provide required inputs per the skill's parameter spec and get structured output
What is BYD Remote Control?
Control and check a BYD vehicle using portable Python helper scripts built on pyBYD. Use when the user wants to check battery state, lock the car, flash ligh... It is an AI Agent Skill for Claude Code / OpenClaw, with 99 downloads so far.
How do I install BYD Remote Control?
Run "/install byd-remote-control" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is BYD Remote Control free?
Yes, BYD Remote Control is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does BYD Remote Control support?
BYD Remote Control is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created BYD Remote Control?
It is built and maintained by hiimivantang (@hiimivantang); the current version is v1.0.0.