Upload Element Previews
SkillDev toolsLets your agent upload Remotion element preview assets to remotion.media and swap local preview URLs.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Upload Element Previews skill
About this capability
Upload a Remotion Element's preview assets to remotion.media and replace local preview URLs. Use when given an Element slug, or when exactly one Element's preview assets are present in the current worktree.
What this skill tells your AI
The instructions your AI receives, as published by remotion-dev/remotion in .agents/skills/upload-element-previews/SKILL.md and read by ahel’s review.
- Identify the Element slug. Ask if it is ambiguous.
- Choose the source:
- Use
renderfor fresh files in.element-previews. - Use
submissionfor committed files instatic/elements.
- Use
- Upload the previews:
cd packages/docs
bun run upload-element-preview \
--element=<category>/<slug> \
--source=<render|submission>
To refresh an already-published preview, add --overwrite. The uploader accepts it only when the Element definition already uses the exact expected https://remotion.media/elements/... PNG and MP4 URLs.
- For a new preview, replace
image,posterUrl, andvideoUrlwith the printedremotion.mediaURLs. An overwritten preview keeps its existing URLs. - If using
submission, delete the local review assets. If usingrender, leave.element-previewsuncommitted. - Commit and push when the work belongs on a branch.
Signals
- GitHub stars
- 59k
- Forks
- 4k
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
upload-element-previews- Source
- github.com/remotion-dev/remotion