← 返回 Skills 市场
jackwang2999

QoderWork PPT (Jack)

作者 Jackwang2999 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
202
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install qoderwork-ppt-jack
功能描述
Generate QoderWork-style presentations. Automatically matches 14 templates based on your topic and outputs an editable .pptx file.
安全使用建议
This skill appears to do what it says, but take these precautions before running: 1) Inspect package.json and package-lock.json to confirm dependencies and any postinstall scripts; 2) Run npm install and the pipeline in an isolated environment (or sandbox) because Puppeteer will download/launch Chromium and node modules will execute code; 3) Confirm how your agent supplies generate_image / web_search (these are not defined in the skill) and whether they will call external APIs that require keys — provide credentials only if you trust the image provider; 4) If you need to be extra cautious, open the scripts (scripts/*.js) and search for network endpoints, exec/child_process usage, or unexpected file-system paths before executing; 5) Expect the skill to write output files under the working directory (output/ and output/images/) and avoid running it from sensitive system root paths.
功能分析
Type: OpenClaw Skill Name: qoderwork-ppt-jack Version: 1.0.0 The skill bundle is a legitimate tool designed to generate PowerPoint presentations from AI-structured content using HTML templates and Puppeteer. The execution pipeline involves generating a content document, matching it to templates, and using scripts like `fill-template.js` and `html-to-pptx-dom.js` to render and export the final .pptx file. While the scripts perform network requests (to fetch images) and use a headless browser, these actions are strictly aligned with the stated purpose of high-fidelity document creation. No evidence of data exfiltration, malicious prompt injection, or unauthorized persistence was found.
能力评估
Purpose & Capability
Name/description match the shipped templates, rules, and Node scripts. Required artifacts (HTML templates, manifest, validation/fill/convert scripts) are appropriate and proportional to generating PPTX output.
Instruction Scope
Runtime instructions stay within the PPT-generation workflow (create output/, generate content.md, build slides.json, run provided node scripts). They do instruct the agent to call helper tools like generate_image or web_search for some image slots — those are plausible for image acquisition but are not defined in the skill and may cause network/API activity outside the skill. The instructions also require running npm and node scripts (which will execute code in the skill directory).
Install Mechanism
No automated install spec is embedded; user is told to run npm install in the skill directory. That is expected but means npm will fetch packages (puppeteer downloads Chromium, etc.). This is normal for Node tools but carries the usual network/third-party-package risk — review package.json and package-lock before installing.
Credentials
The skill declares no required environment variables, credentials, or special config paths. The only implied external needs are optional image generation/web search calls (which could require API keys depending on how your agent implements generate_image/web_search), but nothing in the skill asks for unrelated secrets.
Persistence & Privilege
always is false and the skill does not request elevated or system-wide persistence. It writes files under the project workspace (output/) which is expected for a generator. It does not modify other skills or global configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install qoderwork-ppt-jack
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /qoderwork-ppt-jack 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
QoderWork PPT skill initial release. - Automatically generates QoderWork-style presentations from a user topic, matching one of 14 built-in templates. - Produces a ready-to-edit .pptx presentation with cover, TOC, section dividers, and content slides (default: 8–15 slides). - Auto-fills templates, manages content generation, slot mapping, and required multimedia. - Includes resumable pipeline: content/slide structure reuse, template filling, HTML-to-PPTX conversion. - Outputs are placed in a project-root `output/` directory, with detailed structure and usage instructions.
元数据
Slug qoderwork-ppt-jack
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

QoderWork PPT (Jack) 是什么?

Generate QoderWork-style presentations. Automatically matches 14 templates based on your topic and outputs an editable .pptx file. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 202 次。

如何安装 QoderWork PPT (Jack)?

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

QoderWork PPT (Jack) 是免费的吗?

是的,QoderWork PPT (Jack) 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

QoderWork PPT (Jack) 支持哪些平台?

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

谁开发了 QoderWork PPT (Jack)?

由 Jackwang2999(@jackwang2999)开发并维护,当前版本 v1.0.0。

💬 留言讨论