byd-battery

Solid

Read BYD Battery-Box HVS/HVM/LVS/LVL home-storage telemetry through local Modbus or paired-inverter delegation, with read-only safety boundaries.

AI & Automation 125 stars 11 forks Updated today MIT

Install

View on GitHub

Quality Score: 85/100

Stars 20%
70
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# BYD Battery Use this skill for operator-approved monitoring of BYD Battery-Box Premium HVS, HVM, LVS, LVL, and older HV/LV family home-storage units. Prefer the bundled helper for all protocol details: ```bash node skills/byd-battery/byd-battery.cjs --format json read state-of-charge node skills/byd-battery/byd-battery.cjs --format json read pack-telemetry node skills/byd-battery/byd-battery.cjs --format json read cell-extremes node skills/byd-battery/byd-battery.cjs --format json read inventory node skills/byd-battery/byd-battery.cjs --format json read module-telemetry node skills/byd-battery/byd-battery.cjs --format json read alarms node skills/byd-battery/byd-battery.cjs --format json read firmware node skills/byd-battery/byd-battery.cjs --format json read be-connect-metadata node skills/byd-battery/byd-battery.cjs --format json read energy-counters node skills/byd-battery/byd-battery.cjs --format json read state-of-charge --via fronius ``` ## Safety Boundary **Read-only v1. Do not attempt mutating actions through this skill.** Remote shutdown, BMU reset, capacity reconfiguration, installer-app operations, cell-balancing overrides, write coils, and write-register requests are out of scope because they can affect a high-voltage DC battery. If a future v2 adds any mutating action, it must be red-stakes, require mandatory F8/F14 approval, and include installer handover instructions. Never ask for, print, or store installer-app passwords such as common default installer...

Details

Author
HybridAIOne
Repository
HybridAIOne/hybridclaw
Created
5 months ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

battery-charger-fuel-gauge-integration

Use when integrating or debugging Li-ion charger/fuel gauge ICs (BQ24295, BQ27441, MAX17048) over I2C, covering charge start, watchdog host mode, NTC/JEITA faults, and SOC jumps

22 Updated 1 weeks ago
easyzoom
AI & Automation Listed

ev-buyer-helper

Use when the buyer is purchasing an EV (battery electric or plug-in hybrid) and needs federal clean-vehicle credit status (federal 30D/25E/45W terminated for vehicles acquired after 2025-09-30 per OBBBA, no longer available), state EV rebates, NACS adapter info, home charging guidance, used-EV battery State-of-Health rules, or any EV-specific dealer behavior knowledge. Triggers include "EV federal credit", "is the $7,500 credit still available", "former $7,500 POS transfer", "Ioniq 5 incentives", "NACS adapter", "EV charging at home", "买电车", "电车补贴", "EV battery health", and Spanish phrases "credito federal para vehiculo electrico", "comprar un carro electrico".

2 Updated 3 days ago
DaizeDong
DevOps & Infrastructure Solid

vmware-monitor

Use this skill for safe, risk-free queries of VMware infrastructure — code-level enforced safety means no destructive operations exist in the codebase. Directly handles: a one-glance cross-cluster health summary, object-centered VM/host/datastore investigation drill-downs (correlating surrounding infrastructure + recent events), a cross-vCenter "what needs attention now?" rollup, list VMs/hosts/datastores/clusters, active alarms, recent events, VM details. Always use vmware-monitor when the user asks to "list VMs", "check vSphere alarms", "show host status", "is anything on fire", "what needs attention now", "what is happening around this VM/host/datastore", "investigate this VM" — or needs read-only VMware info before making changes. Do NOT use for any write operations — this skill is code-level read-only and cannot modify, create, or delete any resource. For VM modifications use vmware-aiops, for networking use vmware-nsx, for metrics/capacity use vmware-aria. For load balancing/AVI/AKO use vmware-avi.

9 Updated 5 days ago
zw008