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.
git clone --depth 1 https://github.com/danielraffel/generous-corp-marketplaceWrote 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/commands/danielraffel/generous-corp-marketplace/cost)<a href="https://agentmods.dev/commands/danielraffel/generous-corp-marketplace/cost"><img src="https://agentmods.dev/badge/commands/danielraffel/generous-corp-marketplace/cost/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/commands/danielraffel/generous-corp-marketplace/cost"><img src="https://agentmods.dev/badge/commands/danielraffel/generous-corp-marketplace/cost.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.00007 | $0.01418 |
| Opus 5 | $0.00003 | $0.00709 |
| Sonnet 5 | $0.00001 | $0.00284 |
| Haiku 4.5 | $0.00001 | $0.00142 |
Grade A, and why
cost 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 10d 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 — 207 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Design Partner Cost Command
For Claude: Display cost tracking and usage statistics for image generation.
Process
-
Read
.claude/dp.local.mdto get:image_generation.current_daily_spendimage_generation.daily_budget_usdimage_generation.providersstatsgenerated_imagesarray
-
Calculate statistics based on timeframe
-
Display formatted report
Output Formats
Today's Costs (default)
Usage: /dp:cost or /dp:cost today
Image Generation Costs - Today
Provider Breakdown:
- OpenAI DALL-E 3: $0.12 (3 images)
└─ Standard: $0.12 (3 images)
└─ HD: $0.00 (0 images)
- Gemini Imagen: $0.00 (0 images)
Total: $0.12 / $5.00 daily budget (2%)
Recent generations:
1. img-003 - Gamified Timer mockup - $0.04 - 2:35 PM
2. img-002 - AI Buddy concept art - $0.04 - 2:25 PM
3. img-001 - Study app hero image - $0.04 - 2:20 PM
Budget status: Well within limit
Estimated remaining: ~122 images at current rate
Weekly View
Usage: /dp:cost week
Image Generation Costs - This Week
Daily breakdown:
Mon 1/13: $0.32 (8 images)
Tue 1/14: $0.28 (7 images)
Wed 1/15: $0.16 (4 images)
Thu 1/16: $0.12 (3 images) ← Today
Fri 1/17: $0.00
Sat 1/18: $0.00
Sun 1/19: $0.00
Week total: $0.88 (22 images)
Average per day: $0.22
Projected month: $6.60
Provider preference:
DALL-E 3: 95% (21 images)
Gemini: 5% (1 image)
Monthly View
Usage: /dp:cost month
Image Generation Costs - January 2026
Week-by-week:
Week 1 (Jan 1-7): $2.40 (60 images)
Week 2 (Jan 8-14): $1.92 (48 images)
Week 3 (Jan 15-21): $0.88 (22 images) ← Current
Week 4 (Jan 22-28): $0.00
Week 5 (Jan 29-31): $0.00
Month total: $5.20 (130 images)
Average per day: $0.33
Days with generation: 16 days
Most active day: Jan 5 ($0.48, 12 images)
Cost distribution:
DALL-E Standard: $4.96 (124 images)
DALL-E HD: $0.16 (2 images)
Gemini: $0.08 (4 images)
Image types generated:
- UI Mockups: 78 (60%)
- Concept Art: 32 (25%)
- User Scenarios: 15 (12%)
- Marketing: 5 (3%)
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.
- 10d ago First seen · 207 lines · 7 tokens per session scan A e2b11707d337
cost is a command published in the GitHub repository danielraffel/generous-corp-marketplace (11 stars, last pushed 11d ago), licensed MIT. It adds 7 tokens to every session and 1,418 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 commands, from other repositories
checklist
Generate a custom checklist for the current feature based on user requirements.
clarify
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
specify
Create or update the feature specification from a natural language feature description.
analyze
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
converge
Assess the current codebase against the feature's spec, plan, and tasks, then append any remaining unbuilt work as new tasks to tasks.md so implement can complete it.
implement
Execute the implementation plan by processing and executing all tasks defined in tasks.md.