← Back to Skills Marketplace
cao-yuu

ppt-skill2

by cao-yuu · GitHub ↗ · v1.0.4 · MIT-0
cross-platform ⚠ suspicious
284
Downloads
0
Stars
1
Active Installs
4
Versions
Install in OpenClaw
/install ppt-skill
Description
触发关键词:演示、PPT、幻灯片、slides、presentation、keynote、deck、汇报、展示; 使用场景:用户需要生成演示文稿、汇报材料或教学幻灯片。
Usage Guidance
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.
Capability Analysis
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'.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ppt-skill
  3. After installation, invoke the skill by name or use /ppt-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug ppt-skill
Version 1.0.4
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 4
Frequently Asked Questions

What is ppt-skill2?

触发关键词:演示、PPT、幻灯片、slides、presentation、keynote、deck、汇报、展示; 使用场景:用户需要生成演示文稿、汇报材料或教学幻灯片。 It is an AI Agent Skill for Claude Code / OpenClaw, with 284 downloads so far.

How do I install ppt-skill2?

Run "/install ppt-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is ppt-skill2 free?

Yes, ppt-skill2 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does ppt-skill2 support?

ppt-skill2 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created ppt-skill2?

It is built and maintained by cao-yuu (@cao-yuu); the current version is v1.0.4.

💬 Comments