finance-based-pricing-advisor

finance-based-pricing-advisor is a skill for Claude Code, Codex from getcrew44/crew44. It costs 36 tokens per session (5,512 once invoked), scanned A, original, MIT.

A financial review method for deciding whether a proposed pricing change is likely to improve the business. It examines revenue per customer, sign-up conversion, customer loss, net revenue retention, and customer-acquisition payback.

In plain words
What is it for?
Use it to assess price increases, new plans, add-ons, or discounts and make a supported decision about whether to launch them.
Why use it?
It helps compare extra revenue from a price change with possible lost customers, fewer purchases, and slower recovery of sales costs.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: positional $N argument.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/getcrew44/crew44/finance-based-pricing-advisor
Any agent
npx skills add getcrew44/crew44 --skill finance-based-pricing-advisor
Clone the repo
git clone --depth 1 https://github.com/getcrew44/crew44

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for finance-based-pricing-advisor

README.md
[![agentmods](https://agentmods.dev/badge/skills/getcrew44/crew44/finance-based-pricing-advisor.svg)](https://agentmods.dev/skills/getcrew44/crew44/finance-based-pricing-advisor)
Your own site
<a href="https://agentmods.dev/skills/getcrew44/crew44/finance-based-pricing-advisor"><img src="https://agentmods.dev/badge/skills/getcrew44/crew44/finance-based-pricing-advisor.svg" alt="Measured on agentmods" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,512 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00036 $0.05512
Opus 5 $0.00018 $0.02756
Sonnet 5 $0.00007 $0.01102
Haiku 4.5 $0.00004 $0.00551

Measured 6d ago against content hash 0fa65a065502, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

finance-based-pricing-advisor scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

daemon/internal/presets/defaultcrew/skills/product/finance-based-pricing-advisor/SKILL.md · 764 lines

How it starts

The opening of the file, as written. The whole thing — 764 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Purpose

Evaluate the financial impact of pricing changes (price increases, new tiers, add-ons, discounts) using ARPU/ARPA analysis, conversion impact, churn risk, NRR effects, and CAC payback implications. Use this to make data-driven go/no-go decisions on proposed pricing changes with supporting math and risk assessment.

What this is: Financial impact evaluation for pricing decisions you're already considering.

What this is NOT: Comprehensive pricing strategy design, value-based pricing frameworks, willingness-to-pay research, competitive positioning, psychological pricing, packaging architecture, or monetization model selection. For those topics, see the future pricing-strategy-suite skills.

This skill assumes you have a specific pricing change in mind and need to evaluate its financial viability.

Key Concepts

The Pricing Impact Framework

A systematic approach to evaluate pricing changes financially:

  1. Revenue Impact — How does this change ARPU/ARPA?

    • Direct revenue lift from price increase
    • Revenue loss from reduced conversion or increased churn
    • Net revenue impact
  2. Conversion Impact — How does this affect trial-to-paid or sales conversion?

    • Higher prices may reduce conversion rate
    • Better packaging may improve conversion
    • Test assumptions
  3. Churn Risk — Will existing customers leave due to price change?

    • Grandfathering strategy (protect existing customers)
    • Churn risk by segment (SMB vs. enterprise)
    • Churn elasticity (how sensitive are customers to price?)
  4. Expansion Impact — Does this create or block expansion opportunities?

    • New premium tier = upsell path
    • Usage-based pricing = expansion as customers grow
    • Add-ons = cross-sell opportunities
  5. CAC Payback Impact — Does pricing change affect unit economics?

    • Higher ARPU = faster payback
    • Lower conversion = higher effective CAC
    • Net effect on LTV:CAC ratio

Pricing Change Types

Direct monetization changes:

  • Price increase (raise prices for all customers or new customers only)
  • New premium tier (create upsell path)
  • Paid add-on (monetize previously free feature)
  • Usage-based pricing (charge for consumption)

Read the full file on GitHub · 764 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 764 lines · 36 tokens per session scan A 0fa65a065502

Subscribe to this mod's changes

finance-based-pricing-advisor is a skill published in the GitHub repository getcrew44/crew44 (359 stars, last pushed 2mo ago), licensed MIT. It adds 36 tokens to every session and 5,512 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

stock-analysis

Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management, watchlists with alerts, dividend analysis, 8-dimension stock scoring, viral trend detection (Hot Scanner), and rumor/early signal detection. Use for stock analysis, portfolio tracking, earnings reactions, crypto monitoring…

MerkyorLynn/Lynn · 70 tokens

quant-scanner

Quantitative stock scanner with model-driven adaptive factor scoring. Scans 100 US large/mid-cap stocks via Finnhub API, detects market regime (volatility, momentum, breadth), dynamically adjusts factor weights, and produces ranked selection/anomaly lists with HTML reports. Use for US stock screening, quantitative…

MerkyorLynn/Lynn · 90 tokens

a-share-scanner

A股量化选股扫描器,模型驱动自适应因子评分。通过 Tushare 扫描全 A 股 5000+ 只股票,检测市场环境(波动率、动量、资金面、板块轮动),动态调整因子权重,输出选股榜/异动榜/行业分布的 HTML 报告。适用于 A 股选股、量化筛选、因子分析、市场环境诊断、板块轮动、动量策略、价值投资筛选。Use for Chinese A-share stock screening, quantitative stock picking, sector rotation, market regime detection.

MerkyorLynn/Lynn · 140 tokens

fin-m-and-a

M&A integration playbook covering eight modules: strategic rationale, target screening, due diligence (financial/legal/commercial), valuation with valuation bridge, synergy analysis, deal structuring (stock vs. asset, cash vs. equity, earn-out), SPA key clauses, and post-merger integration (PMI). Use for deal…

asgard-ai-platform/skills · 216 tokens

biz-management-accounting

Management accounting toolkit for internal decision support: ABC costing, variance analysis, transfer pricing, and responsibility accounting. Use for product profitability disputes, budget variance diagnosis, inter-division pricing design, and business-unit manager performance evaluation. Triggers…

asgard-ai-platform/skills · 145 tokens

biz-financial-ratios

Analyze financial health using ratio categories: profitability, liquidity, leverage, efficiency, and valuation. Use this skill when the user needs to assess a company's financial performance, compare companies, evaluate creditworthiness, or prepare financial due diligence — even if they say 'is this company…

asgard-ai-platform/skills · 77 tokens