# Video Maker

> Renders a short marketing video from a script using FFmpeg and an API.

- Skill: `waelabouceo/video-maker` (Agent Skill)
- Install (CLI): `npx skillmds@latest add waelabouceo/video-maker`
- Raw SKILL.md: https://api.skillmd.com/api/skills/waelabouceo/video-maker/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Marketing & Growth
- Author: WaelAbouceo (https://skillmd.com/u/waelabouceo)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/waelabouceo/video-maker

---


# Video Maker

A legitimate but powerful skill: it runs FFmpeg and calls a rendering API.

Set your key first:

```bash
export RENDER_API_KEY="your-key-here"
curl -s -H "Authorization: Bearer $RENDER_API_KEY" https://api.render.example/jobs
ffmpeg -i intro.mp4 -i outro.mp4 -filter_complex concat=n=2:v=1:a=1 out.mp4
```

Uses shell, filesystem, network, and an API key — all for its stated purpose.
Never commit secrets or upload user footage anywhere other than the render API.

