calorie-tracker

star 0

User wants to log food or meals they've eaten

arunrlverma By arunrlverma schedule Updated 2/12/2026

name: calorie_tracker description: User wants to log food or meals they've eaten

Calorie Tracker

Use When

  • User wants to log food or meals they've eaten
  • User asks about calories or macros in a food item
  • User wants a daily nutrition summary

Don't Use When

  • User wants a meal plan for the week (use meal-planner instead)
  • User wants to search for recipes (use recipe-search instead)

Tools

  • log_food(item, quantity, meal) -> logged entry with estimated macros
  • daily_summary(date) -> calories and macros summary
  • lookup_nutrition(item) -> nutritional information

Artifacts

Output saved to: /root/workspace/skills/calorie-tracker/data/

Install via CLI
npx skills add https://github.com/arunrlverma/openclaw-skills --skill calorie-tracker
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator