revenue-concentration
Installation
SKILL.md
Revenue Concentration Risk
Overview
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.
Wilson Tools Used
transaction_search— find all revenue transactions and group by client or source to calculate per-client totals
Workflow
- Ask for the analysis period (recommend 12 months for accuracy).
- Use
transaction_searchto find all incoming payments (positive amounts). - Group by vendor/payee name to get per-client revenue totals.
- Calculate each client's revenue share as a percentage of total.
- Compute the Herfindahl-Hirschman Index: HHI = sum of (each client's market share percentage squared).
- Generate the report:
Related skills