/install calorie-compass
Calorie Compass is a nutrition estimation skill that helps calculate the approximate calorie content of food based on different types of input.
It can work in the following ways:
-
Food name and amount
When the user provides the name of a food item along with its quantity, serving size, or portion description, the skill estimates the total calories.
Examples:- 2 slices of pizza
- 1 cup of rice
- 150 grams of grilled chicken
-
Multiple food items in one meal
The skill can calculate calories for a full meal by handling multiple food items together and summing the total estimated calorie intake.
Example:- 2 eggs, 2 slices of toast, and 1 banana
-
Food image-based estimation
If the user uploads an image of food, the skill can identify the visible food items, estimate portion sizes as closely as possible, and provide an approximate calorie count. Since image-based estimates depend on visual interpretation, the result should be presented as an estimate rather than an exact value. -
Flexible portion understanding
The skill should understand common quantity formats such as:- grams
- ounces
- cups
- pieces
- bowls
- slices
- spoons
- plates
Behavior guidelines:
- Always clarify that calorie values are estimates, especially for homemade meals, mixed dishes, and image-based inputs.
- When portion size is unclear, make a reasonable assumption and state it explicitly.
- If the food item can vary widely in calories depending on preparation method, mention the variation. Example: fried chicken vs grilled chicken
- When possible, provide both per-item calories and total meal calories.
- If an image contains multiple foods, identify each visible item before estimating the total.
- If confidence is low from the image, say so clearly.
Example outputs:
- “1 medium banana contains approximately 105 calories.”
- “Your meal appears to include rice, grilled chicken, and sautéed vegetables. Estimated total: 520–620 calories.”
- “Assuming this is 1 cup of cooked pasta, the calorie estimate is around 200 calories.”
Optional extension:
- The skill may also provide macronutrient estimates such as protein, carbs, and fat when enough information is available.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install calorie-compass - 安装完成后,直接呼叫该 Skill 的名称或使用
/calorie-compass触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Calorie Compass 是什么?
Estimate calorie content from food names, portion sizes, or food images. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 118 次。
如何安装 Calorie Compass?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install calorie-compass」即可一键安装,无需额外配置。
Calorie Compass 是免费的吗?
是的,Calorie Compass 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Calorie Compass 支持哪些平台?
Calorie Compass 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Calorie Compass?
由 rajib(@rajib76)开发并维护,当前版本 v1.0.0。