WhatsApp video maker

v1.0.0

Create animated WhatsApp chat videos with realistic iPhone, dark mode UI, typing indicators, read receipts, and auto-scrolling for social media formats.

1· 1.9k·3 current·3 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name, skill.json metadata, SKILL.md, generate.sh, Root.tsx and template.tsx all align with creating Remotion-based WhatsApp-style videos. Declared dependency on remotion-dev/skills is appropriate for a Remotion template.
Instruction Scope
Runtime instructions are limited to editing local TSX files, running Remotion renders, and previewing locally. They do not instruct reading unrelated system files or exfiltrating data. Two minor issues: the README says 'Pokey will ... send the MP4' but there is no upload/send implementation (generate.sh just opens the file locally), and SKILL.md refers to src/WhatsAppVideo.tsx while the provided file is template.tsx (component names likely present but filenames differ). These are documentation/integration inconsistencies, not active malicious behavior.
Install Mechanism
No install spec (instruction-only skill); files are included in the bundle. No downloads or archive extraction from external URLs are present.
Credentials
The skill declares no required environment variables, no credentials, and the code does not reference secrets or external service tokens. All file paths referenced are local project paths.
Persistence & Privilege
The skill is not always-enabled and does not request elevated or persistent platform privileges. It does not modify other skills or system-wide settings.
Assessment
This skill appears to be a local Remotion video template and is internally consistent. Before installing or running: (1) confirm you intend to run Remotion renders locally and have Remotion/NPM set up; (2) review generate.sh and the npx commands before executing them (they render/open a local MP4 — there is no upload); (3) note the SKILL.md file paths differ slightly from the included filenames (template.tsx vs src/WhatsAppVideo.tsx) — adjust paths accordingly; and (4) always inspect any skill that will run shell commands on your machine. No credentials or network uploads are requested by the code, so there is no sign of secret exfiltration.

Like a lobster shell, security has layers — review code before you run it.

latestvk97anamgr71pas1z1z4h9xxjax7zn3c6

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments