← 返回 Skills 市场
cylqqqcyl

Body

作者 Yinliang Chen · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
307
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install body
功能描述
Physical performance — workouts, fitness tracking, nutrition, meal logging, macros, recipes. Use when the user mentions exercise, lifting, running, training,...
使用说明 (SKILL.md)

Body — Physical Performance Router

This is the parent skill for Jack's Body dimension. Routes to the right sub-skill based on intent.

Routing Logic

→ coach/

Use for: workouts, lifting sessions, training splits, PRs, recovery, soreness, volume, sleep, running, mobility, Hevy data, "did I train today", "what should I train", "how am I progressing". Triggers: /workout /pr /split /recovery /week /weight

→ chef/

Use for: food, eating, meals, macros, protein, calories, recipes, grocery lists, meal plans, nutrition advice, "what should I eat", meal logging, dietary preferences. Triggers: /meal /macros /recipe /mealplan /groceries

Sub-skill Index

Sub-skill Path Handles
Coach body/coach/SKILL.md Training, Hevy integration, PRs, recovery, Body XP
Chef body/chef/SKILL.md Nutrition, meal logging, recipes, grocery lists
Hevy body/hevy/SKILL.md Raw Hevy API (infrastructure — used by Coach, not called directly)

Dimension

All XP from body sub-skills maps to the Body 💪 dimension (STR, CON stats).

安全使用建议
This skill appears to do what it claims: it routes coaching and nutrition tasks and integrates with Hevy via a CLI. Before you install or run anything: 1) Inspect the hevycli repository (obay/hevycli) to ensure it's the expected project and trustworthy. 2) Don't run install_hevycli.sh blindly — prefer to download the release manually and inspect the binary or build from source if available. 3) Be aware the skill will read/write your vault at /home/node/vault/ and store the Hevy API key in ~/.hevycli/config.yaml (set file permissions to 600). 4) Only provide your Hevy API key to the Hevy sub-skill (or the configure script); Coach explicitly says not to handle keys. 5) If you have sensitive data in your vault, consider making a backup or restricting access before using the skill.
功能分析
Type: OpenClaw Skill Name: body Version: 1.0.0 The skill bundle is classified as suspicious primarily due to the `hevy/scripts/install_hevycli.sh` script, which downloads and executes a binary from a third-party GitHub repository (github.com/obay/hevycli), introducing a supply chain and remote code execution risk. Additionally, `hevy/scripts/configure_api.sh` accepts sensitive API keys as command-line arguments, a practice that can leak credentials to process logs. While the markdown instructions in `SKILL.md`, `coach/SKILL.md`, and `chef/SKILL.md` appear functionally aligned with the stated purpose of fitness and nutrition tracking, these high-risk implementation patterns warrant caution.
能力评估
Purpose & Capability
The skill is a parent router with sub-skills (chef, coach, hevy). The files and scripts (vault read/write, hevycli CLI install/config) align with the described fitness, logging, and Hevy integration purpose. No unrelated services or credentials are requested.
Instruction Scope
Runtime instructions explicitly read and write files under /home/node/vault/ and ~/.hevycli/config.yaml (meal logs, recipes, workouts, RPG stats). Coach explicitly forbids handling API keys and routes Hevy access through the Hevy sub-skill; Hevy sub-skill instructs installing/configuring a CLI and storing the API key in a local config or env var. This file I/O is expected for the stated functionality but is a material scope (your vault and home config files will be read/modified).
Install Mechanism
There is no registry 'install' block, but included scripts support installing hevycli by calling the GitHub releases API and streaming a downloaded tarball (curl | tar -xz) into ~/.local/bin. Downloading and extracting a release from GitHub is a common pattern but carries moderate risk: you should verify the target repo (obay/hevycli) and inspect the archive before execution.
Credentials
The skill does not declare or require unrelated environment variables or secrets. Hevy integration reasonably requires an API key (HEVY API key stored in ~/.hevycli/config.yaml or HEVYCLI_API_KEY). The only sensitive data involved is the Hevy API key and the user's vault contents — both are proportionate to the skill's purpose.
Persistence & Privilege
The skill is not always-included and does not request elevated platform privileges. Scripts create and modify files in the user's home (config and optional installed binary) only if the user runs them; there is no automatic persistent service or forced installation.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install body
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /body 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the Body skill as a routing parent for Jack's Body dimension. - Routes user requests to either training (Coach) or nutrition (Chef) sub-skills based on intent. - Covers physical performance topics including workouts, fitness tracking, nutrition, meal logging, macros, and recipes. - Integrates with Hevy via sub-skills for workout data handling. - XP from all body sub-skills contributes to the Body 💪 dimension (affecting strength and constitution stats).
元数据
Slug body
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Body 是什么?

Physical performance — workouts, fitness tracking, nutrition, meal logging, macros, recipes. Use when the user mentions exercise, lifting, running, training,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 307 次。

如何安装 Body?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install body」即可一键安装,无需额外配置。

Body 是免费的吗?

是的,Body 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Body 支持哪些平台?

Body 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Body?

由 Yinliang Chen(@cylqqqcyl)开发并维护,当前版本 v1.0.0。

💬 留言讨论