remotion-dev / video-report
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/video-report && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/2209" && unzip -o skill.zip -d .claude/skills/video-report && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/video-report/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Generate a report about a video
0 views
0 installs
Skill Content
--- name: video-report description: Generate a report about a video --- When a user reports a video not working, we should download the URL and put it as the `src` in `packages/example/src/NewVideo.tsx`. Then, in `packages/example`, we should run `bunx remotion render NewVideo --log=verbose`.