← Back to Skills Marketplace
luzewen

Recipe Manager

by 卢泽文 · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
43
Downloads
5
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install liuxiaoying-recipe-manager
Description
商用原料配方库。支持录入糖水、小料(芋圆、珍珠、四果汤、福鼎肉片等)的克数配方,多版本配比和做法,一键调取标准配比,自动计算单份成本与总成本,一键导出为表格(CSV/Excel)。 触发词:“配方”、“原料”、“成本”、“录入配方”、“调取芋圆配方”、“四果汤怎么做”、“导出配方表”、“计算成本”等。
README (SKILL.md)

Recipe Manager Skill

功能说明

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

使用示例

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

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

成本计算逻辑

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

注意事项

  • 单价若说“每斤”,自动转换
  • 导出表格包含:配方名、版本、原料列表、做法、成本
Usage Guidance
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install liuxiaoying-recipe-manager
  3. After installation, invoke the skill by name or use /liuxiaoying-recipe-manager
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release of Recipe Manager skill - 支持录入糖水、小料等商用原料配方,包含原料克数与做法说明 - 同一配方可保存多个版本,方便版本管理与配比切换 - 自动计算单份及总配方成本,支持单位自动换算 - 自然语言触发,一键调取标准配比和配方做法 - 可将配方数据导出为 CSV 或 Excel 表格
Metadata
Slug liuxiaoying-recipe-manager
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Recipe Manager?

商用原料配方库。支持录入糖水、小料(芋圆、珍珠、四果汤、福鼎肉片等)的克数配方,多版本配比和做法,一键调取标准配比,自动计算单份成本与总成本,一键导出为表格(CSV/Excel)。 触发词:“配方”、“原料”、“成本”、“录入配方”、“调取芋圆配方”、“四果汤怎么做”、“导出配方表”、“计算成本”等。 It is an AI Agent Skill for Claude Code / OpenClaw, with 43 downloads so far.

How do I install Recipe Manager?

Run "/install liuxiaoying-recipe-manager" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Recipe Manager free?

Yes, Recipe Manager is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Recipe Manager support?

Recipe Manager is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Recipe Manager?

It is built and maintained by 卢泽文 (@luzewen); the current version is v0.1.0.

💬 Comments