← 返回 Skills 市场
Personal Fitness Coach
作者
Taylan Ekin Kara
· GitHub ↗
· v1.0.0
409
总下载
2
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install personal-fitness-coach
功能描述
Professional fitness and nutrition coaching system with specialized personas. Features a certified dietitian for meal planning and macro management, and a un...
安全使用建议
This skill appears coherent and low-risk, but before installing consider: (1) it will create and write daily JSON logs under ~/.openclaw/workspace/fitness/logs — ensure you are comfortable storing personal diet/workout data there; (2) SKILL.md promises evidence-based citations but the code does not fetch PubMed — the agent may produce citations without real queries (possible hallucination), so verify critical claims yourself; (3) review the included scripts if you plan to run them locally (they only do local file I/O and have no network calls or credential access); (4) if you want stronger privacy, move the workspace into an encrypted folder or run in an isolated environment.
功能分析
Type: OpenClaw Skill
Name: personal-fitness-coach
Version: 1.0.0
The OpenClaw AgentSkills bundle 'personal-fitness-coach' is benign. All Python scripts (`calculate-macros.py`, `log-meal.py`, `log-workout.py`) perform file operations exclusively within the designated skill workspace (`~/.openclaw/workspace/fitness/logs`), using `Path.home()` for secure path construction. Inputs are parsed as data and not executed, preventing shell injection or arbitrary code execution. The `SKILL.md` and reference markdown files contain only legitimate instructions and data for a fitness coaching system, with no evidence of prompt injection attempts, data exfiltration, persistence mechanisms, or other malicious behaviors.
能力评估
Purpose & Capability
Name and description (fitness and nutrition coaching) align with the included artifacts: persona-driven SKILL.md and three small Python scripts that calculate macros and log meals/workouts. There are no unrelated credentials, binaries, or install actions requested.
Instruction Scope
SKILL.md instructs the agent to 'reference PubMed' and cite peer-reviewed literature; however, none of the shipped scripts fetch remote research or access PubMed. This is a design mismatch (the agent may generate citations without actually querying sources), but it is not a security incoherence.
Install Mechanism
No install spec or external downloads are present. The skill is instruction-first with bundled scripts; nothing is written to disk by an installer. Risk from install mechanism is minimal.
Credentials
The skill declares no required environment variables or credentials. The scripts read/write only to a per-user path under the user's home directory (~/.openclaw/workspace/fitness/logs), which is proportional to a logging/tracking fitness tool.
Persistence & Privilege
always is false and the skill does not request persistent elevated privileges or modify other skills. It creates/uses files only in its own workspace directory under the user's home.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install personal-fitness-coach - 安装完成后,直接呼叫该 Skill 的名称或使用
/personal-fitness-coach触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release with professional dietitian and trainer personas
元数据
常见问题
Personal Fitness Coach 是什么?
Professional fitness and nutrition coaching system with specialized personas. Features a certified dietitian for meal planning and macro management, and a un... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 409 次。
如何安装 Personal Fitness Coach?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install personal-fitness-coach」即可一键安装,无需额外配置。
Personal Fitness Coach 是免费的吗?
是的,Personal Fitness Coach 完全免费(开源免费),可自由下载、安装和使用。
Personal Fitness Coach 支持哪些平台?
Personal Fitness Coach 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Personal Fitness Coach?
由 Taylan Ekin Kara(@ekintkara)开发并维护,当前版本 v1.0.0。
推荐 Skills