📦 Fitness Log — 健身记录

v1.0.0

个人日常健身追踪与进度管理工具,可记录训练计划、运动数据与身体变化,帮助用户养成持续锻炼习惯并可视化成长轨迹。

0· 267·0 当前·0 累计
下载技能包
最后更新
2026/4/21
0
安全扫描
VirusTotal
可疑
查看报告
OpenClaw
安全
high confidence
This skill appears to do what it says — a local fitness logger that stores data under a directory (default ~/.fitness) and has no network access or credential requirements.
评估建议
This skill is internally coherent and appears low-risk: it logs workouts and weights locally and makes no network calls. Before installing, confirm you have python3 available (the script runs python3 snippets) and that you're comfortable with the skill creating ~/.fitness (or another directory if FIT_DIR is set). If you allow an agent to run the skill autonomously, be aware that FIT_DIR can redirect where files are written — only allow the agent to set FIT_DIR to directories you trust. You can a...
详细分析 ▾
用途与能力
The name/description match the implementation: a local workout/weight tracker. One small inconsistency: the SKILL.md/runtime and the script use python3 (and the script is a bash wrapper), but the registry metadata lists no required binaries — the package should declare python3 (and bash/sh) as required.
指令范围
The SKILL.md instructions are narrowly scoped and the included script implements the advertised commands. All actions are local: reading/writing JSON and CSV files in a single directory, printing summaries, and generating simple text output. There are no instructions to read unrelated files or to contact external services.
安装机制
There is no install spec (instruction-only), so nothing is downloaded during installation. A script file is included and will be present on disk, but no remote code is fetched. This is low-risk compared with packages that download/extract code from arbitrary URLs.
凭证需求
No credentials or external env vars are required. The script does honor an optional FIT_DIR environment variable to change where data is stored; this is reasonable but means a maliciously set FIT_DIR could redirect storage to another path. By default it uses $HOME/.fitness.
持久化与权限
The skill is not marked always:true and does not attempt to change other skills or system config. It can be invoked by the agent (normal behavior), and its file writes are limited to its data directory.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/3/13

Initial release

可疑

安装命令

点击复制
官方npx clawhub@latest install fitness-log
镜像加速npx clawhub@latest install fitness-log --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库