sku-profitability

sku-profitability is a skill for Claude Code from JeffBrines/openfpa. It costs 53 tokens per session (694 once invoked), scanned A, original, MIT.

A product-profit analysis skill for businesses that sell distinct products identified by stock-keeping units, or SKUs. It ranks products by profit and contribution rather than sales alone.

In plain words
What is it for?
Use it to compare product economics, perform an 80/20 analysis, and decide which products to cut, reprice, promote, or keep.
Why use it?
It shows which products actually make money and reveals products that reduce overall margin, including the small group that may account for most profit.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the openfpa plugin — 14 skills shipped together

Good fit Use it to compare product economics, perform an 80/20 analysis, and decide which products to cut, reprice, promote, or keep.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jeffbrines/openfpa/sku-profitability
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.

Any agent
npx skills add JeffBrines/openfpa --skill sku-profitability
Clone the repo
git clone --depth 1 https://github.com/JeffBrines/openfpa

Made for: Claude Code.

Or install openfpa, the plugin that ships this one along with the rest of its 14 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 sku-profitability

README.md
[![agentmods](https://agentmods.dev/badge/skills/jeffbrines/openfpa/sku-profitability/github.svg)](https://agentmods.dev/skills/jeffbrines/openfpa/sku-profitability)
Your own site
<a href="https://agentmods.dev/skills/jeffbrines/openfpa/sku-profitability"><img src="https://agentmods.dev/badge/skills/jeffbrines/openfpa/sku-profitability/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for sku-profitability

Your own site · 80×15
<a href="https://agentmods.dev/skills/jeffbrines/openfpa/sku-profitability"><img src="https://agentmods.dev/badge/skills/jeffbrines/openfpa/sku-profitability.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 694 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00053 $0.00694
Opus 5 $0.00026 $0.00347
Sonnet 5 $0.00011 $0.00139
Haiku 4.5 $0.00005 $0.00069

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

Security

Grade A, and why

sku-profitability 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 10d 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.

skills/generated/sku-profitability/SKILL.md · 54 lines

How it starts

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

SKU Profitability

Generated skill (example). This is the kind of bespoke skill fpa-learn-business proposes when the business profile says "product company with a discrete SKU set." It lives in skills/generated/ - in a real engagement it would be written into the client's repo after human approval, citing the profile facts that justify it (here: a limited-SKU D2C brand where per-product economics drive the mix decision).

Overview

The channel-level forecast tells you the business is healthy; it doesn't tell you which products carry it. This skill computes per-SKU economics and the Pareto curve so you can see the 80/20, find margin-dilutive SKUs, and make cut/reprice/push calls.

Core principle: Revenue flatters; margin and contribution decide. Rank by gross profit, not by sales.

When to use

  • "Which products actually make money?" / "what should we cut?"
  • Product-mix, pricing, or assortment-rationalization decisions
  • Any product business with a discrete SKU set (especially limited-SKU brands)

Workflow

  1. Load the SKUs (annual units, price, unit cost):

    import pyfpa
    skus = pyfpa.load_skus("examples/ridgeline/skus.yaml")   # or build [Sku(...)] inline
    df = pyfpa.sku_profitability(skus)
    

    df is sorted by gross profit (desc), indexed by SKU, with columns: units, revenue, cogs, gross_profit, gross_margin, revenue_share, cumulative_revenue_pct.

  2. Find the 80/20:

    n = pyfpa.pareto_breakpoint(df, threshold=0.8)   # SKUs that make 80% of revenue
    
  3. Read the signals:

    • Top of the list (high gross profit) - protect and push these.
    • High revenue, low gross_margin - reprice or renegotiate cost; they're buying share with your margin.
    • Low revenue_share AND low margin - candidates to cut (carrying cost without contribution).
    • The Pareto tail - if the bottom SKUs add complexity (SKUs to manage, inventory to hold) without margin, rationalize them.

Read the full file on GitHub · 54 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. 10d ago First seen · 54 lines · 53 tokens per session scan A 6d61c637d4d2

Subscribe to this mod's changes

sku-profitability is a skill published in the GitHub repository JeffBrines/openfpa (6 stars, last pushed 2mo ago), licensed MIT. It adds 53 tokens to every session and 694 once invoked, about $0.0003 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-31.

Related

Other skills, from other repositories

paid-ads-amazon

Plan and review Amazon Ads with margin-aware ACoS, product, and search-term guardrails. Use for Amazon advertising, Sponsored Products, Sponsored Brands, Sponsored Display, ASIN targeting, Amazon ACoS, or Amazon Ads performance exports.

nowork-studio/notfair-plugin · 55 tokens

beat-sync-reel

Generates Instagram Reels where product image cuts are synced to audio beats. Accepts audio as a local file, URL, or search query. Uses librosa for beat detection, FFmpeg Ken Burns for scene animation, and Pillow for text overlays. No AI video generation — fully free, fast, and scalable.

gooseworks-ai/goose-skills · 68 tokens

ebay-search

Search eBay listings - find items, auctions, deals, and compare prices.

gooseworks-ai/goose-skills · 19 tokens

einbeziehung-online-clickwrap-browsewrap

Für Einbeziehung Online Clickwrap Browsewrap: ordnet Norm, Beweislast und Gegenargument; Ergebnis: Prüfprodukt mit Risiko und nächstem Schritt.

Klotzkette/claude-fuer-deutsches-recht · 42 tokens

kurzfristige-preiserhoehung-lieferfrist

Für Kurzfristige Preiserhöhung 309: prüft Frist, Form, Zuständigkeit und Eilbedarf; Ergebnis: Fristen- und Risikoampel. Fachgebiet: AGB-Recht-Prüfer. Route: kurzfristige-preiserhoehung-lieferfrist.

Klotzkette/claude-fuer-deutsches-recht · 72 tokens

plattform-online-gate-rollout-rangfolge

Für Plattform und Online Checkout: ordnet Norm, Beweislast und Gegenargument; Ergebnis: Prüfprodukt mit Risiko und nächstem Schritt. Fachgebiet: AGB-Recht-Prüfer. Route: plattform-online-gate-rollout-rangfolge.

Klotzkette/claude-fuer-deutsches-recht · 62 tokens