map-generator

Generate travel route maps as HTML, images, or text from location data.

10|4|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/Lirsakura/skills-hub --skill map-generator-lirsakura
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: map-generator
Source: https://github.com/Lirsakura/skills-hub/tree/main/skills/travel-agent/map-generator
Command: npx skills add https://github.com/Lirsakura/skills-hub --skill map-generator-lirsakura

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires folium, matplotlib, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of visual travel route maps, transforming raw location data into easily understandable and shareable visual formats.

Core Features & Use Cases

  • Interactive HTML Maps: Generates detailed, zoomable maps using folium, ideal for web sharing or detailed itinerary planning.
  • Static Image Maps: Creates simple, clear route diagrams using matplotlib, suitable for reports or quick visual references.
  • Text-Based Route Overview: Provides a plain text representation of the itinerary, accessible without any external libraries.
  • Use Case: Planning a multi-day trip to Seoul? This Skill can generate an interactive map showing all your planned stops, from Gyeongbokgung Palace to N Seoul Tower, with clear day-by-day markers and the route connecting them.

Quick Start

Use the map-generator skill to create a route map for the provided list of locations.

Frequently Asked Questions about map-generator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I visualize travel routes with location names and coordinates?

To visualize travel routes, this tool processes location data including names, coordinates, and travel days to generate interactive HTML maps via folium or static image maps via matplotlib.

What's the best way to generate an interactive HTML map for a multi-day itinerary?

Generating an interactive HTML map for a multi-day itinerary is best done using folium, which creates zoomable maps with day-by-day markers connecting all planned stops like Gyeongbokgung Palace to N Seoul Tower.

Can I use matplotlib to create a static route map for a trip?

Yes, you can use matplotlib to create a static image route map, providing a simple and clear visual diagram suitable for quick references or printed reports without needing web interactivity.

Does this map visualization tool work without external libraries?

The map visualization tool works without external libraries by providing a text-based route overview, generating a plain text representation of your itinerary that is accessible without folium or matplotlib installed.

What location data format is needed to plan a travel route map?

Planning a travel route map requires location data that includes location names, coordinates, the day of travel, and the type of location to accurately plot stops and connect the route sequentially.

When should I use folium versus matplotlib for route visualization?

Use folium for route visualization when you need interactive, zoomable HTML maps for web sharing, and use matplotlib when you need static image maps for quick visual references or detailed itinerary reports.

Related Skills