creating-globe-tours
Installation
SKILL.md
Creating Globe Tours
Overview
Coordinate Camera, Entity, and Clock MCP servers to create narrated flyover tours with multiple stops.
Core principle: A tour is a sequence of camera movements with optional annotations at each stop.
Critical distinction — Marker vs. Viewpoint:
- The marker (label, billboard, point) goes at the actual location coordinates.
- The camera flies to a viewpoint — a position offset from the marker so the marker and its surroundings are clearly visible.
- Never fly the camera directly to the marker coordinates. If you do, the camera lands on top of the marker and the user can't see it. Instead, position the camera at a distance and altitude that frames the marker well.
When to Use
- User wants to "show" multiple locations in sequence
- Building a presentation or demo with geographic stops
- Creating a guided walkthrough of an area
- "Take me on a tour of..." or "fly through these places"
Related skills