economics

Installation
SKILL.md

Calculate the current unit economics for your AI product.

Steps

1. Get pricing from the codebase

Search for credit/pricing constants:

grep -rn "CREDIT\|credit_cost\|COST\|FREE_CREDITS\|signup_bonus\|price\|PRICE" --include="*.py" --include="*.ts" -i

Find:

  • How much users pay (e.g. $5 = 100 credits → $0.05/credit)
  • How many credits each action costs (generation, image, regen, etc.)
  • How many free credits new users get on signup

2. Get current model pricing

Search the web for current pricing for every model you use. Common ones to look up:

  • OpenAI: site:openai.com pricing
  • Anthropic: site:anthropic.com pricing
Related skills

More from tushaarmehtaa/tushar-skills

Installs
5
GitHub Stars
4
First Seen
Mar 8, 2026