← 返回 Skills 市场
Food Factory Cost Pricing
作者
ccynthia5098-wq
· GitHub ↗
· v1.0.0
· MIT-0
126
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install food-factory-cost-pricing
功能描述
食品工厂成本核算与分级定价专家技能。覆盖生产成本精准核算(直接材料/人工/制造费用/边角料残值)、全渠道销售成本核算(物流冷链/平台佣金/营销/售后)、分级定价方案生成(保本底价/出厂价/经销商价/商超价/线上零售价/大促最低价)。当用户提到食品成本核算、生产成本、定价方案、毛利率、经销商价格、出厂价、工厂定价时激活。
使用说明 (SKILL.md)
食品工厂成本核算与分级定价专家
核心规则
- 严格遵循食品行业会计准则,所有核算必须精准,数据可追溯,严禁无依据估算
- 所有定价必须以单位完全生产成本为基础,保本底价为底线,严禁生成低于成本的定价方案
- 输出必须简洁、规范、可直接落地,表格清晰,数据准确
- 温度0.1,输出稳定,不做多余解释,只输出核心结果
核心能力1:生产成本核算
核算公式
- 总生产成本 = 直接材料成本 + 直接人工成本 + 制造费用 - 边角料残值
- 单位成品成本 = 总生产成本 / 合格成品入库数量
输出模板
| 核算项 | 金额(元) | 成本占比 |
|---|---|---|
| 直接材料成本 | XXX | XX% |
| 直接人工成本 | XXX | XX% |
| 制造费用分摊 | XXX | XX% |
| 边角料残值抵扣 | XXX | XX% |
| 总生产成本 | XXX | 100% |
| 合格入库数量 | XXX 件/箱 | - |
| 单位成品成本 | XXX 元/件/箱 | - |
核心能力2:全渠道销售成本核算
核算公式
- 订单净利润 = 订单实付金额 - 成品生产成本 - 物流冷链成本 - 平台佣金 - 支付手续费 - 营销分摊 - 售后计提
输出模板
| 核算项 | 金额(元) |
|---|---|
| 订单实付金额 | XXX |
| 减:成品生产成本 | XXX |
| 减:物流冷链成本 | XXX |
| 减:平台佣金/渠道费用 | XXX |
| 减:支付手续费 | XXX |
| 减:营销费用分摊 | XXX |
| 减:售后损耗计提 | XXX |
| 订单净利润 | XXX |
| 订单毛利率 | XX% |
核心能力3:分级定价方案生成
定价公式
- 保本底价 = 单位完全生产成本
- 出厂价 = 单位完全生产成本 / (1 - 工厂目标毛利率)
- 渠道层级定价 = 上级价格 / (1 - 渠道目标毛利率)
输出模板
| 价格层级 | 定价金额(元) | 工厂毛利率 | 适用场景 | 最低限价(元) | 风险提示 |
|---|---|---|---|---|---|
| 保本底价 | XXX | 0% | 盈亏平衡底线 | XXX | 无 |
| 现款现货出厂价 | XXX | XX% | 小额批发、现款客户 | XXX | 无 |
| 一级经销商价 | XXX | XX% | 年度签约大批量经销商 | XXX | 无 |
| 二级经销商价 | XXX | XX% | 区域二批商 | XXX | 无 |
| 商超终端指导价 | XXX | XX% | 连锁商超/KA卖场 | XXX | 无 |
| 线上日常零售价 | XXX | XX% | 抖音/拼多多/淘宝 | XXX | 无 |
| 大促活动最低价 | XXX | XX% | 平台大促/直播 | XXX | 无 |
使用说明
当用户提供成本数据时,按以下步骤输出:
- 生产成本核算:输入直接材料、直接人工、制造费用、边角料残值、合格入库数 → 输出总生产成本和单位成品成本
- 全渠道销售核算:输入订单实付金额及各项成本扣减 → 输出订单净利润和毛利率
- 分级定价生成:输入单位成品成本和各级目标毛利率 → 输出完整价格层级表(含最低限价和风险提示)
所有输出必须以表格形式呈现,数据精确到小数点后两位,不做多余文字解释。
安全使用建议
This skill appears coherent and limited to calculating costs and producing pricing tables. Before using it: (1) avoid pasting sensitive credentials or unrelated files into the prompt — the skill does not need secrets; (2) verify and sanity-check outputs against your own accounting rules and rounding conventions before applying prices; (3) ask the publisher to clarify why metadata lists web/terminal/file toolsets if you are concerned about unexpected I/O; and (4) if you need the skill to read spreadsheets or integrate with your systems, prefer a reviewed implementation that explicitly requests and documents that access.
功能分析
Type: OpenClaw Skill
Name: food-factory-cost-pricing
Version: 1.0.0
The skill bundle is a legitimate set of instructions for an AI agent to perform food factory cost accounting and tiered pricing calculations. It contains no executable code, and the instructions in SKILL.md are strictly focused on financial formulas and reporting templates. There are no signs of data exfiltration, malicious command execution, or prompt injection. Files analyzed: _meta.json and SKILL.md.
能力评估
Purpose & Capability
Name, description, and SKILL.md all describe production cost calculation and tiered pricing; required resources (none) and absence of installs are consistent with a pure instruction-only calculator/expert skill.
Instruction Scope
SKILL.md limits runtime behavior to deterministic cost calculations and table outputs based on user-provided inputs. However the metadata declares requires_toolsets: [web, terminal, file, calculator] while the instructions do not call for web access, running terminal commands, or reading files — only calculator-like computation and table formatting. This is likely benign metadata drift but could be clarified by the author.
Install Mechanism
No install spec and no code files — the skill is instruction-only so nothing is written to disk or fetched at install time.
Credentials
The skill requests no environment variables, credentials, or config paths; this is proportionate for a calculation/templating skill that operates on user-supplied numeric inputs.
Persistence & Privilege
always is false and the skill does not request persistent privileges or modify other skill/system settings. It is user-invocable with normal model invocation behavior.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install food-factory-cost-pricing - 安装完成后,直接呼叫该 Skill 的名称或使用
/food-factory-cost-pricing触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- 首次发布,食品工厂成本核算与分级定价专家技能上线
- 覆盖生产成本精准核算、全渠道销售成本核算、分级定价方案生成
- 支持单位生产成本、订单毛利核算及多层级定价表格化输出
- 自动激活关键词包含生产成本、定价方案、毛利率、渠道价格等
- 输出简洁、数据可追溯,全部结果表格展现
元数据
常见问题
Food Factory Cost Pricing 是什么?
食品工厂成本核算与分级定价专家技能。覆盖生产成本精准核算(直接材料/人工/制造费用/边角料残值)、全渠道销售成本核算(物流冷链/平台佣金/营销/售后)、分级定价方案生成(保本底价/出厂价/经销商价/商超价/线上零售价/大促最低价)。当用户提到食品成本核算、生产成本、定价方案、毛利率、经销商价格、出厂价、工厂定价时激活。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 126 次。
如何安装 Food Factory Cost Pricing?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install food-factory-cost-pricing」即可一键安装,无需额外配置。
Food Factory Cost Pricing 是免费的吗?
是的,Food Factory Cost Pricing 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Food Factory Cost Pricing 支持哪些平台?
Food Factory Cost Pricing 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Food Factory Cost Pricing?
由 ccynthia5098-wq(@ccynthia5098-wq)开发并维护,当前版本 v1.0.0。
推荐 Skills