← 返回 Skills 市场
228
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ppt-audio-to-video
功能描述
Convert narration audio plus slide decks into a narrated video. Use when the user has an audio-only `mp4/m4a/mp3/wav` and a `ppt/pptx/pdf` deck, and needs sl...
安全使用建议
This skill appears to do what it says and operates on local files. Before installing or running it: 1) ensure your environment has the required tools (ffmpeg, ffprobe, pdftoppm/poppler, whisper-cpp) since metadata does not declare them; 2) expect to download a Whisper model binary from Hugging Face (check license, size, and trust the URL before downloading); 3) scripts operate on files you provide and will write outputs (CSV, ffconcat, MP4) to working directories — review/output paths before running; 4) if you need to run on sensitive audio, note that transcription happens locally if you use whisper-cpp, but if you substitute a cloud ASR you should review that service's privacy; and 5) review the two bundled Python scripts (they are short and readable) if you want full assurance — they do not perform network calls or access unrelated credentials.
功能分析
Type: OpenClaw Skill
Name: ppt-audio-to-video
Version: 0.1.0
The skill bundle provides a legitimate workflow for converting slide decks (PPTX/PDF) and audio files into narrated videos using standard tools like ffmpeg, pdftoppm, and whisper-cpp. The included Python scripts (extract_slide_outline.py and render_from_timing_csv.py) perform their stated functions safely, using list-based subprocess calls to prevent shell injection and standard libraries for file processing. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found.
能力评估
Purpose & Capability
The skill's name/description match the included scripts and SKILL.md: extracting text from PPTX, producing slide images, transcribing audio, building a timing CSV, and rendering via ffmpeg is expected. One minor inconsistency: the registry metadata lists no required binaries/env vars, but the SKILL.md explicitly requires ffmpeg/ffprobe/pdftoppm and whisper-cpp (and a whisper model). This is reasonable for the task but the metadata omission means the platform won't automatically surface those runtime dependencies.
Instruction Scope
SKILL.md stays on task: it references only slide files, audio files, timing CSVs, local model downloads, and standard tools. The instructions do suggest downloading a model from Hugging Face and using platform-specific exporters (Keynote/PowerPoint/soffice) which are expected for slide rendering; there are no instructions to read unrelated system files or to transmit data to unexpected endpoints beyond the model download URL.
Install Mechanism
This is instruction-only with two small helper scripts; there is no install spec. The SKILL.md suggests installing via brew and downloading a model with curl from Hugging Face — those are normal but are network operations performed at runtime by the user/agent, not packaged installers. No arbitrary or obfuscated remote code downloads are embedded in the skill files.
Credentials
The skill requests no environment variables or credentials. The files and tools it uses (local PPTX/PDF/images/audio, whisper model binary, ffmpeg) are proportional to the stated functionality. There are no requests for API keys, cloud credentials, or unrelated secrets.
Persistence & Privilege
always is false and the skill does not request special persistent privileges or modify other skills/system configs. It runs local scripts and spawns ffmpeg as expected; autonomous invocation is allowed by platform default but is not combined with other red flags here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ppt-audio-to-video - 安装完成后,直接呼叫该 Skill 的名称或使用
/ppt-audio-to-video触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial ClawHub release.
元数据
常见问题
PPT Audio To Video 是什么?
Convert narration audio plus slide decks into a narrated video. Use when the user has an audio-only `mp4/m4a/mp3/wav` and a `ppt/pptx/pdf` deck, and needs sl... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 228 次。
如何安装 PPT Audio To Video?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ppt-audio-to-video」即可一键安装,无需额外配置。
PPT Audio To Video 是免费的吗?
是的,PPT Audio To Video 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
PPT Audio To Video 支持哪些平台?
PPT Audio To Video 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 PPT Audio To Video?
由 Zhaofeng(@lzfxxx)开发并维护,当前版本 v0.1.0。
推荐 Skills