Loading...
Loading...
Track runs with Nike Run Club - view running history, achievements, and training progress
npx skill4agent add andrejones92/canifi-life-os nike-run-clubcurl -sSL https://canifi.com/skills/nike-run-club/install.sh | bashcp -r skills/nike-run-club ~/.canifi/skills/# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set NIKE_EMAIL "your-email@example.com"
canifi-env set NIKE_PASSWORD "your-password"canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"User: "How many miles have I run this month?"
Claude: I'll check your monthly mileage.
1. Opening Nike Run Club via Playwright MCP
2. Accessing activity history
3. Summing this month's runs
4. Reporting total distanceUser: "What running achievements have I unlocked?"
Claude: I'll show your achievements.
1. Navigating to achievements
2. Listing unlocked badges
3. Showing recent achievements
4. Noting next milestonesUser: "How was my last run?"
Claude: I'll review your last run.
1. Accessing activity feed
2. Finding most recent run
3. Viewing pace and distance
4. Summarizing performance