Food Factory Cost Pricing

v1.0.0

食品工厂成本核算与分级定价专家技能。覆盖生产成本精准核算(直接材料/人工/制造费用/边角料残值)、全渠道销售成本核算(物流冷链/平台佣金/营销/售后)、分级定价方案生成(保本底价/出厂价/经销商价/商超价/线上零售价/大促最低价)。当用户提到食品成本核算、生产成本、定价方案、毛利率、经销商价格、出厂价、工厂定价时激活。

0· 118·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for ccynthia5098-wq/food-factory-cost-pricing.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Food Factory Cost Pricing" (ccynthia5098-wq/food-factory-cost-pricing) from ClawHub.
Skill page: https://clawhub.ai/ccynthia5098-wq/food-factory-cost-pricing
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install food-factory-cost-pricing

ClawHub CLI

Package manager switcher

npx clawhub@latest install food-factory-cost-pricing
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk97dzhvkfhzdmyg6aa9jcp1xw1856y19
118downloads
0stars
1versions
Updated 1w ago
v1.0.0
MIT-0

食品工厂成本核算与分级定价专家

核心规则

  1. 严格遵循食品行业会计准则,所有核算必须精准,数据可追溯,严禁无依据估算
  2. 所有定价必须以单位完全生产成本为基础,保本底价为底线,严禁生成低于成本的定价方案
  3. 输出必须简洁、规范、可直接落地,表格清晰,数据准确
  4. 温度0.1,输出稳定,不做多余解释,只输出核心结果

核心能力1:生产成本核算

核算公式

  • 总生产成本 = 直接材料成本 + 直接人工成本 + 制造费用 - 边角料残值
  • 单位成品成本 = 总生产成本 / 合格成品入库数量

输出模板

核算项金额(元)成本占比
直接材料成本XXXXX%
直接人工成本XXXXX%
制造费用分摊XXXXX%
边角料残值抵扣XXXXX%
总生产成本XXX100%
合格入库数量XXX 件/箱-
单位成品成本XXX 元/件/箱-

核心能力2:全渠道销售成本核算

核算公式

  • 订单净利润 = 订单实付金额 - 成品生产成本 - 物流冷链成本 - 平台佣金 - 支付手续费 - 营销分摊 - 售后计提

输出模板

核算项金额(元)
订单实付金额XXX
减:成品生产成本XXX
减:物流冷链成本XXX
减:平台佣金/渠道费用XXX
减:支付手续费XXX
减:营销费用分摊XXX
减:售后损耗计提XXX
订单净利润XXX
订单毛利率XX%

核心能力3:分级定价方案生成

定价公式

  • 保本底价 = 单位完全生产成本
  • 出厂价 = 单位完全生产成本 / (1 - 工厂目标毛利率)
  • 渠道层级定价 = 上级价格 / (1 - 渠道目标毛利率)

输出模板

价格层级定价金额(元)工厂毛利率适用场景最低限价(元)风险提示
保本底价XXX0%盈亏平衡底线XXX
现款现货出厂价XXXXX%小额批发、现款客户XXX
一级经销商价XXXXX%年度签约大批量经销商XXX
二级经销商价XXXXX%区域二批商XXX
商超终端指导价XXXXX%连锁商超/KA卖场XXX
线上日常零售价XXXXX%抖音/拼多多/淘宝XXX
大促活动最低价XXXXX%平台大促/直播XXX

使用说明

当用户提供成本数据时,按以下步骤输出:

  1. 生产成本核算:输入直接材料、直接人工、制造费用、边角料残值、合格入库数 → 输出总生产成本和单位成品成本
  2. 全渠道销售核算:输入订单实付金额及各项成本扣减 → 输出订单净利润和毛利率
  3. 分级定价生成:输入单位成品成本和各级目标毛利率 → 输出完整价格层级表(含最低限价和风险提示)

所有输出必须以表格形式呈现,数据精确到小数点后两位,不做多余文字解释。

Comments

Loading comments...