← 返回 Skills 市场
luzewen

Recipe Manager

作者 卢泽文 · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
43
总下载
5
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install liuxiaoying-recipe-manager
功能描述
商用原料配方库。支持录入糖水、小料(芋圆、珍珠、四果汤、福鼎肉片等)的克数配方,多版本配比和做法,一键调取标准配比,自动计算单份成本与总成本,一键导出为表格(CSV/Excel)。 触发词:“配方”、“原料”、“成本”、“录入配方”、“调取芋圆配方”、“四果汤怎么做”、“导出配方表”、“计算成本”等。
使用说明 (SKILL.md)

Recipe Manager Skill

功能说明

  • 配方管理:录入/修改/删除配方(名称、原料列表、克数、做法步骤、版本号)
  • 多版本支持:同一配方可保存多个版本
  • 成本计算:自动计算单份原料成本 + 总成本
  • 一键调取:通过自然语言调取标准配比
  • 导出表格:导出所有配方为 CSV 文件

使用示例

用户:录入芋圆配方,版本v1,需要木薯粉500克,紫薯200克,白糖100克,做法:蒸熟紫薯,混合木薯粉揉成团,切小块。木薯粉每斤5元,紫薯每斤8元,白糖每斤4元。

AI:已录入「芋圆 v1」,单份成本共 X 元。

成本计算逻辑

  • 原料成本 = Σ (原料克数 × 单价)
  • 单价单位统一为元/克(每斤自动除以500)

注意事项

  • 单价若说“每斤”,自动转换
  • 导出表格包含:配方名、版本、原料列表、做法、成本
安全使用建议
Install only if you are comfortable storing recipe formulas and cost data in local home-directory files. Before exporting, check where the CSV/XLSX will be written and avoid using this for confidential business recipes unless local file backups, sharing, and permissions are acceptable. The package would benefit from clearer prompts or confirmations for export and delete actions.
能力评估
Purpose & Capability
The skill’s capabilities align with its stated purpose: it records recipes, versions, ingredients, costs, retrieves entries, deletes entries, and exports recipe data to CSV/Excel.
Instruction Scope
The skill describes recipe entry, deletion, cost calculation, retrieval, and export, but the trigger language includes broad terms like recipe, ingredients, and cost that could invoke it during ordinary recipe-related discussion.
Install Mechanism
Installation is a manual copy into the OpenClaw skills directory plus an optional pip install of pandas/openpyxl for Excel export; no install-time script, obfuscation, or hidden network behavior is shown.
Credentials
Local read/write access is proportionate for a recipe database, but exports default to predictable files in the user’s home directory and may contain proprietary formulas or pricing data.
Persistence & Privilege
The scripts persist data in ~/.openclaw_recipes.json and export to recipes_export.csv/.xlsx in the home directory by default; deletion is limited to stored recipe entries by id.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install liuxiaoying-recipe-manager
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /liuxiaoying-recipe-manager 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of Recipe Manager skill - 支持录入糖水、小料等商用原料配方,包含原料克数与做法说明 - 同一配方可保存多个版本,方便版本管理与配比切换 - 自动计算单份及总配方成本,支持单位自动换算 - 自然语言触发,一键调取标准配比和配方做法 - 可将配方数据导出为 CSV 或 Excel 表格
元数据
Slug liuxiaoying-recipe-manager
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Recipe Manager 是什么?

商用原料配方库。支持录入糖水、小料(芋圆、珍珠、四果汤、福鼎肉片等)的克数配方,多版本配比和做法,一键调取标准配比,自动计算单份成本与总成本,一键导出为表格(CSV/Excel)。 触发词:“配方”、“原料”、“成本”、“录入配方”、“调取芋圆配方”、“四果汤怎么做”、“导出配方表”、“计算成本”等。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 43 次。

如何安装 Recipe Manager?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install liuxiaoying-recipe-manager」即可一键安装,无需额外配置。

Recipe Manager 是免费的吗?

是的,Recipe Manager 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Recipe Manager 支持哪些平台?

Recipe Manager 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Recipe Manager?

由 卢泽文(@luzewen)开发并维护,当前版本 v0.1.0。

💬 留言讨论