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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/agimodel/fitFit
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.",
"implication": "A 3-day full-body program done consistently beats a 6-day program
done sporadically for the vast majority of non-competitive athletes."
},
"progressive_overload": {
"definition": "Systematically increasing training stimulus over time to force adaptation",
"methods": ["Add weight to the bar",
"Add reps at same weight",
"Add sets",
"Reduce rest period",
"Improve movement quality"],
"tracking": """
def log_workout(exercise, sets, reps, weight):
session = {
"date": today,
"exercise": exercise,
"volume": sets * reps * weight,
"top_set": max_weight_lifted
}
compare_to_last_session(session)
if no_progress_in_3_weeks:
flag_for_program_adjustment()
"""
},
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-agimodel-fit": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
OnlyFans
Build higher-retention subscription relationships through scarcity design, audience intimacy, and creator-owned private content strategy. Designed for direct-to-fan monetization, retention, and tiered access logic.
qualify
Qualify leads, prospects, clients, candidates, projects, opportunities, and requests before deeper time, money, or effort is committed. Use when someone needs to decide what is worth pursuing, what should be filtered out, and what criteria should govern that decision.
ask
The thinking partner that helps you ask better questions. Trigger when someone needs to get to the root of a problem, make a difficult decision, prepare for a critical conversation, challenge their own assumptions, or simply does not know where to start. The quality of your questions determines the quality of your thinking. This skill upgrades both.
organizer
Organize information, tasks, ideas, projects, notes, files, workflows, and priorities into clear structures that are easier to understand and act on. Use when someone needs order, categorization, simplification, or a usable system instead of scattered inputs.
dna
Biological code execution and genomic intelligence system. Translates raw A-T-C-G sequences into actionable health, longevity, and pharmacogenomic protocols. The bridge between your biological identity and your agent's decision-making engine.