PPT to Video Generator
PassAudited by VirusTotal on May 12, 2026.
Overview
Type: OpenClaw Skill Name: ppt2video Version: 1.0.0 The skill bundle provides a legitimate workflow for converting PowerPoint presentations into narrated videos using standard tools like python-pptx, edge-tts, and Remotion. The provided Python and shell scripts are well-structured for the stated purpose, and there is no evidence of data exfiltration, malicious execution, or prompt injection intended to compromise the agent or the host environment.
Findings (0)
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.
