用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/cosmoslab58/mealie-planner --skill recipe-nutrition-imputation命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | recipe-nutrition-imputation |
| description | Estimate structured per-serving nutritional information for recipes missing this data. |
This skill provides instructions for generating structured per-serving nutritional estimates for Mealie recipes that lack complete nutritional profiles.
name: The name of the recipe.description: A description of the dish.servings: The number of servings/yield of the recipe.ingredients: The raw or structured ingredients list.instructions: The step-by-step preparation and cooking instructions.servings count (fallback to 4 if not specified) to calculate the nutritional values per single serving of the prepared dish.calories: Total energy (kcal, integer).proteinContent: Protein (g, decimal or integer).carbohydrateContent: Total carbohydrates (g, decimal or integer).fatContent: Total fat (g, decimal or integer).fiberContent: Dietary fiber (g, decimal or integer). Highly prioritize fiber-rich foods (beans, vegetables, whole grains).sodiumContent: Sodium (mg, integer). Consider salt, soy sauce, stocks, etc.sugarContent: Sugar (g, decimal or integer).cholesterolContent: Cholesterol (mg, integer).{
"calories": "350",
"proteinContent": "23",
"carbohydrateContent": "48",
"fatContent": "9",
"fiberContent": "20",
"sodiumContent": "650",
"sugarContent": "5",
"cholesterolContent": "0"
}