Officialremotion-dev/skills32 files
Remotion Maps
Remotion Map animation knowledge
Specification
- Skill ID
- remotion-dev/skills/remotion-maps
- Publisher
- remotion-dev
- Repository
- skills
- Installs
- 1,356
- Files
- 32
- Synced
- Sep 16, 2026
How to use it
Open any RiverX project, open the Skills panel in the chat, and search for this identifier. The files are fetched from the source repository at install time.
remotion-dev/skills/remotion-mapsInstalls these files- SKILL.md
- agents/openai.yaml
- assets/remotion-icon.svg
- techniques/cesium/TECHNIQUE.md
- techniques/cesium/assets/CesiumFlythrough.tsx
- techniques/cesium/assets/cesium-path.json
- techniques/cesium/assets/city-path.json
- techniques/cesium/assets/example-Root.tsx
- techniques/cesium/assets/flight-path.ts
- techniques/cesium/assets/sample-river.geojson
- techniques/cesium/references/3d-data-sources.md
- techniques/cesium/references/3d-flyover-architecture.md
- techniques/cesium/references/3d-troubleshooting.md
- techniques/cesium/scripts/prep-cesium-path.mjs
- techniques/mapbox/TECHNIQUE.md
- techniques/mapbox/references/render-stability.md
- techniques/maplibre/TECHNIQUE.md
- techniques/maplibre/references/render-stability.md
- techniques/maptiler/TECHNIQUE.md
- techniques/maptiler/assets/CountryLabel.tsx
- techniques/maptiler/assets/MapTilerVectorElement.ts
- techniques/maptiler/assets/RiverReveal.tsx
- techniques/maptiler/assets/example-Root.tsx
- techniques/maptiler/assets/sample-data/country-meta.json
- techniques/maptiler/assets/sample-data/yarlung-flow.json
- techniques/maptiler/assets/tokens.ts
- techniques/maptiler/references/map-data-sources.md
- techniques/maptiler/references/map-explainer-architecture.md
- techniques/maptiler/references/map-geo-prep.md
- techniques/maptiler/references/render-stability.md
- techniques/maptiler/scripts/prep-geo.mjs
- techniques/static-map/TECHNIQUE.md
What this skill tells the agent
Remotion Maps
Choose exactly one technique from the intended shot, then load only that technique's TECHNIQUE.md. Every technique directory is self-contained and may be removed without breaking the others.
Static map
- Requires you grab a satellite image and mount it in a
<Img>tag, and animate on top
Mapbox
- Requires a Mapbox key
- Nicer styles by default
- Map can display a round globe when zoomed out
- Includes nice 3D buildings such as the Eiffel tower
MapLibre
- Requires no API key, fully free
- Does not include 3D building
MapTiler
- Uses MapTiler
- Annotations can be drawn on top of geographic features: borders, rivers, labels
CesiumJS
- Flythroughs through terrain and mountains
- "Flight simulator" perspective
