← Back to Skills Marketplace
79
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install travel-map-generator
Description
Generate illustrated travel itinerary maps in Studio Ghibli/Miyazaki anime style. Creates a hand-drawn style map PNG with cartoon POI illustrations placed at...
Usage Guidance
This skill appears internally consistent with its stated purpose. Before installing: (1) Inspect the files locally (especially install.sh and the scripts folder). (2) Run install.sh with --dry-run first or install only for a single, known platform rather than --all to avoid unexpected copies/deletions. (3) Be aware install_deps.py will call pip and download Pillow from PyPI — run that in a virtual environment if you prefer isolation. (4) The skill uses WebSearch/browser-agent to scrape Google Maps URLs and uses ImageGen for image generation — these require network access and interact with third-party services. (5) If you have legal/privacy concerns about generating images in a named artist’s style, consider whether that is acceptable for your use. If you want additional assurance, run the scripts in a sandbox and inspect scripts/security_scan.py before allowing the skill to be installed system-wide.
Capability Analysis
Type: OpenClaw Skill
Name: travel-map-generator
Version: 1.0.1
The skill bundle is a legitimate tool for generating stylized travel maps using Python and the Pillow library. The code logic in 'scripts/composite.py', 'scripts/stylize_map.py', and 'scripts/utils.py' is focused entirely on image processing and geographic coordinate math. The 'SKILL.md' instructions guide the AI agent through a multi-phase workflow involving web searches for points of interest and local script execution to assemble the final image. While the bundle includes an 'install.sh' script that modifies local directories and an 'install_deps.py' script that runs pip commands, these actions are transparently documented and necessary for the skill's functionality. Furthermore, the inclusion of 'scripts/security_scan.py' and 'scripts/validate.py' indicates a proactive approach to code quality and safety.
Capability Assessment
Purpose & Capability
Name/description (Ghibli-style travel-map generator) align with included assets and scripts: stylization, compositing, coordinate math, and icon generation. No unrelated credentials, binaries, or surprising dependencies are declared.
Instruction Scope
Runtime SKILL.md stays within map-generation scope: it collects city/POI info, optionally uses WebSearch/browser-agent to fetch POIs and Google Maps screenshots, and runs local Python scripts to stylize and composite images. Note: it instructs the agent to use networked tools (WebSearch, browser-agent, ImageGen) and to write temporary files under /tmp — expected for this task but worth noting because external web scraping and screenshots will contact third-party services (Google Maps and ImageGen).
Install Mechanism
No remote download of arbitrary code; installer is a local shell script that copies the skill directory into platform-specific config paths. It removes any existing directory at the target path before copying. Dependency installer (install_deps.py) runs pip to install Pillow (network access). This is expected for a skill but be aware the installer will modify user platform config directories and can delete an existing installation at that path.
Credentials
No required environment variables, credentials, or config paths are requested. The skill does not ask for unrelated secrets or cloud keys — dependency installation is limited to Pillow.
Persistence & Privilege
always:false and default model-invocation behavior. The installer makes the skill persistent by copying files into assistant platform directories (typical for skills). It does not modify other skills' configs or request elevated system privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install travel-map-generator - After installation, invoke the skill by name or use
/travel-map-generator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
No user-facing changes detected in this version.
- No changes to files or workflow; SKILL.md remains unchanged.
- Functionality and user experience are the same as the previous release.
v1.0.0
- Initial release of travel-map-generator-skill for generating illustrated travel itinerary maps in Studio Ghibli/Miyazaki anime style.
- Generates hand-drawn style PNG maps with cartoon POI illustrations at real locations, connected by a numbered route.
- Triggers automatically or via `/travel-map-generator` command when users request trip/itinerary visualizations or “cute/anime-style” maps.
- Seven-phase workflow covers city/POI identification, map and icon generation, coordinate collection, compositing, and user-friendly delivery.
- Requires Python and Pillow; installation and dependency details included.
- Output is a ready-to-use, artistic travel map visualizing a user’s journey in a whimsical Ghibli-inspired format.
Metadata
Frequently Asked Questions
What is Create your persanal travel-map?
Generate illustrated travel itinerary maps in Studio Ghibli/Miyazaki anime style. Creates a hand-drawn style map PNG with cartoon POI illustrations placed at... It is an AI Agent Skill for Claude Code / OpenClaw, with 79 downloads so far.
How do I install Create your persanal travel-map?
Run "/install travel-map-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Create your persanal travel-map free?
Yes, Create your persanal travel-map is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Create your persanal travel-map support?
Create your persanal travel-map is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Create your persanal travel-map?
It is built and maintained by KensonH (@kensonh); the current version is v1.0.1.
More Skills