← 返回 Skills 市场
shivarammysore

Deckrun Pdf Generator Free

作者 Shivaram Mysore · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
313
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install 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.
使用说明 (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

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install deckrun-pdf-generator-free
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /deckrun-pdf-generator-free 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug deckrun-pdf-generator-free
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 313 次。

如何安装 Deckrun Pdf Generator Free?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install deckrun-pdf-generator-free」即可一键安装,无需额外配置。

Deckrun Pdf Generator Free 是免费的吗?

是的,Deckrun Pdf Generator Free 完全免费(开源免费),可自由下载、安装和使用。

Deckrun Pdf Generator Free 支持哪些平台?

Deckrun Pdf Generator Free 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Deckrun Pdf Generator Free?

由 Shivaram Mysore(@shivarammysore)开发并维护,当前版本 v1.0.0。

💬 留言讨论