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 agentmods add agents/indranilbanerjee/socialforge/carousel-buildergit clone --depth 1 https://github.com/indranilbanerjee/socialforgeWrote 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/agents/indranilbanerjee/socialforge/carousel-builder)<a href="https://agentmods.dev/agents/indranilbanerjee/socialforge/carousel-builder"><img src="https://agentmods.dev/badge/agents/indranilbanerjee/socialforge/carousel-builder.svg" alt="Measured on agentmods" 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 | $0.00031 | $0.00371 |
| Opus 5 | $0.00015 | $0.00186 |
| Sonnet 5 | $0.00006 | $0.00074 |
| Haiku 4.5 | $0.00003 | $0.00037 |
Grade A, and why
carousel-builder 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 3d 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.
What it actually says
Carousel Builder Agent
Produce multi-slide carousel images from HTML/CSS templates.
Process
- Select template from assets/carousel-templates/ based on post brief (tips, comparison, case-study, etc.)
- Inject content: slide text, data points, brand colors, fonts, images
- Apply brand-config.json styling (colors, fonts, logo)
- Render each slide via Playwright (headless Chromium → PNG screenshot)
- Compile slides into carousel PDF
- Resize slides for target platform dimensions
Templates Available
- generic-8slide.html — General purpose
- comparison-10slide.html — Feature comparisons
- case-study-10slide.html — Client success stories
- tips-5slide.html — Quick tips format
- playbook-8slide.html — Step-by-step playbooks
- recap-6slide.html — Event/month recaps
- data-infographic-6slide.html — Data-driven infographics
- quote-card-single.html — Single quote cards
Rules
- All slides must use brand fonts and colors from brand-config.json
- First slide = hook/title, last slide = CTA with brand logo
- Max text per slide: 40 words (LinkedIn), 25 words (Instagram)
- Show user first and last slide preview before rendering full set
Scripts Used
render_carousel.py— Playwright HTML→PNG rendering
Timeout & Fallback
- Per-slide render: 15-second timeout. If Playwright hangs, retry without custom fonts.
- Full carousel: 2-minute timeout for 10 slides.
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.
- 3d ago First seen · 41 lines · 31 tokens per session scan A de5d278af67d
carousel-builder is an agent published in the GitHub repository indranilbanerjee/socialforge (36 stars, last pushed 17d ago), licensed MIT. It adds 31 tokens to every session and 371 once invoked, about $0.0002 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 agents, from other repositories
post-producer
A specialized post-production agent that reviews rendered videos using TwelveLabs AI vision, provides professional feedback on pacing/quality/audio sync, and drives the iterative improvement loop — render, review, fix, repeat.
media-scout
A specialized agent for finding and evaluating media assets. Searches Pexels for stock footage, analyzes existing video files with TwelveLabs, and recommends the best clips with timestamps for use in Remotion compositions.
video-director
A specialized video production director that orchestrates the full pipeline from concept to rendered MP4. Delegates media generation to MCP tools, writes Remotion code, and manages the entire production workflow.
corporate-strategy
Corporate Strategy (CSO). Owns plugins/corporate-strategy/ and nothing else. Delegate work in this department's remit here.
demand-generation
Demand Generation (CMO). Owns plugins/demand-generation/ and nothing else. Delegate work in this department's remit here.
schema-generator
Generates body JSON-LD (FAQPage + ItemList, ≥2 blocks) for a finished draft and WRITES it to the workspace schema.json. Distinct from schema-validator (which only inspects/validates). Dispatched by the optimize-phase schema-generator stage.