WhatsApp video maker

PassAudited by ClawScan on May 1, 2026.

Overview

This skill coherently creates local Remotion-based WhatsApp-style mockup videos, with only disclosed setup/rendering and realistic-output considerations to review.

Before installing, review the external Remotion prerequisite, run render commands only in the intended local project, and clearly label or watermark generated WhatsApp-style videos so viewers understand they are mockups.

Findings (3)

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.

What this means

Generated videos may look like genuine WhatsApp conversations to viewers.

Why it was flagged

The skill intentionally creates realistic chat-video mockups for public social-media formats, which is disclosed and purpose-aligned but could be mistaken for real chats if not labeled.

Skill content
Create animated WhatsApp-style chat videos using Remotion. Perfect for X, TikTok, Instagram Reels.
Recommendation

Use clear disclosure, captions, or watermarking when publishing mock conversations.

What this means

Installing the prerequisite may change the agent's available Remotion-related behavior beyond this specific skill.

Why it was flagged

The prerequisite install is explicit and relevant to Remotion rendering, but it adds an external skill globally and is not version-pinned in the instructions.

Skill content
npx skills add remotion-dev/skills -a claude-code -y -g
Recommendation

Review the referenced Remotion skill/source before installing it globally, especially in shared or sensitive agent environments.

What this means

Running the helper script will execute local Node/Remotion tooling and create/open a rendered video file.

Why it was flagged

The script runs a local Remotion render command and writes an MP4 output; this command execution is expected for a video-generation skill and is not hidden.

Skill content
npx remotion render WhatsAppDemo "out/${OUTPUT_NAME}.mp4" --concurrency=4
Recommendation

Run it only inside the intended Remotion project and choose output names you expect.