← Back to Skills Marketplace
shivarammysore

Deckrun Pdf Generator Free

by Shivaram Mysore · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
313
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install deckrun-pdf-generator-free
Description
Generate a presentation-quality PDF slide deck from Deckrun Markdown. No authentication required. Free. Returns a public URL valid for 90 days.
README (SKILL.md)

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

Usage Guidance
This skill appears coherent for generating PDF slide decks, but it uploads whatever Markdown you supply to a third-party service and returns a public link valid for 90 days. Do not send secrets, PII, or confidential slide content. If you need private exports, verify whether a non-public/paid endpoint or self-hosted tool is available. Check the linked OpenAPI and schema URLs and confirm the domains (free.agenticdecks.com, agenticdecks.com) are ones you trust before using. If unsure, test with innocuous content first.
Capability Analysis
Type: OpenClaw Skill Name: deckrun-pdf-generator-free Version: 1.0.0 The skill bundle is benign. It provides instructions for an AI agent to interact with a public API endpoint (`https://free.agenticdecks.com/free/generate`) to convert Deckrun Markdown into a PDF. The `SKILL.md` explicitly states no environment variables or external binaries are required, significantly reducing the attack surface. There are no indicators of prompt injection, data exfiltration, unauthorized execution, or other malicious activities. All external links and API calls are consistent with the stated purpose of a free PDF generator service.
Capability Assessment
Purpose & Capability
Name/description match the behavior in SKILL.md: it POSTs Deckrun Markdown to a public PDF-generation endpoint and returns a hosted URL. No unrelated binaries, env vars, or config paths are requested.
Instruction Scope
Instructions are narrowly scoped to fetching a format schema and POSTing markdown to https://free.agenticdecks.com/free/generate. This is consistent with the purpose, but the skill transmits the full Markdown to an external service that returns a public URL (valid 90 days) — a privacy/exfiltration risk for sensitive content.
Install Mechanism
No install spec or code is present (instruction-only), so nothing will be written to disk or executed locally by an installer.
Credentials
No environment variables, credentials, or config paths are required. The declared requirements match the instructions; there is no disproportionate credential request.
Persistence & Privilege
Skill is not forced-always, does not request persistent privileges, and does not modify other skills. Autonomous invocation is allowed (platform default) but not combined with other privilege red flags.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install deckrun-pdf-generator-free
  3. After installation, invoke the skill by name or use /deckrun-pdf-generator-free
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Deckrun Free PDF Generator. - Generate 16:9 PDF slide decks from Deckrun Markdown. - No authentication or account required. - Free tier with watermark; PDFs valid for 90 days. - Supports up to 10 slides and 50 KB Markdown per deck. - Returns a public URL to the generated PDF.
Metadata
Slug deckrun-pdf-generator-free
Version 1.0.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

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.

💬 Comments