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.
npx skills add mfwarren/entrepreneur-claude-skills --skill pricing-strategygit clone --depth 1 https://github.com/mfwarren/entrepreneur-claude-skillsWrote 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.
[](https://agentmods.dev/skills/mfwarren/entrepreneur-claude-skills/pricing-strategy)<a href="https://agentmods.dev/skills/mfwarren/entrepreneur-claude-skills/pricing-strategy"><img src="https://agentmods.dev/badge/skills/mfwarren/entrepreneur-claude-skills/pricing-strategy/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.
<a href="https://agentmods.dev/skills/mfwarren/entrepreneur-claude-skills/pricing-strategy"><img src="https://agentmods.dev/badge/skills/mfwarren/entrepreneur-claude-skills/pricing-strategy.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00003 | $0.00686 |
| Opus 5 | $0.00002 | $0.00343 |
| Sonnet 5 | $0.00001 | $0.00137 |
| Haiku 4.5 | $0.00000 | $0.00069 |
Grade A, and why
pricing-strategy 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 12d 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.
How it starts
The opening of the file, as written. The whole thing — 94 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Pricing Strategy
Value-based pricing, tiered offers, anchoring, and price sensitivity analysis.
Purpose
Price is the most powerful lever for profitability. A 10% price increase typically adds more to the bottom line than a 10% increase in volume. This skill helps founders price based on value, not cost.
Workflow
Step 1: Gather Context
- Product/service description
- Current pricing (if any)
- Target customer and their budget
- Competitor pricing
- Cost structure (COGS, delivery costs)
- Business model (subscription, one-time, usage)
Step 2: Pricing Model Selection
- Value-based: Price based on outcome delivered (best for most businesses)
- Cost-plus: Price = cost + margin (commodity markets only)
- Competitor-based: Price relative to alternatives
- Usage-based: Price scales with consumption
- Recommend the best model for their situation
Step 3: Tier Design
Most businesses benefit from 3 tiers:
- Starter/Basic: Low price, limited features — exists to anchor
- Professional/Growth: Mid price, best value — this is what you want them to buy
- Enterprise/Premium: High price, everything — exists to make middle look reasonable
For each tier: name, price, features, and who it's for.
Step 4: Pricing Psychology
- Anchoring: Show highest price first
- Charm pricing ($97 vs $100) for B2C
- Round pricing ($500, not $497) for B2B/premium
- Decoy effect: Make the middle tier obviously best value
- Payment plans to reduce perceived cost
Step 5: Price Sensitivity Testing
- Van Westendorp questions (too cheap, cheap, expensive, too expensive)
- Suggest A/B testing approach for digital products
- Grandfather existing customers vs. immediate change
Output Format
## Pricing Strategy: [Product]
### Recommended Model
[Model type and rationale]
### Tier Structure
| Tier | Price | Key Features | Target Customer |
|------|-------|--------------|----------------|
| [Basic] | $X/mo | ... | ... |
| [Pro] | $X/mo | ... | ... |
| [Enterprise] | $X/mo | ... | ... |
### Psychology Tactics
[Applied techniques]
### Implementation Recommendations
[How to roll out the pricing]
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.
- 12d ago First seen · 94 lines · 3 tokens per session scan A d612ad1e3cb0
pricing-strategy is a skill published in the GitHub repository mfwarren/entrepreneur-claude-skills (67 stars, last pushed 7mo ago), licensed MIT. It adds 3 tokens to every session and 686 once invoked, about $0.0000 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-30.
Other skills, from other repositories
modelchk
Size a task's run before spending it: the cheapest sufficient capability tier (fast, standard, frontier) and the reasoning effort within it, on a neutral scale that binds to whatever levels the model exposes. Use when work seems over- or under-powered, costly, ambiguous, or high-risk, or asks which model class and how…
autobahn
Carve guardrail-adjacent items out of scope with safe alternatives before risk-adjacent work starts, then run the safe remainder at full strength in a fresh subagent that only ever sees the carved prompt, never the risky input. Use when a task includes stealth, scraping, privacy, IP, policy, licensing, security, or…
ssotize
Audit and consolidate a fact that's scattered across places into one canonical source, after approval, and replace the rest with references. Use when asked to find duplication, check consistency, locate the source of truth, deduplicate, consolidate, unify, or establish SSOT across artifacts or platforms. Starts…
re0-plan
Open a paperthin iteration's casebook before re0-loop's first turn — seeded with real content the moment the folder exists, never an empty directory. User-invoked, paperthin-only: assumes the full skill package installed. Run when opening a new build cycle in this repo.
dedash
Remove em-dashes and the dashes standing in for them from a user-owned scope, reading each occurrence in context and choosing the punctuation or wording that fits.
feynman
Press a decision you just made until you can explain it to a skeptic in your own words, or surface the gap where you can't. The Feynman test aimed at a choice: understanding is cheapest to fake the moment after you decide, so a fresh critic presses for what you can't actually explain. Use right after picking an…