Agent Skillsmohitagw15856/pm-claude-skills › pricing-calculator

pricing-calculator

GitHub

用于计算定价场景的数学模型,包括分层毛利率、盈亏平衡点及价格变动的收入影响。需输入成本、价格和弹性假设,输出详细计算表格与基于数据的决策建议,确保假设透明且逻辑严谨。

plugins/pm-calculators/skills/pricing-calculator/SKILL.md mohitagw15856/pm-claude-skills

Trigger Scenarios

计算分层定价的毛利率 寻找盈亏平衡销量或MRR 模拟涨价对收入和利润的影响 根据目标利润率设定分层价格

Install

npx skills add mohitagw15856/pm-claude-skills --skill pricing-calculator -g -y
More Options

Non-standard path

npx skills add https://github.com/mohitagw15856/pm-claude-skills/tree/main/plugins/pm-calculators/skills/pricing-calculator -g -y

Use without installing

npx skills use mohitagw15856/pm-claude-skills@pricing-calculator

指定 Agent (Claude Code)

npx skills add mohitagw15856/pm-claude-skills --skill pricing-calculator -a claude-code -g -y

安装 repo 全部 skill

npx skills add mohitagw15856/pm-claude-skills --all -g -y

预览 repo 内 skill

npx skills add mohitagw15856/pm-claude-skills --list

SKILL.md

Frontmatter
{
    "name": "pricing-calculator",
    "description": "Model pricing scenarios — tiers, margins, break-even, and the revenue impact of a price change. Use when asked to calculate pricing, model a price increase, find break-even volume, set tier prices to a margin target, or estimate the revenue effect of a pricing change. Produces a computed pricing model (per-tier margin, break-even units, price-change revenue impact with an elasticity assumption) and a recommendation."
}

Pricing Calculator Skill

Pricing decisions are usually made on gut and defended with a spreadsheet built under deadline. This skill does the math cleanly: the margin on each tier, the break-even volume, and the revenue impact of a price change under an explicit elasticity assumption — so a pricing proposal rests on numbers, with the assumptions visible. (For the strategy — model, packaging, positioning — pair with pricing-strategy; this runs the numbers.)

Required Inputs

Ask for these only if they aren't already provided:

  • The scenario — set a tier price to a margin target, find break-even, or model a price change.
  • Costs — variable cost per unit/seat, and fixed costs if you want break-even.
  • Current price & volume (for a price-change model).
  • Elasticity assumption — expected % volume change per % price change (state it; it's the key lever and it's an estimate).

Output Format

Pricing Model: [product / scenario]

1. The numbers (via the helper):

  • Per tier: price, variable cost, gross margin %, contribution per unit.
  • Break-even: units (or MRR) to cover fixed costs at this price/margin.
  • Price-change impact: at +X% price with an assumed Y% volume change → net revenue and margin effect, vs. status quo.
Scenario Price Volume Revenue Margin
Today
Proposed

2. The recommendation — what the math supports, and the volume drop you could absorb before the change loses money (the break-even elasticity — the most decision-useful number).

3. Assumptions — elasticity is an estimate; state it, and how sensitive the conclusion is to it.

Programmatic Helper

scripts/pricing.py (stdlib only) runs the margin / break-even / price-change math:

# in.json: {"current_price":50,"variable_cost":10,"current_volume":1000,"price_change_pct":0.2,"volume_change_pct":-0.1,"fixed_costs":20000}
python3 scripts/pricing.py in.json
python3 scripts/pricing.py in.json --json

Quality Checks

  • Margins are computed on price minus variable cost, shown as % and absolute
  • The elasticity assumption is stated explicitly (not hidden in the result)
  • The price-change model reports the break-even volume drop you can absorb
  • Break-even uses fixed costs and contribution margin correctly
  • The conclusion notes how sensitive it is to the elasticity guess

Anti-Patterns

  • Do not model a price rise assuming volume holds — always state an elasticity, even a conservative one
  • Do not compute margin on revenue — use contribution (price − variable cost)
  • Do not present one elasticity as fact — show the break-even elasticity so the reader judges the risk
  • Do not ignore fixed costs in break-even — contribution must cover them before profit
  • Do not confuse this with strategy — the number doesn't decide the model/packaging; pair with pricing-strategy

Based On

Pricing & break-even analysis — contribution margin, break-even volume, price-elasticity sensitivity.

Version History

  • a38bc30 Current 2026-07-05 11:12

Same Skill Collection

exports/openclaw/360-feedback-template/SKILL.md
exports/openclaw/401k-plan-decoder/SKILL.md
exports/openclaw/ab-test-planner/SKILL.md
exports/openclaw/ab-test-readout/SKILL.md
exports/openclaw/accessibility-audit/SKILL.md
exports/openclaw/account-plan/SKILL.md
exports/openclaw/acquirer-red-team/SKILL.md
exports/openclaw/ad-copy/SKILL.md
exports/openclaw/aeo-optimizer/SKILL.md
exports/openclaw/agenda-or-cancel/SKILL.md
exports/openclaw/agent-design-review/SKILL.md
exports/openclaw/agent-hiring-panel/SKILL.md
exports/openclaw/agent-observability-spec/SKILL.md
exports/openclaw/agent-severance/SKILL.md
exports/openclaw/agent-spec/SKILL.md
exports/openclaw/agm-in-a-box/SKILL.md
exports/openclaw/ai-ethics-review/SKILL.md
exports/openclaw/ai-eval-plan/SKILL.md
exports/openclaw/ai-feature-prd/SKILL.md
exports/openclaw/ai-product-canvas/SKILL.md
exports/openclaw/air-quality/SKILL.md
exports/openclaw/altitude-shifter/SKILL.md
exports/openclaw/ambiguity-resolver/SKILL.md
exports/openclaw/analyst-relations-brief/SKILL.md
exports/openclaw/announcement-card/SKILL.md
exports/openclaw/api-docs-writer/SKILL.md
exports/openclaw/api-test-plan/SKILL.md
exports/openclaw/api-versioning-strategy/SKILL.md
exports/openclaw/apology-letter/SKILL.md
exports/openclaw/architecture-decision-record/SKILL.md
exports/openclaw/architecture-diagram/SKILL.md
exports/openclaw/archive-strategy/SKILL.md
exports/openclaw/assumption-bounty/SKILL.md
exports/openclaw/assumption-mapper/SKILL.md
exports/openclaw/async-update-format/SKILL.md
exports/openclaw/auto-repair-estimate-decoder/SKILL.md
exports/openclaw/autopilot-charter/SKILL.md
exports/openclaw/behavior-intervention-plan/SKILL.md
exports/openclaw/benefits-decoder/SKILL.md
exports/openclaw/bennett-time-audit/SKILL.md
exports/openclaw/bid-tender-review/SKILL.md
exports/openclaw/board-deck-narrative/SKILL.md
exports/openclaw/board-game-designer/SKILL.md
exports/openclaw/board-minutes/SKILL.md
exports/openclaw/board-pre-read/SKILL.md
exports/openclaw/bom-cost-review/SKILL.md
exports/openclaw/bookkeeping-categorization/SKILL.md
exports/openclaw/boolean-search-builder/SKILL.md
exports/openclaw/brag-doc/SKILL.md
exports/openclaw/brainstorming/SKILL.md

Metadata

Files
0
Version
e4def4c
Hash
21b7d048
Indexed
2026-07-05 11:12

- 위키
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-07-31 09:38
浙ICP备14020137号-1 $방문자$