pricing-margin-review

pricing-margin-review is a skill for Codex from jeremylongworth-source/AgentSkills. It costs 48 tokens per session (345 once invoked), scanned A, original, MIT.

A review framework for checking whether the prices of products or services produce healthy margins. Margin is the money left after the relevant costs are taken out.

In plain words
What is it for?
It is for reviewing pricing, package economics, discounting, minimum charges, scope changes, cost reductions, customer mix, and practical pricing actions.
Why use it?
It helps identify whether profitability is being reduced by prices, costs, discounts, service mix, unused capacity, scope creep, or vendor changes.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions Codex.

Good fit It is for reviewing pricing, package economics, discounting, minimum charges, scope changes, cost reductions, customer mix, and practical pricing actions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jeremylongworth-source/agentskills/pricing-margin-review
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 jeremylongworth-source/AgentSkills --skill pricing-margin-review
Clone the repo
git clone --depth 1 https://github.com/jeremylongworth-source/AgentSkills

Made for: Codex.

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-margin-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/jeremylongworth-source/agentskills/pricing-margin-review/github.svg)](https://agentmods.dev/skills/jeremylongworth-source/agentskills/pricing-margin-review)
Your own site
<a href="https://agentmods.dev/skills/jeremylongworth-source/agentskills/pricing-margin-review"><img src="https://agentmods.dev/badge/skills/jeremylongworth-source/agentskills/pricing-margin-review/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 pricing-margin-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/jeremylongworth-source/agentskills/pricing-margin-review"><img src="https://agentmods.dev/badge/skills/jeremylongworth-source/agentskills/pricing-margin-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 48 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 345 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.00048 $0.00345
Opus 5 $0.00024 $0.00172
Sonnet 5 $0.00010 $0.00069
Haiku 4.5 $0.00005 $0.00034

Measured 8d ago against content hash 93f25f279ff7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

pricing-margin-review 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 8d 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/pricing-margin-review/SKILL.md · 46 lines

What it actually says

Pricing Margin Review

Core Workflow

  1. Identify product or service, customer segments, current pricing, cost drivers, margin data, capacity, and constraints from supplied context.
  2. Separate actual numbers, estimates, assumptions, and missing cost inputs.
  3. Identify margin pressure from price, cost, mix, discounting, utilization, scope creep, or vendor changes.
  4. Compare practical options: price increase, packaging, minimums, discounts, scope changes, cost reduction, or customer mix shift.
  5. Summarize customer, cash, capacity, and competitive risks.
  6. Produce an owner-ready pricing action list for review.

Safety Rules

  • This is business analysis support only, not tax, accounting, legal, investment, or financial advice.
  • Do not invent costs, margins, competitor prices, willingness to pay, or customer reactions.
  • Require owner review before price changes, customer commitments, contract changes, or public pricing publication.

Deliverable Shape

For pricing and margin reviews, provide:

  • Pricing and margin context
  • Confirmed numbers and assumptions
  • Margin pressure diagnosis
  • Pricing or packaging options
  • Customer and operational risks
  • Recommended review questions
  • Owner action list

References

  • Read references/pricing-margin-review-checklist.md when reviewing pricing, margin, discounting, package economics, or owner pricing options.
Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 8d ago First seen · 46 lines · 48 tokens per session scan A 93f25f279ff7

Subscribe to this mod's changes

pricing-margin-review is a skill published in the GitHub repository jeremylongworth-source/AgentSkills (1 stars, last pushed 9d ago), licensed MIT. It adds 48 tokens to every session and 345 once invoked, about $0.0002 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-09-03.

Related

Other skills, from other repositories

tb-bar-strategy

Use when generating, modifying, explaining, or reviewing TBQ3 Bar-based trading strategies with OnBar, OnInit, OnReady, entries, exits, MarketPosition, stop profit/loss, sizing, slippage, commission, multi-symbol, or cross-period logic.

itsadrianxv/tradeblazer_skills · 59 tokens

tb-core

Use when working with TBQ3 or TB language code, including strategy generation, syntax questions, trading functions, Bar strategies, event-driven trading, Plot drawing, examples, or TB-specific code review.

itsadrianxv/tradeblazer_skills · 43 tokens

tb-review

Use when reviewing, debugging, or improving TBQ3/TB language code for trading correctness, Bar strategy behavior, order direction, position state, sizing, costs, backtest realism, event timing, multi-symbol logic, or function documentation consistency.

itsadrianxv/tradeblazer_skills · 52 tokens

setup-tradeblazer

Use after installing tradeblazerskills to collect user preferences for TBQ3/TB language work, including task focus, strategy type, document output location, and review expectations.

itsadrianxv/tradeblazer_skills · 42 tokens

ve-midnight-editorial

OpenDesign's financial review: runway, burn, and the sustainability plan that keeps the project independent. Built as a decision-grade data & finance deck for board, leadership.

nexu-io/open-design · 40 tokens

fs-creative-voltage

OpenDesign's seed pitch: the open, local alternative to closed AI design — why now, the wedge, and the ask. Built as a decision-grade fundraising pitch deck for pre-seed & seed VCs.

nexu-io/open-design · 49 tokens