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 skills/carta/plugins/carta-agm-deck-buildernpx skills add carta/plugins --skill carta-agm-deck-buildergit clone --depth 1 https://github.com/carta/pluginsWrote 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/skills/carta/plugins/carta-agm-deck-builder)<a href="https://agentmods.dev/skills/carta/plugins/carta-agm-deck-builder"><img src="https://agentmods.dev/badge/skills/carta/plugins/carta-agm-deck-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.00145 | $0.10216 |
| Opus 5 | $0.00072 | $0.05108 |
| Sonnet 5 | $0.00029 | $0.02043 |
| Haiku 4.5 | $0.00015 | $0.01022 |
Grade C, and why
carta-agm-deck-builder scanned grade C with 1 finding 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 5d 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.
Recursive force deletehighDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
rm -rf /tmp/agm-queries/ How it starts
The opening of the file, as written. The whole thing — 565 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGM Deck Builder
Overview
This skill is the single entry point for building AGM (Annual General Meeting) decks. It orchestrates three bundled capabilities:
- Carta MCP (preferred) — fetches live fund performance data (NAV, TVPI, DPI, IRR, portfolio companies, capital activity, benchmarks, fees, balance sheet, LP base) from the
FUND_ADMINdata warehouse. If not connected, falls back to manual user input. - Brand extraction (bundled) — extracts the firm's visual identity from their website using
analyze_website.pyand generates the multi-slide deck themed to that identity. Checks for a previously saved brand board first via the Carta MCP (fa:get:brand_board) with CLI fallback (carta fa get brand-board), and saves new extractions back for future reuse. - Carta badge (bundled) — auto-injects the "Powered by Carta" lockup on every slide via the bundled
carta-mark.jsscript.
All three capabilities are built into this plugin. No additional plugins need to be installed.
What ships with it
19 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- references/agent-a-playbook.md 7.5 KB
- references/agent-b-playbook.md 7.4 KB
- references/assets/logo-dark.svg 1.4 KB
- references/assets/logo-light.svg 1.4 KB
- references/assets/logo-placeholder.svg 1.5 KB
- references/brands/example.css 2.8 KB
- references/design-system/carta-mark.js 4.3 KB runs code
- references/design-system/charts.js 15 KB runs code
- references/design-system/README.md 7.3 KB
- references/design-system/system.css 8.4 KB
- references/design-system/tokens.css 3.9 KB
- references/slide-spec.md 24 KB
- references/slide-templates/deck-nav.js 4.2 KB runs code
- references/slide-templates/deck-shell.html 1.8 KB
- references/slide-templates/deck-stage.js 592 B runs code
- references/slide-templates/README.md 8.7 KB
- references/template.html 77 KB
- scripts/compile_deck.py 84 KB runs code
- scripts/extract_agm_blob.py 3.4 KB runs code
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.
- 5d ago First seen · 565 lines · 145 tokens per session scan C 61d13eee2df4
carta-agm-deck-builder is a skill published in the GitHub repository carta/plugins (12 stars, last pushed yesterday), licensed Apache-2.0. It adds 145 tokens to every session and 10,216 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
libvlc
Expert knowledge of the libvlc C API (3.x and 4.x), the multimedia framework behind VLC media player. Use when helping with LibVLC or LibVLCSharp for media playback, streaming, or transcoding. USE FOR: LibVLC Skill implementation, review, migration, debugging, or documentation work. DO NOT USE FOR: unrelated stacks…
image-describe
Describe the contents of an image file or URL in structured detail.
html-ppt-zhangzara-long-table
OpenDesign's unit-economics and BYOK cost model: the assumptions, the sensitivity, and why it scales. Built as a decision-grade data & finance deck for CFO, investors.
html-ppt-hermes-cyber-terminal
OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.
slides
Create strategic HTML presentations with Chart.js, design tokens, responsive layouts, copywriting formulas, and contextual slide strategies.
polymarket-trading
Use when the user wants to actually PLACE, manage, or redeem bets on Polymarket (not just read odds — that's the blockrunpredexon data tools). Covers setup (deposit wallet, funding, approvals), buy/sell with confirm gating, positions, redeeming winnings, geoblock handling, and the end-to-end flow.