📦 Pptx Generator — 技能工具
v1.0.0Generate, edit, and read PowerPoint presentations. Create from scratch with PptxGenJS (cover, TOC, content, section divider, summary slides), edit existing P...
0· 26·0 当前·0 累计
安全扫描
OpenClaw
安全
high confidenceThe skill's documentation, required actions, and lack of credentials/install scripts are consistent with a PowerPoint generation/editing helper; nothing requests unrelated secrets or hidden installs, though it expects the agent to run standard tools (node/python) and optionally use subagents and external assets.
评估建议
This skill is internally consistent with a PPTX generator/editor, but before installing or running it: (1) confirm you trust the skill source — the bundle contains only docs and will instruct the agent to run node/python work and to write JS slide modules to disk; (2) be aware the workflow reads user PPTX files and writes edited copies (it recommends copying to template.pptx and writing to /tmp first) — keep backups of originals; (3) the skill may fetch images/icons from external URLs and sugges...详细分析 ▾
✓ 用途与能力
Name/description (generate, edit, read PPTX) match the instructions and reference docs: PptxGenJS for creation, XML unpack/edit for template edits, and markitdown for text extraction. There are no requested env vars or credentials that would be unrelated to the stated purpose.
ℹ 指令范围
SKILL.md prescribes reading user-supplied PPTX files, unpacking/editing XML, generating JS slide modules, running node scripts and python markitdown for extraction. This stays within the stated purpose. Two cautionary points: (1) it recommends using subagents for parallel work — using subagents increases the surface for data disclosure depending on the platform's subagent model; (2) it permits fetching images from URLs (and adding external images/icons), which means the agent may perform outbound network requests to third-party hosts.
✓ 安装机制
There is no install spec (instruction-only). The docs mention typical npm packages (pptxgenjs, react-icons, sharp) and node/python commands but do not auto-download arbitrary archives or run hidden installers. Because installation is manual/agent-driven, no unexpected installer network sources are present in the skill bundle.
✓ 凭证需求
The skill does not request environment variables, credentials, or config paths. The operations described (file copy, /tmp write, node/python execution) are proportional to PPTX editing/generation tasks.
✓ 持久化与权限
always:false and normal invocation flags. The skill does not request permanent presence or modification of other skills' configs. Note: the guidance to use subagents and to create JS files that will be required/executed means the agent will write code/artifacts to disk — review those artifacts before executing them.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/4/16
- Initial release of the pptx-generator skill. - Supports generating, editing, and reading PowerPoint presentations. - Create presentations from scratch using PptxGenJS, or edit existing PPTX files via XML workflows. - Includes a complete design system with color palettes, font references, and style recipes. - Provides triggers and workflows for text extraction, template-based editing, and creating new presentations. - Detailed documentation and guidance included for slide types, design standards, and quality assurance.
● 无害
安装命令
点击复制官方npx clawhub@latest install yilian-ppt-generator
镜像加速npx clawhub@latest install yilian-ppt-generator --registry https://cn.longxiaskill.com镜像同步中