电池管理系统
bms
by BytesAgain
Battery Management System reference — cell balancing, SOC estimation, thermal management, and protection circuits. Use when designing BMS for lithium-ion packs, evaluating battery safety, or understanding cell monitoring.
安装
claude skill add --url github.com/openclaw/skills/tree/main/skills/bytesagain1/bms文档
BMS — Battery Management System Reference
Quick-reference skill for battery management systems, cell monitoring, and pack safety.
When to Use
- Designing a BMS for lithium-ion battery packs
- Understanding cell balancing (passive vs active)
- Implementing SOC/SOH estimation algorithms
- Setting up thermal management and protection thresholds
- Evaluating BMS ICs and architectures
Commands
intro
scripts/script.sh intro
Overview of BMS — functions, architecture, and why every Li-ion pack needs one.
cellbalance
scripts/script.sh cellbalance
Cell balancing methods: passive (dissipative) vs active (redistributive).
soc
scripts/script.sh soc
State of Charge estimation: coulomb counting, OCV lookup, Kalman filter, impedance.
protection
scripts/script.sh protection
Protection circuits: overvoltage, undervoltage, overcurrent, short circuit, temperature.
thermal
scripts/script.sh thermal
Thermal management — air cooling, liquid cooling, phase change, heating in cold.
communication
scripts/script.sh communication
BMS communication protocols: CAN bus, SMBus, I²C, UART, and data frames.
topologies
scripts/script.sh topologies
BMS architectures: centralized, distributed, modular — and IC selection.
safety
scripts/script.sh safety
Safety standards, failure modes, and functional safety (ISO 26262, IEC 62619).
help
scripts/script.sh help
version
scripts/script.sh version
Powered by BytesAgain | bytesagain.com | hello@bytesagain.com
相关 Skills
Claude API
by anthropic
Build, debug, and optimize Claude API / Anthropic SDK apps. Apps built with this skill should include prompt caching. Also handles migrating existing Claude API code between Claude model versions (4.5 → 4.6, 4.6 → 4.7, retired-model replacements). TRIGGER when: code imports `anthropic`/`@anthropic-ai/sdk`; user asks for the Claude API, Anthropic SDK, or Managed Agents; user adds/modifies/tunes a Claude feature (caching, thinking, compaction, tool use, batch, files, citations, memory) or model (Opus/Sonnet/Haiku) in a file; questions about prompt caching / cache hit rate in an Anthropic SDK project. SKIP: file imports `openai`/other-provider SDK, filename like `*-openai.py`/`*-generic.py`, provider-neutral code, general programming/ML.
并行代理
by axelhu
Use when facing 2 or more independent tasks that can be worked on without shared state - dispatches parallel subagents using sessions_spawn for concurrent investigation and execution, adapted for OpenClaw
高光制作器
by bwbernardweston18
>