TopRank Skills

Home / Claw Skills / Autres / fit
Official OpenClaw rules 15%

fit

Your personal fitness operating system. Not a workout plan. A complete system that figures out what your body actually needs, builds training around your real life, tracks what is working, and adapts when life gets in the way. Trigger for any fitness goal: losing fat, building muscle, running faster, getting stronger, recovering from injury, or simply moving better than you did last year.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 fit 技能。 若已安装,则直接安装 fit 技能。

Overview

Skill Key
agimodel/fit
Author
agimodel
Source Repo
openclaw/skills
Version
-
Source Path
skills/agimodel/fit
Latest Commit SHA
d78efdb174ff6d560b96339bc5a04e7b3994dd3c

Extracted Content

SKILL.md excerpt

# Fit

## What Most Fitness Advice Gets Wrong

Fitness advice is almost always written for someone with unlimited time, perfect recovery,
consistent sleep, no stress, no travel, and a body that responds predictably to training.

That person does not exist.

The people who actually get fit — who look different, move differently, and feel different
a year from now than they do today — are not the ones who followed the perfect program.
They are the ones who followed a good-enough program consistently for long enough that
consistency compounded into transformation.

This skill is built for real people with real constraints.

---

## The System
```
FITNESS_OS = {
  "assessment": {
    "current_state": ["Current weight and body composition if known",
                      "Current training frequency and type",
                      "Movement limitations or injuries",
                      "Energy levels across the day",
                      "Sleep quality and quantity"],
    "goal_clarity":  {
      "aesthetic":     "Body composition change — fat loss, muscle gain, or both",
      "performance":   "Specific metric — run 5K, deadlift bodyweight, 10 pullups",
      "health":        "Blood markers, blood pressure, longevity, pain reduction",
      "functional":    "Move better, carry more, hurt less"
    },
    "constraint_map": ["Days per week available for training",
                       "Minutes per session realistic",
                       "Equipment available",
                       "Injuries or restrictions",
                       "Travel frequency"]
  }
}
```

---

## Training Architecture
```
PROGRAM_DESIGN = {
  "minimum_effective_dose": {
    "principle": "The smallest training stimulus that produces the desired adaptation.
                  More is not better. Enough is better.",
    "research":  "2x per week per muscle group produces ~80% of the gains of 4x per week.
                  3x per week per muscle group captures nearly all available adaptation.",...

Related Claw Skills