What problem does it solve? Creating a shareable, visually polished map of travel landmarks usually requires a mapping API key, a web framework, and manual handling of China's GCJ-02 coordinate offset. This Skill produces a self-contained, browser-previewable HTML map styled after Amap's mobile app, with no API key required. ## Core Features & Use Cases - Custom Marker Map Generation: Builds a full-screen Leaflet + OpenStreetMap page with circular colored Font Awesome icon markers, text label pills, and a Google Maps-style bottom info card for each point. - GCJ-02 to WGS-84 Conversion: Includes a CLI script that converts coordinates from Amap/Tencent/Baidu/Apple Maps search results so mainland China markers do not drift off position. - Native App Deep Linking: Each marker's info card offers an "Open Location in..." action sheet that launches Amap, Google Maps, or Apple Maps via platform-aware URL schemes with web fallbacks. - Use Case: Planning a Hangzhou trip, you collect coordinates for West Lake and other sights, run the build script, and receive a single HTML file you can open on your phone to browse and navigate to each stop. ## Quick Start Generate an Amap-style marker map HTML page for my list of Hangzhou travel landmarks using the openstreetmap-marker skill.