preview-leaflet
Installation
SKILL.md
Preview Leaflet Skill
Interactive map visualization viewer using Leaflet library for geographic data, markers, routes, and custom overlays.
Agent Usage
When the user asks to create a map visualization, write the Leaflet code and pipe it to the script. Use the Bash tool to execute this skill's run.sh script:
# Pipe Leaflet code
cat route.js | ./run.sh
# Or from a file
./run.sh city-map.leaflet
The script handles all HTML generation and automatically opens the result in the browser. Do NOT open the file manually to avoid duplicate tabs.