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 instructions/smartdatabrokers/slideforge-mcp/agents-mdgit clone --depth 1 https://github.com/smartdatabrokers/slideforge-mcpWrote 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/instructions/smartdatabrokers/slideforge-mcp/agents-md)<a href="https://agentmods.dev/instructions/smartdatabrokers/slideforge-mcp/agents-md"><img src="https://agentmods.dev/badge/instructions/smartdatabrokers/slideforge-mcp/agents-md.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.01382 | $0.01382 |
| Opus 5 | $0.00691 | $0.00691 |
| Sonnet 5 | $0.00276 | $0.00276 |
| Haiku 4.5 | $0.00138 | $0.00138 |
Grade A, and why
slideforge-mcp AGENTS.md 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 4d 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 — 82 lines — stays where its author put it; the contents beside it link to each section on GitHub.
SlideForge — agent instructions
SlideForge (slideforge.dev, by Smart Data Brokers GmbH) turns typed slide intents into native, fully editable PowerPoint files. It is a compiler, not a generator: a deterministic engine renders 200+ catalog patterns from structured content — no LLM in the render path — and every response carries a fidelity manifest stating what was bound verbatim vs. model-completed. Copy this file (or its rules) into a project where an agent produces .pptx deliverables.
Connect
MCP (preferred — tools + schemas are self-describing):
# Claude Code
claude mcp add --transport http slideforge https://api.slideforge.dev/mcp/
# Codex CLI / Cursor / Windsurf: streamable-http MCP server at the same URL,
# header "Authorization: Bearer sf_live_YOUR_KEY"
REST (everything also works without MCP): https://api.slideforge.dev/v1/… with the same
Bearer key. Reference: https://slideforge.dev/docs/api — machine-readable rate card at
GET /v1/pricing.
The workflow that works
- Discover the form.
browse_catalog(orGET /v1/catalog) → pick aform(kpi_metrics, waterfall_bridge, gantt_plan, org_structure, funnel, data_table, …).browse_catalog type=schema form=<form>returns the JSON Schema and a copy-pasteable example intent — start from the example, swap in real content, keep the field names. Unsure which form?plan_slidewith the brief is free. - Dry-run first. Send the intent with
dry_run: true→ validation + a fidelity forecast at $0. Fixerrors[](each has a machine code + remedy), then resend withoutdry_run. - Render.
create_slide(one) orcreate_deck(slides[], parallel, failed slides are isolated and free). $0.05/slide, usable-or-free: a render with blocking errors never bills. - Verify like an agent. The preview PNG is embedded inline in the tool result — look at
it before declaring done, no fetch needed. Download the deliverable via header-auth:
GET /v1/jobs/<job_id>/pptxwithAuthorization: Bearer sf_live_YOUR_KEY. To hand off a shareable link,POST /v1/jobs/<job_id>/download-urlmints a short-TTL single-use one. - Trust the manifest, not vibes.
fidelity: verbatim= every number/word came from your input.ai_completed/mixed= the response names which fields a model filled.partial= some supplied content didn't make it onto the slide — the manifest names what was dropped; never deliver apartialrender without telling the user what's missing. Surface fidelity to the user when the content is business data.
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.
- 4d ago First seen · 82 lines · 1,382 tokens per session scan A 2b9d07171d73
slideforge-mcp AGENTS.md is an instructions file published in the GitHub repository smartdatabrokers/slideforge-mcp (4 stars, last pushed 4d ago), licensed MIT. It adds 1,382 tokens to every session, about $0.0069 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-31.
Other instructions, from other repositories
blockrun-mcp AGENTS.md
AGENTS.md instructions for BlockRunAI/blockrun-mcp, covering blockrun mcp, commands, project structure, key dependencies and install in codex.
openrouter-mcp-multimodal AGENTS.md
AGENTS.md instructions for stabgan/openrouter-mcp-multimodal, covering agent instructions, before you ship, releasing (read this before publishing), short version and version files (must all match package.json).
intervals-icu-mcp CLAUDE.md
Instructions for hhopke/intervals-icu-mcp, covering claude.md, project overview, development commands, architecture (quick reference) and tool categories.
ai-toolkit AGENTS.md
AGENTS.md instructions for pipefy/ai-toolkit, covering repository guidelines, documentation map, project structure, import namespace migration: pipefysdk → pipefy and src/pipefysdk/init.py (transitional shim).
flyto-core CLAUDE.md
Claude Code instructions for flytohub/flyto-core, covering claude notes, cross-agent handoff and shared code intelligence.
Plonk AGENTS.md
AGENTS.md instructions for ostapondo/Plonk, covering agent rules, layout, adding a module, build & verify and code style.