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.

Coding

Wechat Article Export

Export WeChat public account articles as mobile long screenshots (PNG), PDFs, or high-quality Markdown with YAML frontmatter and code block support.

Registry SourceRecently Updated
1910Profile unavailable
Research

LLM Knowledge Bases

Inspired by a public workflow shared by Andrej Karpathy (@karpathy). From raw research to a living Markdown knowledge base that compounds with every question...

Registry SourceRecently Updated
2450Profile unavailable
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
7140Profile 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
7750Profile unavailable