Reel to Skill
PassAudited by VirusTotal on May 16, 2026.
Findings (1)
The skill is designed to automate the conversion of social media videos into OpenClaw skills by downloading content via `yt-dlp` and transcribing audio using the OpenAI API. The script `scripts/download_transcribe.py` uses safe subprocess calls (passing arguments as a list rather than a shell string) and correctly handles the `OPENAI_API_KEY` by sending it only to the official OpenAI transcription endpoint. No evidence of malicious intent, data exfiltration, or command injection vulnerabilities was found.
