← 返回 Skills 市场
yueeli

prose-to-deck

作者 YueeLi · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ✓ 安全检测通过
157
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install prose-to-deck
功能描述
Transform articles, essays, transcripts, and other long-form writing into polished single-file HTML presentations with editorial pacing and strong visual sto...
安全使用建议
This skill appears to do what it says: it reads a supplied article (or file), runs the bundled Python init script to create a project folder, and writes staged artifact files plus a single self-contained HTML output. Before installing/using: ensure a Python (python or python3) interpreter is available (the metadata doesn't list it but the script requires it); be aware the skill will create a projects/ folder under the current working directory unless you pass a different absolute path; review the generated index.html before sharing publicly because the output may reference external CDN-hosted assets (fonts, icons, chart libraries) when opened in a browser. If you want to avoid writing files to your environment, run the skill in a sandbox or specify a dedicated project root.
功能分析
Type: OpenClaw Skill Name: prose-to-deck Version: 1.0.3 The prose-to-deck skill is a well-structured tool designed to transform text into HTML presentations. It utilizes a bundled Python script (scripts/init_project.py) to safely initialize project directories and manage state through local markdown files. The instructions in SKILL.md and the reference files are strictly focused on the editorial and design process, incorporating human-in-the-loop (HITL) checkpoints for user approval. All external dependencies are standard, reputable frontend libraries (e.g., Chart.js, Mermaid, Lucide) loaded via common CDNs, and there is no evidence of data exfiltration, malicious execution, or harmful prompt injection.
能力标签
crypto
能力评估
Purpose & Capability
The name/description (prose → HTML deck) match the included instructions and bundled scripts. One small inconsistency: the metadata declares no required binaries, but runtime instructions call the bundled init script via `python` (or `python3`) — the skill legitimately needs a Python runtime, so the declared 'required binaries' should ideally include python/python3.
Instruction Scope
SKILL.md limits actions to reading the provided source, running the local init script to create a project under a project root, writing staged artifact files, and following explicit HITL checkpoints. It does not instruct reading unrelated system files, environment variables, or secret stores.
Install Mechanism
No install spec (instruction-only) and the only code shipped is two small local scripts that create folders and touch files. There are no downloads or archive extraction steps. References mention optional CDN URLs for fonts/icons/libs in the generated HTML, which is expected for presentation assets.
Credentials
The skill requires no credentials or environment variables. The only environmental requirement implicit in runtime instructions is a Python interpreter to run scripts — this is proportional to the bundled init script's purpose.
Persistence & Privilege
always:false (not force-included). The skill writes project files under the current working directory (./projects by default) — normal for a generator. It does not request elevated privileges, modify other skills, or persist beyond its own project folder.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install prose-to-deck
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /prose-to-deck 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
Send generated HTML deck file directly to the user on completion when file delivery is available.
v1.0.2
Initial public release: unified metadata, sharpened positioning, and refined marketplace description.
元数据
Slug prose-to-deck
版本 1.0.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

prose-to-deck 是什么?

Transform articles, essays, transcripts, and other long-form writing into polished single-file HTML presentations with editorial pacing and strong visual sto... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 157 次。

如何安装 prose-to-deck?

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

prose-to-deck 是免费的吗?

是的,prose-to-deck 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

prose-to-deck 支持哪些平台?

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

谁开发了 prose-to-deck?

由 YueeLi(@yueeli)开发并维护,当前版本 v1.0.3。

💬 留言讨论