← 返回 Skills 市场
bytesagain-lab

Bms

作者 bytesagain-lab · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
192
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install bms
功能描述
Battery Management System reference — cell balancing, SOC estimation, thermal management, and protection circuits. Use when designing BMS for lithium-ion pac...
使用说明 (SKILL.md)

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 | [email protected]

安全使用建议
This skill appears coherent and low-risk: it bundles a shell script that prints BMS reference text and does not access the network, secrets, or system files. Still follow basic precautions before running code: (1) inspect scripts/script.sh yourself for any commands that would create files, call curl/wget/git/ssh, or read sensitive paths; (2) when first running, execute it in a confined environment (container or sandbox) if you have any operational concerns; (3) remember that running any script executes code on your machine — even documentation scripts can be modified after download, so prefer skills from sources you trust.
功能分析
Type: OpenClaw Skill Name: bms Version: 1.0.0 The 'bms' skill is a purely informational reference tool for Battery Management Systems. The shell script (scripts/script.sh) contains static text blocks providing educational content on battery safety, SOC estimation, and hardware topologies. There are no network calls, file system modifications, or attempts to access sensitive data.
能力评估
Purpose & Capability
Name/description (BMS reference) match the included artifacts. The skill only contains documentation and a shell script that prints reference text for BMS topics (cell balancing, SOC, thermal, protection, communication, etc.). It does not require unrelated cloud credentials, binaries, or config paths.
Instruction Scope
SKILL.md instructs the agent to run scripts/script.sh with simple subcommands (intro, cellbalance, soc, protection, etc.). The script implements those subcommands by printing static documentation via here-docs. The instructions do not ask the agent to read arbitrary system files, transmit data externally, or access environment secrets.
Install Mechanism
There is no install spec. The skill is instruction-only with a bundled script; nothing is downloaded or extracted at install time. This is the lowest-risk install model.
Credentials
requires.env is empty and the bundled script does not read environment variables or request credentials. No disproportionate secret or config access is requested.
Persistence & Privilege
always is false and the skill does not request persistent system modifications or access to other skills' configurations. Autonomous invocation is allowed by default but not combined with any privileged behaviors here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install bms
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /bms 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
publish v1.0.0
元数据
Slug bms
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Bms 是什么?

Battery Management System reference — cell balancing, SOC estimation, thermal management, and protection circuits. Use when designing BMS for lithium-ion pac... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 192 次。

如何安装 Bms?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install bms」即可一键安装,无需额外配置。

Bms 是免费的吗?

是的,Bms 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Bms 支持哪些平台?

Bms 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Bms?

由 bytesagain-lab(@bytesagain-lab)开发并维护,当前版本 v1.0.0。

💬 留言讨论