price-check

Solid

Look up what a generation actually costs right now from the provider live pricing page, record it with its source, and quote a run before spending anything. Triggers on "/price-check", "what will this cost", "quote the month", "price this video", "compare providers", "is sound extra", "cost estimate", or before generate-all and any paid generation. Prices expire after 24h; quotes refuse rather than guess, and a quote is never an approval.

AI & Automation 38 stars 6 forks Updated 3 weeks ago MIT

Install

View on GitHub

Quality Score: 86/100

Stars 20%
53
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# /socialforge:price-check — What this run will cost, looked up today Prices here are never remembered. They are looked up, recorded with the URL they came from, and expire after 24 hours. That is not caution for its own sake. On 2026-07-31 a major video model shipped one day after this plugin's model registry was last reviewed, and the registry never knew. In the same week, a provider already wired into SocialForge was selling video at **$0.01/second** while the old cost table assumed **$0.40**. Any price baked into a plugin is wrong on a timetable nobody controls. ## The rule **Never state a cost you did not look up in this session or the last 24 hours.** Not from this file. Not from the model registry. Not from what you remember a model costing. If `price_book.py` says a price is `unknown` or `stale`, that is the answer — go and read the provider's page, then record what you read. ## Looking a price up 1. Find where to look: ```bash python3 "${CLAUDE_PLUGIN_ROOT}/scripts/price_book.py" --action providers ``` That returns each provider's pricing URL and its auth shape. Two things it will tell you that save time: - **Auth differs per provider.** `Authorization: Bearer …` for WaveSpeed and Kie, `Authorization: Key …` for fal.ai, application-default credentials for Vertex. Getting this wrong is the most common reason a first call fails. - **Kie AI blocks automated fetches** (measured: HTTP 403). Do not report that as "no price found" — ask the user for the rate...

Details

Author
indranilbanerjee
Repository
indranilbanerjee/socialforge
Created
5 months ago
Last Updated
3 weeks ago
Language
Python
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

price-check

Look up what a generation actually costs right now from the provider live pricing page, record it with its source, and quote a run before spending anything. Triggers on "/price-check", "what will this cost", "quote the month", "price this video", "compare providers", "is sound extra", "cost estimate", or before generate-all and any paid generation. Prices expire after 24h; quotes refuse rather than guess, and a quote is never an approval.

0 Updated 3 weeks ago
teachskillofskills-ai
AI & Automation Listed

cost-model

Calculate the cost of AI model calls and agent operations. Use this skill whenever a request involves cost, pricing, budget, model choice, token rates, rate limits or concurrency, text-to-video or image-to-video pricing, batch discounts, regional availability, price-history changes, or the AI-compute portion of a customer quote. It covers the costing method, scope rules, quote-staleness checks, 54 text API and gateway SKUs, regional availability, official price-history annotations for current-price SKUs, and public GPU, instance, and reserved-throughput snapshots.

1 Updated 1 months ago
techdolphinJ
AI & Automation Listed

the-price-point-finder

Designs pricing and packaging: the value metric to charge on, tier structure, the price points themselves, and the timing and framing of an increase. Flags the case where an absence of price objections is evidence of being underpriced. Use when setting prices for the first time, restructuring plans, or deciding whether and how to raise them. Boundary: sets the structure. `the-negotiation-coach` handles discounting on one live deal, and `the-margin-builder` computes what a given price actually earns after every variable cost.

1 Updated today
sidchaudhary