Fitness Plan
v6.0.3Track workouts, calculate BMI/1RM, and access exercise science guides. 支持科学健身计划制定、BMI/最大力量计算及运动解剖学参考。Use when planning gym sessions, calculating macro needs,...
⭐ 0· 516·1 current·1 all-time
byBytesAgain2@ckchzh
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
medium confidencePurpose & Capability
Name/description (fitness plans, calculators, exercise guidance) align with the included SKILL.md and the bundled scripts: the skill invokes a local bash script that prints guidance and implements calculators. Nothing in the manifest asks for unrelated cloud credentials or system access.
Instruction Scope
SKILL.md instructs the agent to call bash scripts/script.sh for standards, calculate, and plan. The script contents shown are local help text and guidance functions; this stays within the stated fitness/training purpose. However SKILL.md lists runtime requirements (bash 4+ and python3) while the registry metadata lists no required binaries — confirm whether the script actually invokes python or accesses files not shown in the truncated portion.
Install Mechanism
No install spec (instruction-only with a bundled script). No downloads or external package installs are declared, so there is low install risk. The only code delivered is scripts/script.sh alongside SKILL.md.
Credentials
The skill declares no required environment variables, secrets, or config paths. That matches the fitness guidance use-case and the visible script content, which prints static guidance and presumably performs local calculations.
Persistence & Privilege
always is false and there is no indication the skill will persist or modify other skills or system-wide settings. It does not request elevated or permanent privileges.
Assessment
This skill is largely self-contained and coherent with its stated purpose, but before installing you should: 1) inspect the full scripts/script.sh (the provided excerpt was truncated) to ensure it makes no network calls, remote uploads, or shell execs beyond local calculation/printing; 2) confirm whether python3 is actually invoked (SKILL.md mentions python3) and whether the registry should declare that dependency; 3) note the minor version mismatch (SKILL.md v6.0.3 vs script VERSION 6.0.2) — ask the author for clarification if you rely on a specific release; and 4) run the script in a sandbox or with limited permissions the first time to verify behavior. If you are not comfortable auditing the full script, avoid granting broad agent permissions or automatic invocation until a full review is done.Like a lobster shell, security has layers — review code before you run it.
latestvk9796y66vebs8v0me8zgdgtsfs83p6vy
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
