Bms

v1.0.0

Battery Management System reference — cell balancing, SOC estimation, thermal management, and protection circuits. Use when designing BMS for lithium-ion pac...

0· 89·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk975yb87v2vsrv4kpsmv3vfz3d83a08j

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments