Track calories with Lose It! - log food, track weight, and monitor nutrition goals
Enables Claude to use Lose It! for calorie and weight tracking including viewing food logs, monitoring weight trends, and checking nutrition goals.
curl -sSL https://canifi.com/skills/lose-it/install.sh | bash
Or manually:
cp -r skills/lose-it ~/.canifi/skills/
Configure via canifi-env:
# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set LOSEIT_EMAIL "[email protected]"
canifi-env set LOSEIT_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 calories do I have left today?"
Claude: I'll check your budget.
1. Opening Lose It! via Playwright MCP
2. Accessing today's diary
3. Viewing calorie total
4. Calculating remaining
5. Reporting budget status
User: "How's my weight trending this month?"
Claude: I'll analyze your weight trend.
1. Accessing weight section
2. Viewing monthly data
3. Calculating trend
4. Comparing to goal
User: "What did I eat for lunch this week?"
Claude: I'll review your lunches.
1. Accessing food diary
2. Filtering to lunch meals
3. Listing this week's entries
4. Summarizing patterns
When Lose It! updates: