35 lines
695 B
Markdown
35 lines
695 B
Markdown
# Fitness Tracker Template
|
|
|
|
## Overview
|
|
|
|
Your personal fitness coach that helps you:
|
|
- Stay consistent with workouts
|
|
- Track progress over time
|
|
- Reach fitness goals
|
|
- Maintain healthy habits
|
|
|
|
## Quick Start
|
|
|
|
1. Install required skills:
|
|
```bash
|
|
npx clawhub@latest install apple-health
|
|
npx clawhub@latest install apple-reminders
|
|
```
|
|
|
|
2. Configure your goals in MEMORY.md
|
|
|
|
3. Start logging your workouts!
|
|
|
|
## Features
|
|
|
|
- 🏋️ Workout logging and tracking
|
|
- 📊 Progress visualization
|
|
- 🎯 Goal monitoring
|
|
- 💪 Personalized suggestions
|
|
- 🏆 Achievement celebrations
|
|
|
|
## Customization
|
|
|
|
Edit `workflows/*.yaml` to adjust timing and actions.
|
|
Edit `MEMORY.md` to customize goals.
|