pricing-optimizer

pricing-optimizer is a skill for Claude Code from openaccountant/skills. It costs 14 tokens per session (799 once invoked), scanned A, original, MIT.

A pricing analysis that compares what products or services sell for with their direct costs and profit margins. A margin is the amount left after those costs are deducted from sales.

In plain words
What is it for?
Grouping sales by product or service, calculating average prices and unit costs, comparing margins, and estimating target prices.
Why use it?
It reveals which offerings may be underpriced and shows how price changes could affect revenue and profitability.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: positional $N argument.

Part of the skills plugin — 44 skills shipped together

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/openaccountant/skills/pricing-optimizer
Any agent
npx skills add openaccountant/skills --skill pricing-optimizer
Clone the repo
git clone --depth 1 https://github.com/openaccountant/skills

Made for: Claude Code.

Or install skills, the plugin that ships this one along with the rest of its 44 skills.

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 pricing-optimizer

README.md
[![agentmods](https://agentmods.dev/badge/skills/openaccountant/skills/pricing-optimizer.svg)](https://agentmods.dev/skills/openaccountant/skills/pricing-optimizer)
Your own site
<a href="https://agentmods.dev/skills/openaccountant/skills/pricing-optimizer"><img src="https://agentmods.dev/badge/skills/openaccountant/skills/pricing-optimizer.svg" alt="Measured on agentmods" height="20"></a>
Per session 14 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 799 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.00014 $0.00799
Opus 5 $0.00007 $0.00400
Sonnet 5 $0.00003 $0.00160
Haiku 4.5 $0.00001 $0.00080

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

Security

Grade A, and why

pricing-optimizer 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.

business/pricing-optimizer/SKILL.md · 57 lines

How it starts

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

Pricing Optimizer

Overview

Compare your current pricing against actual costs to calculate true margins per product or service. Identifies underpriced offerings, estimates the revenue impact of price adjustments, and suggests target pricing based on desired margin.

Wilson Tools Used

  • spending_summary — calculate COGS and direct costs per category to determine cost basis
  • transaction_search — pull revenue by product or service line, identify transaction volumes and average transaction size

Workflow

  1. Ask for the analysis period and list of products/services offered (or detect from transaction categories).
  2. Use transaction_search to find all revenue transactions, grouped by product/service type.
  3. Calculate: average sale price, total units sold, total revenue per offering.
  4. Use spending_summary to identify direct costs associated with each product/service.
  5. Calculate per-offering economics:
PRICING ANALYSIS — [Period]
════════════════════════════════════════════════════════════
Product/Service    Avg Price   Unit Cost   Margin   Volume   Revenue
────────────────────────────────────────────────────────────────────
Web Design Pkg      $3,000      $1,200      60%       8     $24,000
Monthly Retainer    $1,500        $900      40%      12     $18,000
Logo Design           $500        $350      30%      15      $7,500
Rush Projects       $2,000      $1,600      20%       5     $10,000
────────────────────────────────────────────────────────────────────
  1. Flag offerings with margins below 40% as candidates for price increases.
  2. For each underpriced offering, calculate the target price for a desired margin:
    • Target Price = Unit Cost / (1 - Desired Margin)
    • Example: $350 cost, 50% target margin = $350 / 0.50 = $700
  3. Estimate revenue impact of price changes assuming 0-10% volume loss per 10% price increase.
  4. Rank offerings by total profit contribution (margin * volume) to prioritize optimization effort.

Without Wilson

  1. Create a spreadsheet with columns: Product/Service, Price Charged, Direct Cost, Units Sold.
  2. Direct Cost includes materials, labor hours * hourly rate, software, and any cost that only exists because of this product.
  3. Unit Margin: =Price-DirectCost. Margin %: =UnitMargin/Price*100.
  4. Total Profit: =UnitMargin*UnitsSold.
  5. Target Price at desired margin: =DirectCost/(1-DesiredMarginPercent).
  6. Revenue Impact estimate: =NewPrice*UnitsSold*0.95 (assuming 5% volume drop per 10% price increase — adjust based on your price sensitivity).
  7. For services billed hourly, calculate your effective rate: =TotalClientPayments/TotalHoursWorked. Compare to market rates on Glassdoor, Upwork, or industry salary surveys.
  8. Use the pricing calculator at priceintelligently.com or profitwell.com/tools for SaaS-specific analysis.

Read the full file on GitHub · 57 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 · 57 lines · 14 tokens per session scan A 3d816503999f

Subscribe to this mod's changes

pricing-optimizer is a skill published in the GitHub repository openaccountant/skills (66 stars, last pushed 4mo ago), licensed MIT. It adds 14 tokens to every session and 799 once invoked, about $0.0001 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

tax-calculator

Calculate tax implications of trades and generate tax reports.

Signal-Execution-Labs/forex-trading-ai-agent · 13 tokens

jangbu-import

원본 재무 데이터(엑셀·은행 CSV·카드 내역 CSV·영수증 이미지·세금계산서 PDF·카드명세서 PDF)를 표준 거래내역 13개 필드로 변환하는 스킬. PaddleOCR 로컬 처리로 영수증·세금계산서·카드명세서에서 거래 자동 추출, Level 2 민감정보 마스킹 적용.

kimlawtech/korean-jangbu-for · 97 tokens

jangbu-connect

홈택스·은행·카드사 데이터를 자동 수집하기 위한 CODEF API 자격증명 발급·설정 가이드 스킬. 사용자가 직접 CODEF(developer.codef.io)에 무료 가입해 받은 Client ID/Secret을 로컬(macOS Keychain 또는 /.jangbu/credentials.env)에 저장. BYOK(Bring Your Own Key) 방식, 외부 서버 전송 없음. 2026년 4월 기준.

kimlawtech/korean-jangbu-for · 98 tokens

jangbu-tax

세무용 재무제표(재무상태표·손익계산서) 자동 생성 스킬. 국세청 표준계정과목 매핑, 일반기업회계기준(K-GAAP) 간소화 버전. 분류 완료된 거래내역을 기간 지정해 BS·PL로 집계하고 JSON·CSV 파일로 출력.

kimlawtech/korean-jangbu-for · 82 tokens

accountant-expert

Expert-level accounting, tax, financial reporting, and accounting systems. Use when the user mentions accounting, tax, financial reporting, GAAP, or IFRS, or when the task involves Accounting Principles, Financial Statements, Tax & Compliance, or Accounting Systems.

personamanagmentlayer/pcl · 56 tokens

jaz-recipes

Use this skill when modeling complex multi-step accounting transactions — anything that spans multiple periods, involves changing amounts, or requires linked entries. Covers 16 IFRS-compliant recipes (prepaid amortization, deferred revenue, loans, IFRS 16 leases, hire purchase, fixed deposits, asset disposal, FX…

teamtinvio/jaz-ai · 120 tokens