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.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "deckrun-pdf-generator-free" with this command: npx skills add shivarammysore/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": "<Deckrun 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 <!-- <title-slide /> -->
  • All other slides use <!-- <title-content-slide /> --> or another layout tag
  • Title slide heading is # (H1); all other slide headings are ## (H2)
  • Maximum 10 slides, 50 KB Markdown

Example

<!-- <title-slide /> -->
# Quantum Computing Today

Prepared by AI

---

<!-- <title-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

LimitValue
Max slides10
Max Markdown size50 KB
PDF expiry90 days
WatermarkRequired (free tier)
AuthNone

Links

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Markdown to PDF (Styled)

Convert Markdown files to styled PDFs using pandoc and wkhtmltopdf with built-in or custom CSS style options.

Registry SourceRecently Updated
3080Profile unavailable
General

Mxe

Convert Markdown files to PDF, DOCX, or HTML with advanced formatting, Mermaid diagrams, custom fonts, and table of contents support.

Registry SourceRecently Updated
1.3K0Profile unavailable
General

Markdown Report Generator

Generates well-structured Markdown reports from multiple sources with sections, tables, formatting, and optional PDF or HTML export.

Registry SourceRecently Updated
4690Profile unavailable
Automation

Book-PDF:书籍级PDF手册生成器

深度调研一个主题,生成100页+书籍级PDF手册。模块化HTML片段架构 + 语义化版本管理 + 多Agent并行写作 + Playwright渲染PDF。 当用户需要制作完整的PDF手册、电子书、橙皮书、参考指南时触发。即使用户只是说「做一本书」「做个PDF手册」「做个完整指南」「做一本XX的手册」也应触发。...

Registry SourceRecently Updated
30Profile unavailable