Skip to content
Category4 skills4 official

Cost

Know what a call cost, and stay inside a budget.


Officialv1.0.0MIT179 lines

Read a Lobstack receipt

lobstack-receipts

Read the receipt Lobstack returns on every model call — cost_usd, savings_usd, baseline_reason — and report cost from it instead of estimating. Use when a response carries x_lobstack or an x-lobstack-* header, when asked what a call or a run cost, or when a cost renders as $0.00.

Read SKILL.md
Officialv1.0.0MIT142 lines

Pick a model tier, not a flagship

lobstack-model-tier

Choose the cheapest model tier that can actually do the task instead of defaulting to a flagship, and verify the choice before spending on it. Use when selecting a model for a feature or agent, when one model dominates a bill, or when asked to cut inference cost without losing quality.

Read SKILL.md
Officialv1.0.0MIT142 lines

Keep an agent inside a budget

lobstack-spend-budget

Hold an agent, job or run inside a hard dollar budget using the per-call cost the Gateway returns, and handle the 402 when an allowance runs out. Use when building an autonomous loop, when asked to cap spend on a task, or when a Gateway call returns 402 Payment Required.

Read SKILL.md
Officialv1.0.0MIT129 lines

Write a cost-aware system prompt

cost-aware-system-prompts

Write or review a system prompt that does not quietly multiply the bill — bounded output, no re-sent bulk, tool schemas counted as the input tokens they are. Use when authoring or reviewing a system prompt, when cost per turn is climbing, or when adding tools to an agent.

Read SKILL.md

Other categories