← Back to Skills Marketplace
cylqqqcyl

Body

by Yinliang Chen · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
307
Downloads
1
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install body
Description
Physical performance — workouts, fitness tracking, nutrition, meal logging, macros, recipes. Use when the user mentions exercise, lifting, running, training,...
README (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).

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install body
  3. After installation, invoke the skill by name or use /body
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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).
Metadata
Slug body
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Body?

Physical performance — workouts, fitness tracking, nutrition, meal logging, macros, recipes. Use when the user mentions exercise, lifting, running, training,... It is an AI Agent Skill for Claude Code / OpenClaw, with 307 downloads so far.

How do I install Body?

Run "/install body" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Body free?

Yes, Body is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Body support?

Body is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Body?

It is built and maintained by Yinliang Chen (@cylqqqcyl); the current version is v1.0.0.

💬 Comments