mcpbeat

Remotion Maps

remotion-dev/remotion-remotion-maps

Remotion Map animation knowledge

This is a copy. The original lives at remotion-dev/remotion-maps.

122k tokens
context cost
the whole folder, loaded on every use
32
files
ships runnable scripts
1
copies elsewhere
how many repositories repackaged it
55471
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/remotion-dev/remotion --skill remotion-maps

What comes with it

487 004 bytes besides the instruction
agents/openai.yaml
assets/remotion-icon.png
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

The instruction itself

6 sections, as written by the author

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

Repackaged in 1 other repositories

same content, different owner
remotion-dev/skills open on GitHub →

How to use it

Copy the folder

Take remotion-dev/remotion-remotion-maps from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.