Track runs with Nike Run Club - view running history, achievements, and training progress
Enables Claude to use Nike Run Club for running tracking including viewing run history, achievements, challenges, and training program progress.
curl -sSL https://canifi.com/skills/nike-run-club/install.sh | bash
Or manually:
cp -r skills/nike-run-club ~/.canifi/skills/
Configure via canifi-env:
# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set NIKE_EMAIL "[email protected]"
canifi-env set NIKE_PASSWORD "your-password"
Your credentials, your choice. Canifi LifeOS respects your privacy.
If you prefer not to share credentials with Claude Code:
If you're comfortable sharing credentials, you can store them locally:
canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"
Note: Credentials stored in canifi-env are only accessible locally on your machine and are never transmitted.
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 distance
User: "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 milestones
User: "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
When Nike Run Club updates: