travel-destination-brochure
Build travel destination scenarios and brochures from a city name. Fetches street-level and landmark imagery from OpenStreetCam and Wikimedia Commons, then uses VLM Run (vlmrun) to generate a travel video and a travel plan. Use when the user wants a travel brochure, destination guide, travel video, or travel planning for a city.
Why use this skill?
Instantly create professional travel brochures, video content, and 1-day city itineraries using street-level photos and AI-powered planning tools.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/mehediahamed/travel-destination-brochureWhat This Skill Does
The travel-destination-brochure skill is a comprehensive automation tool designed to generate high-quality travel materials for any city in the world. By leveraging public datasets, it transforms raw location data into engaging content. The skill automatically fetches street-level imagery from OpenStreetCam and iconic landmark photographs from Wikimedia Commons. Once the raw visual data is gathered, it integrates with the VLM Run (vlmrun) platform to synthesize professional travel videos and structured, day-long itineraries. Whether you are planning a weekend getaway or seeking creative inspiration for a blog, this skill automates the research, visualization, and copywriting phases of travel planning.
Installation
- Ensure you have Python 3.10 or higher installed on your system.
- Navigate to your OpenClaw skills directory and use the
clawhub install openclaw/skills/skills/mehediahamed/travel-destination-brochurecommand. - Create a virtual environment using
uv venvand activate it. - Install necessary dependencies by running
uv pip install vlmrun[cli] requests. - For full functionality, obtain a VLMRUN_API_KEY and configure it in your environment variables or local .env file.
Use Cases
- Creating quick video previews of potential vacation spots to help with decision making.
- Generating structured 1-day travel itineraries for travel blogs or social media content.
- Scouting local landmarks and street-level aesthetics for travel photography inspiration.
- Assisting travel agents by automating the initial research and brochure generation for client requests.
Example Prompts
- "Build a 1-day travel brochure and a short video for Kyoto, Japan, focusing on traditional temples."
- "Create a travel guide for Lisbon, Portugal; make sure to include landmarks and suggest a local activity plan."
- "I'm planning a trip to New York City. Can you generate a video and a day-long itinerary highlighting unique street-level views?"
Tips & Limitations
- Ensure you have a stable internet connection, as fetching large datasets from Wikimedia and OpenStreetCam can be bandwidth-intensive.
- While basic functions are free, high-volume video generation through VLM Run requires a paid API key.
- For best results, use specific city names. If a city has multiple locations globally, provide a country or state context for higher accuracy.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-mehediahamed-travel-destination-brochure": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api, code-execution