π¦ ClawHub
Nutrition Tracker
by @abstract-sum
Track daily calories and macros in Obsidian, with profile initialization (sex/height/weight/goal) and goal-based target checks. Includes i18n (zh-CN/en-US)....
π‘ Examples
1) Initialize / update profile
bash ~/.openclaw/workspace/skills-public/nutrition-tracker/scripts/nutrition_init.sh \
--sex male \
--height 175 \
--weight 75 \
--activity office \
--goal cut \
--kcal 2200 \
--lang zh-CN
2) Log a meal
bash ~/.openclaw/workspace/skills-public/nutrition-tracker/scripts/nutrition_log.sh \
--date "2026-03-04" --time "19:54" --meal dinner \
--desc "rice 150g; potato 120g; meat+egg 200g; soup 200g" \
--kcal 830 --p 45 --c 69 --f 40 \
--lang zh-CN
3) Check whether today's targets are met
bash ~/.openclaw/workspace/skills-public/nutrition-tracker/scripts/nutrition_check_today.sh \
--date "2026-03-04" \
--lang zh-CN
π Tips & Best Practices
TERMINAL
clawhub install nutrition-tracker