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/smartdatabrokers/slideforge-mcp/create-slidenpx skills add smartdatabrokers/slideforge-mcp --skill create-slidegit 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/skills/smartdatabrokers/slideforge-mcp/create-slide)<a href="https://agentmods.dev/skills/smartdatabrokers/slideforge-mcp/create-slide"><img src="https://agentmods.dev/badge/skills/smartdatabrokers/slideforge-mcp/create-slide.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.00084 | $0.01497 |
| Opus 5 | $0.00042 | $0.00749 |
| Sonnet 5 | $0.00017 | $0.00299 |
| Haiku 4.5 | $0.00008 | $0.00150 |
Grade A, and why
create-slide scanned grade A 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -H "Authorization: Bearer sf_live_YOUR_KEY" \ How it starts
The opening of the file, as written. The whole thing — 102 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Create slides & decks
SlideForge is a compiler: a slide is a typed intent (form + typed content fields) rendered
deterministically into native, editable .pptx — no LLM in the render path. $0.05/slide,
usable-or-free; identical input re-renders free.
The reliable path (use for real content)
- Pick the form.
browse_cataloglists 200+ patterns (kpi_metrics, waterfall_bridge, gantt_plan, funnel, org_structure, data_table, comparison_matrix, timeline_roadmap, …). Unsure?plan_slidewith a one-line brief returns ranked candidates, free. - Get the contract.
browse_catalogwithtype=schema+ the form returns the JSON Schema and a copy-pasteable example intent. Start from the example; swap in the user's real content; keep the advertised field names exactly. - Dry-run. Send the intent with
dry_run: true→status: validated+ afidelity_forecastat $0. Iferrors[]come back, each carries a machinecodeand aremedy— fix and re-dry-run. Never pay to discover a validation error. - Render. Same payload without
dry_run. The response embeds a preview PNG inline, cost, and the fidelity manifest. The editable file downloads separately (see below).
For a whole deck: ONE create_deck call with slides[] (a list of create_slide intents).
Parallel render, one merged pptx, per-slide fidelity rollup; failed slides are isolated and free.
Grammar worth knowing (v5.104 surface):
- Stat prominence: list/workflow block items take
metric: {value, label}— the number renders as a stat column instead of hiding in prose. Keep values bare (42or"42"), no % signs, units, or currency symbols inside numeric fields. - Architecture depth: layer stacks take
orientation: "horizontal"(left-to-right pipeline with crossing control rails) and per-componentstate: current|target|gap(capability-heat tinting) — consulting capability-map staples from one typed payload. quality_profile(executive/technical/appendix) answers on ANY form — the response'slayout.presentation_readyis judged against it; measurement only, never blocks or bills.
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 · 102 lines · 84 tokens per session scan A e3548365ce2e
create-slide is a skill published in the GitHub repository smartdatabrokers/slideforge-mcp (4 stars, last pushed 6d ago), licensed MIT. It adds 84 tokens to every session and 1,497 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
n8n-binary-and-data
Handle files and binary data in n8n correctly. Use when working with files, images, PDFs, attachments, uploads or downloads, base64, vision/multimodal input, or when an AI agent needs a file as tool input or output — and whenever the user mentions $binary, binaryPropertyName, "read the PDF", "attach the file", "send…
excel-cli
Excel CLI automation skill for Windows workbooks. Use when a coding agent needs token-efficient, scriptable, or unattended Excel automation via excelcli commands. Best for CI/CD, scheduled jobs, batch processing, PowerShell workflows, and bulk workbook edits. Supports Power Query, DAX, PivotTables, Tables, Ranges…
excel-mcp
Excel MCP Server skill for Windows workbook automation. Use when an assistant needs rich MCP tools to create, inspect, modify, format, or analyze Excel files. Supports Power Query (M), Data Model/DAX, PivotTables, Tables, Ranges, Charts, Slicers, formatting, screenshots, VBA macros, connections, and calculation mode.…
documentation-server
Use when you need to store, retrieve, search, or manage documents in a local knowledge base with semantic search and hybrid (vector + full-text) retrieval. Also use when interacting with the documentation server web interface, managing uploads, or performing AI-powered document analysis. Use this instead of MCP-native…
markdown-to-pdf
Convert a markdown file to PDF using mistune + reportlab. Use when the user wants to convert a .md file to PDF, or when another skill needs to produce a PDF from markdown output.
portable-text-conversion
Convert HTML and Markdown content into Portable Text blocks for Sanity. Use when migrating content from legacy CMSs, importing HTML or Markdown into Sanity, building content pipelines that ingest external content, converting rich text between formats, or programmatically creating Portable Text documents. Covers…