Install
$ agentstack add skill-openaccountant-skills-pricing-optimizer ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
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 basistransaction_search— pull revenue by product or service line, identify transaction volumes and average transaction size
Workflow
- Ask for the analysis period and list of products/services offered (or detect from transaction categories).
- Use
transaction_searchto find all revenue transactions, grouped by product/service type. - Calculate: average sale price, total units sold, total revenue per offering.
- Use
spending_summaryto identify direct costs associated with each product/service. - 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
────────────────────────────────────────────────────────────────────
- Flag offerings with margins below 40% as candidates for price increases.
- 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
- Estimate revenue impact of price changes assuming 0-10% volume loss per 10% price increase.
- Rank offerings by total profit contribution (margin * volume) to prioritize optimization effort.
Without Wilson
- Create a spreadsheet with columns: Product/Service, Price Charged, Direct Cost, Units Sold.
- Direct Cost includes materials, labor hours * hourly rate, software, and any cost that only exists because of this product.
- Unit Margin:
=Price-DirectCost. Margin %:=UnitMargin/Price*100. - Total Profit:
=UnitMargin*UnitsSold. - Target Price at desired margin:
=DirectCost/(1-DesiredMarginPercent). - Revenue Impact estimate:
=NewPrice*UnitsSold*0.95(assuming 5% volume drop per 10% price increase — adjust based on your price sensitivity). - For services billed hourly, calculate your effective rate:
=TotalClientPayments/TotalHoursWorked. Compare to market rates on Glassdoor, Upwork, or industry salary surveys. - Use the pricing calculator at priceintelligently.com or profitwell.com/tools for SaaS-specific analysis.
Important Notes
- Cost-plus pricing (cost + desired margin) is a floor, not a ceiling. Value-based pricing often supports higher prices than cost-plus suggests.
- Volume sensitivity varies wildly. Commodity products are price-sensitive; specialized services are not. A 20% price increase on a niche service may lose 0% of clients.
- Do not optimize purely on margin percentage. A 30% margin on $10,000 deals ($3,000 profit) beats a 60% margin on $500 deals ($300 profit) if volume is similar.
- Test price increases on new clients first before changing existing client rates.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: openaccountant
- Source: openaccountant/skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.