AI-powered strength workout planner that integrates with Google Tasks.
- Generates personalized daily workout plans using Claude API
- Tracks workout history and completion status
- Integrates with Google Tasks for task management
- Considers user goals, constraints, and equipment availability
Create ~/configs/workout-config.yaml with your workout preferences.
workout-planner generate# Copy the template
mkdir -p ~/configs
cp /data/andrew/dev/anix/sources/workout-planner/workout-config.yaml.template \
~/configs/workout-config.yaml
# Edit with your preferences
vim ~/configs/workout-config.yamlmkdir -p ~/secrets/claude
echo "your-anthropic-api-key" > ~/secrets/claude/api_key.txt
chmod 600 ~/secrets/claude/api_key.txtEnsure these files exist (they should already be configured for task-tools):
~/secrets/google/client_secret.json~/secrets/google/refresh_token.json