globe-gl-visualize

Installation
SKILL.md

Globe.GL — 3D Globe Data Visualization Skill

When to use

  • Interactive 3D globe with data overlays
  • Visualize geographic data (connections, locations, heatmaps)
  • Impressive hero sections with globe animations

Quick start (ESM)

<script type="module">
  import Globe from 'globe.gl';
  const myGlobe = new Globe(document.getElementById('globe'))
    .globeImageUrl(myImageUrl)
    .pointsData(myData);
</script>
Installs
2
GitHub Stars
58
First Seen
Apr 18, 2026
globe-gl-visualize — bidewio/better-openclaw