progress-tracker

star 0

User wants to log a completed workout

arunrlverma By arunrlverma schedule Updated 2/12/2026

name: progress_tracker description: User wants to log a completed workout

Progress Tracker

Use When

  • User wants to log a completed workout
  • User asks about their PRs, progress, or workout history
  • User wants to track body measurements or weight over time

Don't Use When

  • User wants a new workout program (use program-designer instead)
  • User asks about exercise form (use exercise-library instead)

Tools

  • log_workout(date, exercises) -> saved workout entry
  • get_history(period, exercise) -> workout history summary
  • log_measurement(type, value, date) -> saved measurement

Artifacts

Output saved to: /root/workspace/skills/progress-tracker/data/

Install via CLI
npx skills add https://github.com/arunrlverma/openclaw-skills --skill progress-tracker
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator