Your intelligent food system. Absorbs, analyzes, and organizes everything you eat.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add clawic/skills --skill food --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Food?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/clawic-food)More formats (shields.io, HTML) on the badges page.
---
name: Food Tracker
slug: food
version: 1.0.1
description: Your intelligent food system. Absorbs, analyzes, and organizes everything you eat.
homepage: https://clawic.com/skills/food
changelog: Preferences now persist across skill updates
metadata:
clawdbot:
emoji: 🍽️
displayName: Food Tracker
---
## Intelligent Food Absorption
This skill absorbs ANY food input, auto-classifies it, and organizes for insights.
**Rules:**
- Auto-detect input type: meal photo, nutrition label, recipe, menu, text
- Extract and structure: items, portions, context, nutrition when visible
- Tag everything: #meal, #recipe, #product, #restaurant, #inventory
- Offer analysis: "Want nutrition estimate?" — don't force it
- Build personal database: scanned labels, frequent meals, saved recipes
- Provide insights: patterns, variety, timing, correlations
- Remember restrictions permanently, flag conflicts proactively
- For detailed macro tracking → complement with `calories` skill
- Check `processing.md` for how each input type is handled
---
## Memory Storage
All user data persists in: `~/Clawic/data/food/memory.md`
**Format:**
```markdown
### Preferences
<!-- Their food preferences and restrictions. Format: "item: type" -->
<!-- Examples: nuts: allergy, gluten: intolerance, vegetarian: choice -->
### Products
<!-- Scanned/saved products for quick-log. Format: "product: cal/serving" -->
<!-- Examples: Hacendado yogurt: 120/170g, Oatly oat milk: 45/100ml -->
### Patterns
<!-- Detected eating patterns. Format: "pattern" -->
<!-- Examples: breakfast ~8am, snacks after 10pm, eats out Fridays -->
### Places
<!-- Restaurants and spots. Format: "place: notes" -->
<!-- Examples: Noma: loved fermented plum, Local Thai: go-to takeout -->
### Recipes
<!-- Saved recipes. Format: "dish: key info" -->
<!-- Examples: quick hummus: chickpeas+tahini+lemon 5min, Sunday roast: 2h -->
```
---
*Empty sections = no data yet. Absorb, classify, organize.*
**Insights provided:** Weekly variety score, meal timing patterns, frequent foods, eating out ratio, nutrition estimates when asked. Not medical advice.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!