Analyzes client revenue concentration risk using market shares and Herfindahl-Hirschman Index (HHI) from transaction data. Flags high dependency on few clients.
How this skill is triggered — by the user, by Claude, or both
Slash command
/openaccountant-skills:revenue-concentrationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Measure how dependent your business is on a small number of clients. Calculates each client's revenue share, computes the Herfindahl-Hirschman Index (HHI), and flags dangerous concentration levels.
Measure how dependent your business is on a small number of clients. Calculates each client's revenue share, computes the Herfindahl-Hirschman Index (HHI), and flags dangerous concentration levels.
transaction_search — find all revenue transactions and group by client or source to calculate per-client totalstransaction_search to find all incoming payments (positive amounts).REVENUE CONCENTRATION — [Period]
═══════════════════════════════════════════════════
Client Revenue Share Cumulative
───────────────────────────────────────────────────
Acme Corp $48,000 40.0% 40.0%
Beta LLC $30,000 25.0% 65.0%
Gamma Inc $18,000 15.0% 80.0%
Delta Co $12,000 10.0% 90.0%
Other (3 clients) $12,000 10.0% 100.0%
───────────────────────────────────────────────────
Total Revenue $120,000 100.0%
Herfindahl Index (HHI): 2,550
Concentration Level: HIGH
Top Client Dependency: 40.0%
Risk Assessment:
- Losing Acme Corp would eliminate 40% of revenue
- Top 2 clients = 65% of revenue
- Top 3 clients = 80% of revenue
═══════════════════════════════════════════════════
=ClientRevenue/TotalRevenue*100.=Share^2. Then =SUM(SquaredShares).=SUM($B$2:B2)/TotalRevenue*100 (assuming column B is revenue, sorted descending).npx claudepluginhub openaccountant/skillsAnalyzes revenue and direct costs per client using transaction data, allocates overhead by revenue share, computes profit margins, and ranks accounts. Flags low-margin clients.
Calculate SaaS revenue, retention, and growth metrics. Use when diagnosing momentum, churn, expansion, or product-market-fit signals.
Analyzes profitability per customer, product, or transaction to assess business model viability. Covers CAC, LTV, contribution margin, cohort analysis, and growth-readiness.