PPT to Video Generator
PassAudited by ClawScan on May 12, 2026.
Overview
This is a coherent PPT-to-video workflow, but users should review the required media/TTS toolchain and avoid using sensitive slide text with external TTS services unless acceptable.
Before installing or using this skill, make sure the required tools are installed from trusted sources and pinned where possible. Use it on PPT files you are comfortable processing with the selected TTS tool, especially if the slides contain private or confidential information.
Findings (2)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
If the required rendering tools are not already installed and pinned, the environment may resolve or download external package code when the command is run.
The rendering workflow depends on an npx-launched Remotion command, but the artifacts do not include a pinned package file or install specification. This is central to the skill's purpose, but users should control dependency versions and provenance.
npx remotion render src/index.tsx ppt-video out/video.mp4 --overwrite --concurrency=1
Install Remotion and related tools from trusted sources, pin versions in a project package file, and review dependencies before rendering.
Confidential slide content could be exposed to the TTS tooling or provider depending on how edge-tts is configured and run.
The workflow passes narration text, which may be derived from the uploaded PPT, into a TTS CLI/provider. That is expected for generating voiceover, but the artifacts do not describe the provider privacy boundary.
edge-tts --voice zh-CN-XiaoxiaoNeural --text "今天聊AI视频的双轨实践" --write-media p01.mp3
Avoid sensitive or confidential slide text unless the TTS provider is approved, or use a local/offline TTS option.
