Deckrun Pdf Generator Free
/install deckrun-pdf-generator-free
Deckrun Free PDF Generator
Converts Deckrun Markdown into a 16:9 PDF slide deck. No account or API key required. Returns a public PDF URL valid for 90 days.
Endpoint
POST https://free.agenticdecks.com/free/generate
Content-Type: application/json
Request
{
"markdown": "\x3CDeckrun Markdown>",
"schema_version": "deckrun.v1"
}
Response
{
"url": "https://storage.googleapis.com/.../deck.pdf",
"slug": "abc123",
"slides": 6,
"warnings": [],
"schema_version": "deckrun.v1"
}
Slide format
Fetch the live format spec before writing Markdown:
GET https://agenticdecks.com/schemas/v1/deckrun-slide-format.schema.json
Key rules:
- Slides are separated by
---on its own line - First slide must use
\x3C!-- \x3Ctitle-slide /> --> - All other slides use
\x3C!-- \x3Ctitle-content-slide /> -->or another layout tag - Title slide heading is
#(H1); all other slide headings are##(H2) - Maximum 10 slides, 50 KB Markdown
Example
\x3C!-- \x3Ctitle-slide /> -->
# Quantum Computing Today
Prepared by AI
---
\x3C!-- \x3Ctitle-content-slide /> -->
## What is Quantum Computing?
- Uses quantum bits (qubits) instead of classical bits
- Exploits superposition and entanglement
- Exponential speedup for certain problem classes
Constraints
| Limit | Value |
|---|---|
| Max slides | 10 |
| Max Markdown size | 50 KB |
| PDF expiry | 90 days |
| Watermark | Required (free tier) |
| Auth | None |
Links
- OpenAPI spec: https://free.agenticdecks.com/.well-known/openapi.yaml
- Slide format schema: https://agenticdecks.com/schemas/v1/deckrun-slide-format.schema.json
- MCP server (Claude Desktop / Cursor): https://smithery.ai/servers/agenticdecks/deckrun-free
- Web UI: https://free.agenticdecks.com
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install deckrun-pdf-generator-free - After installation, invoke the skill by name or use
/deckrun-pdf-generator-free - Provide required inputs per the skill's parameter spec and get structured output
What is Deckrun Pdf Generator Free?
Generate a presentation-quality PDF slide deck from Deckrun Markdown. No authentication required. Free. Returns a public URL valid for 90 days. It is an AI Agent Skill for Claude Code / OpenClaw, with 313 downloads so far.
How do I install Deckrun Pdf Generator Free?
Run "/install deckrun-pdf-generator-free" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Deckrun Pdf Generator Free free?
Yes, Deckrun Pdf Generator Free is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Deckrun Pdf Generator Free support?
Deckrun Pdf Generator Free is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Deckrun Pdf Generator Free?
It is built and maintained by Shivaram Mysore (@shivarammysore); the current version is v1.0.0.