Bms — 锂离子电池管理系统参考
v1.0.0提供离线电池管理系统参考,涵盖电池单元平衡、SOC估算、热管理和保护电路,适用于设计锂离子电池管理系统、评估电池安全性或理解电池监控。
0· 113·0 当前·0 累计
安全扫描
OpenClaw
安全
high confidence该技能与其描述一致:提供通过捆绑的shell脚本交付的离线BMS参考,仅打印文档,不请求凭证、不安装、不包含网络或特权操作。
评估建议
该技能看似一致且低风险:捆绑的shell脚本仅打印BMS参考文本,不访问网络、秘密或系统文件。仍应遵循基本预防措施:(1)检查脚本是否包含创建文件、调用curl/wget/git/ssh或读取敏感路径的命令;(2)首次运行时,在容器或沙盒环境中执行,如果有操作顾虑;(3)记住运行任何脚本都会在您的机器上执行代码——即使是文档脚本,也可能在下载后被修改,应偏好来自可信来源的技能。...详细分析 ▾
✓ 用途与能力
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.
✓ 指令范围
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.
✓ 安装机制
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.
✓ 凭证需求
requires.env is empty and the bundled script does not read environment variables or request credentials. No disproportionate secret or config access is requested.
✓ 持久化与权限
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.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/3/22
发布 v1.0.0
● 无害
安装命令 点击复制
官方npx clawhub@latest install bms
镜像加速npx clawhub@latest install bms --registry https://cn.clawhub-mirror.com
技能文档
快速参考技能,用于电池管理系统、电池监控和包安全。
使用场景
- 设计锂离子电池包的BMS
- 了解电池平衡(主动 vs 被动)
- 实现SOC/SOH估算算法
- 设置热管理和保护阈值
- 评估BMS ICs和架构
命令
intro
``bash scripts/script.sh introBMS概览 — 功能、架构和为什么每个锂离子包都需要一个。
cellbalance
bash scripts/script.sh cellbalance电池平衡方法:被动(耗散)vs 主动(重新分配)。
soc
bash scripts/script.sh socSOC估算:库仑计数、OCV查找、卡尔曼滤波、电阻。
protection
bash scripts/script.sh protection保护电路:过压、欠压、过流、短路、温度。
thermal
bash scripts/script.sh thermal热管理 — 空气冷却、液体冷却、相变、冷环境加热。
communication
bash scripts/script.sh communicationBMS通信协议:CAN总线、SMBus、I²C、UART和数据帧。
topologies
bash scripts/script.sh topologiesBMS架构:集中式、分布式、模块化 — 以及IC选择。
safety
bash scripts/script.sh safety安全标准、故障模式和功能安全(ISO 26262、IEC 62619)。
help
bash scripts/script.sh help### version
bash scripts/script.sh version``
Powered by BytesAgain | bytesagain.com | hello@bytesagain.com
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制
免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制