skills$openclaw/workout-logger
jhillin88.2k

by jhillin8

workout-logger – OpenClaw Skill

workout-logger is an OpenClaw Skills integration for data analytics workflows. Log workouts, track progress, get exercise suggestions and PR tracking

8.2k stars8.5k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026data analytics

Skill Snapshot

nameworkout-logger
descriptionLog workouts, track progress, get exercise suggestions and PR tracking OpenClaw Skills integration.
ownerjhillin8
repositoryjhillin8/workout-logger
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @jhillin8/workout-logger
last updatedFeb 7, 2026

Maintainer

jhillin8

jhillin8

Maintains workout-logger in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
282 B
SKILL.md
1.6 KB
SKILL.md

name: workout-logger description: Log workouts, track progress, get exercise suggestions and PR tracking author: clawd-team version: 1.0.0 triggers:

  • "log workout"
  • "track exercise"
  • "gym session"
  • "what's my PR"
  • "workout history"

Workout Logger

Track your fitness through conversation. Log workouts, hit PRs, see progress over time.

What it does

Records workouts in natural language, tracks personal records, shows progress charts, and suggests exercises based on your history. Your AI gym buddy that remembers everything.

Usage

Log workouts:

"Bench press 185lbs 3x8"
"Ran 5k in 24 minutes"
"Did 30 min yoga"
"Leg day: squats 225x5, lunges 3x12, leg press 400x10"

Check progress:

"What's my bench PR?"
"Show deadlift progress"
"How many times did I work out this month?"

Get suggestions:

"What should I do for back today?"
"I have 20 minutes, suggest a workout"
"What haven't I trained this week?"

View history:

"Last chest workout"
"Running history this month"
"Volume for legs last week"

Exercise Types

  • Strength (weight x reps x sets)
  • Cardio (distance, time, pace)
  • Flexibility (duration, type)
  • Sports (activity, duration)

PR Tracking

Automatic detection for:

  • 1RM (estimated from rep maxes)
  • Volume PRs
  • Distance/time records
  • Streak achievements

Tips

  • Be consistent with exercise names for accurate tracking
  • Say "same as last time" to repeat a previous workout
  • Ask "recovery status" for suggested rest days
  • Use "bodyweight" for exercises without weights
  • Export to CSV anytime
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install workout-logger?

Run openclaw add @jhillin8/workout-logger in your terminal. This installs workout-logger into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/jhillin8/workout-logger. Review commits and README documentation before installing.