skills/design/video-generator/SKILL.md
Create videos programmatically — marketing videos, data visualizations, social media content, tutorials, and brand videos using ffmpeg-based rendering with declarative JSON composition specs.
npx skillsauth add 47network/Sven video-generatorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Create videos programmatically using ffmpeg-based rendering with declarative JSON composition specs. Supports natural language descriptions converted to video specs via LLM, 5 pre-built templates, async render queue, and preview generation.
create_video — Generate a VideoSpec from natural language description and queue for renderinglist_templates — List available pre-built video templatesrender — Queue a VideoSpec for rendering (manual spec input)get_status — Check the status of a render jobcancel — Cancel a pending or rendering jobpreview — Generate a single-frame preview image of a video specget_stats — Get aggregate video rendering statistics| Domain | Name | Aspect | Description |
|--------|------|--------|-------------|
| social_media | Social Media Post | 9:16 | Short-form vertical video (hook → body → CTA) |
| data_dashboard | Data Dashboard | 16:9 | Animated metrics and data visualization |
| product_showcase | Product Showcase | 16:9 | Professional product presentation with features |
| tutorial | Tutorial | 16:9 | Step-by-step walkthrough with numbered steps |
| brand | XLVII Brand | 16:9 | XLVII branded content with brand palette |
services/agent-runtime/src/video-engine.ts{ action: "create_video", description: "...", template: "social_media" }{ action: "list_templates" }{ action: "get_status", job_id: "vid_1" }design.video: write (generates video files)design.video.render: execute (triggers ffmpeg render)development
Automated web testing advisor — generate Playwright test scripts, accessibility checks, and performance audits.
testing
Unified security posture reporting — combines SAST, dependency audit, secret scan, infrastructure scan, and pentest results into a single scored report with OWASP and SOC 2 compliance mapping, top risks, and remediation recommendations.
development
Detect hardcoded secrets, API keys, tokens, private keys, and credentials in source code and config files. 20 built-in patterns covering AWS, GitHub, Slack, Stripe, database URLs, JWTs, and more.
development
Static Application Security Testing — scan TypeScript/JavaScript source code for SQL injection, XSS, SSRF, path traversal, command injection, hardcoded secrets, insecure crypto, auth bypass, prototype pollution, and more. 14 built-in rules mapped to OWASP Top 10 and CWE.