← 返回 Skills 市场
284
总下载
0
收藏
1
当前安装
4
版本数
在 OpenClaw 中安装
/install ppt-skill
功能描述
触发关键词:演示、PPT、幻灯片、slides、presentation、keynote、deck、汇报、展示; 使用场景:用户需要生成演示文稿、汇报材料或教学幻灯片。
安全使用建议
This skill appears to be what it says (Reveal.js slide scaffolding), but there are practical and supply‑chain concerns you should address before running it:
- Prerequisites not declared: The SKILL.md and scripts call node and use npm packages (cheerio, puppeteer). The package.json included does not list these dependencies and the skill metadata lists no required binaries. Ask the author for an explicit prerequisites list (Node version, npm, required packages) or avoid running the scripts until dependencies are pinned and install steps are provided.
- Puppeteer and headless Chromium: check-overflow.js launches Puppeteer (headless browser) to load local HTML and CDNs. Running it will execute remote JS/CSS loaded from CDNs in a headless browser — run in an isolated environment (container or VM) and avoid running as root.
- Unpinned CDN/plugin usage: Generated HTML pulls libraries from jsdelivr/cdnjs and uses a reveal.js plugin URL with '@latest'. That is a supply‑chain risk; prefer pinned versioned URLs and/or vendored copies you audit.
- Missing dependency declarations: Either the skill should include a package.json with dependencies or provide installation instructions (npm install) and a lockfile. Without that, you may end up installing packages from npm unexpectedly.
- Package metadata: package.json publishConfig points to an internal registry (contextlab.alibaba-inc.com). This is not necessarily malicious but unusual; confirm origin/trust of the skill author.
Recommendations: request a clear install/usage README from the author, ensure dependencies are declared and pinned, review the scripts yourself (they are short and readable) or run them inside a sandbox/container, and avoid executing them on sensitive hosts or with elevated privileges until you confirm the dependency and CDN choices.
功能分析
Type: OpenClaw Skill
Name: ppt-skill
Version: 1.0.4
The skill bundle provides a framework for generating Reveal.js presentations but includes several Node.js scripts (create-presentation.js, check-overflow.js, and check-charts.js) that perform high-risk operations. Specifically, create-presentation.js allows for arbitrary file writing, and check-overflow.js utilizes Puppeteer for browser automation to load local files via 'file://' URLs. These scripts lack input sanitization for file paths, which constitutes a significant vulnerability that could be exploited to read or overwrite sensitive system files if the AI agent is manipulated. The SKILL.md instructions explicitly direct the agent to execute these local scripts and external commands like 'npx decktape'.
能力评估
Purpose & Capability
The skill claims to be an instruction-only Reveal.js PPT generator, and the included HTML/CSS and scaffold scripts align with that. However the runtime instructions and scripts require Node and Node packages (cheerio, puppeteer) even though the skill's metadata lists no required binaries or dependencies — a mismatch that will cause failures or unexpected package installation if run.
Instruction Scope
SKILL.md and revealjs/SKILL.md instruct the agent/user to run local Node scripts (create-presentation.js, check-charts.js, check-overflow.js) which read/write files under provided paths and open local presentation HTML using Puppeteer (headless Chromium). These actions are coherent with slide generation and validation; they do not appear to exfiltrate credentials or send data to unknown remote endpoints beyond standard CDN assets. Expect the scripts to fetch remote CDN assets when rendering (reveal.js, Chart.js, Font Awesome, Google Fonts if used).
Install Mechanism
No install spec is provided. The bundle contains Node scripts that depend on third-party packages (cheerio, puppeteer) but package.json does not declare dependencies. Running the scripts as-is will likely fail or prompt ad‑hoc npm installs. The generated HTML loads several external CDNs (jsdelivr, cdnjs) and one plugin link uses an unpinned '@latest' path (reveal.js-plugins@latest/chart/plugin.js), which is a supply‑chain/versioning risk.
Credentials
The skill requests no environment variables or credentials, and the operations (file scaffolding, CSS copy, local HTML checks, headless rendering) are consistent with its purpose. There are no declarations requesting unrelated secrets or system config paths.
Persistence & Privilege
The skill does not request always:true, does not declare persistent elevated privileges, and does not modify other skills or global agent configurations. It operates on user-specified output paths and local skill directories.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ppt-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/ppt-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.4
No file changes detected for version 1.0.4.
- There are no updates or changes in this release.
- The skill's content and functionality remain the same as the previous version.
v1.0.5
- Initial release of ppt-skill (version 0.2.0).
- Provides guidelines for generating professional HTML slide presentations using Reveal.js.
- Includes comprehensive design principles, color palette options, layout techniques, and CSS component library for boxes and callouts.
- Enforces layout, readability, and content constraints to ensure visually compelling and accessible slides.
- Documentation covers required Reveal.js setup, structural HTML/CSS, and key interaction configurations.
v1.0.1
ppt-skill 1.0.1 Changelog
- No file changes detected compared to the previous version.
- Version number update only; no new features, bug fixes, or documentation changes included.
v1.0.0
ppt-skill 1.0.0 Changelog
- Added initial support for generating HTML presentations using Reveal.js.
- Enforced content-driven design: analyze theme, brand, and layout before generating slides.
- Provided curated color schemes and guidelines for creative, high-contrast visual design.
- Introduced advanced layout and component options: geometric patterns, box/callout/blockquote styles, and modular grids.
- Defined strict technical and formatting requirements for slide content, typography, responsiveness, and interaction.
- Included robust CSS utility classes and variables for consistent, customizable theming.
元数据
常见问题
ppt-skill2 是什么?
触发关键词:演示、PPT、幻灯片、slides、presentation、keynote、deck、汇报、展示; 使用场景:用户需要生成演示文稿、汇报材料或教学幻灯片。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 284 次。
如何安装 ppt-skill2?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ppt-skill」即可一键安装,无需额外配置。
ppt-skill2 是免费的吗?
是的,ppt-skill2 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
ppt-skill2 支持哪些平台?
ppt-skill2 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 ppt-skill2?
由 cao-yuu(@cao-yuu)开发并维护,当前版本 v1.0.4。
推荐 Skills