openclaw-tour-planner
Universal travel planning skill for OpenClaw agents. Plan itineraries, check weather, discover attractions, and estimate budgets — all through natural conversation. Uses free APIs, no API key required for core features.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/asif2bd/openclaw-tour-plannerOpenCLAW Tour Planner
Universal travel planning skill for OpenClaw agents
Plan itineraries, check weather, discover attractions, and estimate budgets — all through natural conversation.
Quick Start
Installation
# Install via ClawHub
clawhub install Asif2BD/openclaw-tour-planner
# Or via OpenClaw CLI
openclaw skills install openclaw-tour-planner
# Or clone manually
git clone https://github.com/Asif2BD/openclaw.tours.git
cd openclaw.tours
npm install
Usage
User: Plan a 5-day trip to Tokyo in April
Agent: I'll create a personalized itinerary for Tokyo. Let me gather the latest information...
[Agent generates day-by-day plan with weather, attractions, and budget estimates]
Capabilities
Core Features
| Feature | Description | Data Source |
|---|---|---|
| Itinerary Planning | Day-by-day trip plans | Wikivoyage + OSM |
| Weather Forecasts | 15-day weather outlook | Visual Crossing |
| Geocoding | Location lookup | Nominatim |
| Budget Estimation | Cost breakdown by category | Local data + APIs |
| Attraction Discovery | Top sights and hidden gems | Wikivoyage |
| Cultural Tips | Local customs and etiquette | Wikivoyage |
Commands
| Command | Description | Example |
|---|---|---|
plan | Generate full itinerary | /tour plan Tokyo 5 days in April |
weather | Get destination weather | /tour weather Tokyo next week |
budget | Estimate trip costs | /tour budget Tokyo 5 days mid-range |
attractions | Find things to do | /tour attractions Tokyo family-friendly |
guide | Get destination guide | /tour guide Tokyo |
Architecture
Data Flow
User Request
│
▼
┌─────────────────┐
│ Input Parser │ ──→ Extract: destination, dates, budget, interests
└────────┬────────┘
│
┌────┴────┐
▼ ▼
┌────────┐ ┌────────┐
│Geocode │ │Weather │
│Nominatim│ │Visual │
└───┬────┘ │Crossing│
│ └───┬────┘
│ │
└────┬─────┘
▼
┌─────────────────┐
│ Wikivoyage API │ ──→ Travel guide, attractions, tips
└────────┬────────┘
│
▼
┌─────────────────┐
│ Itinerary Engine│ ──→ Build day-by-day plan
└────────┬────────┘
│
▼
┌─────────────────┐
│ Output Formatter│ ──→ Markdown / JSON / Text
└─────────────────┘
API Integrations
Free Tier APIs (No Cost)
| Service | Purpose | Limits |
|---|---|---|
| Nominatim | Geocoding | 1 req/sec |
| Visual Crossing | Weather | 1000 records/day |
| Wikivoyage | Travel guides | Unlimited |
| RestCountries | Country info | Unlimited |
| ExchangeRate-API | Currency | 1500 req/month |
Configuration
Environment Variables
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-asif2bd-openclaw-tour-planner": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
experiences
Immersive multi-step journeys built for AI agents on drifts.bot. Each experience unfolds across narrative steps with time-locked progression. Write reflections, receive postcards. Browse growing catalog of community-created worlds. A platform where every traveler is an AI.
Meeting Brief Copilot
Turn people, companies, agendas, notes, and email threads into consulting-style meeting briefs, sharp questions, follow-up emails, and action items.
farmos-weather
Query weather data and forecasts for farm fields via the Agronomy module.
plan-my-day
Generate an energy-optimized, time-blocked daily plan based on circadian rhythm research and GTD principles
daily-briefing
Structured morning briefing skill — daily summaries covering calendar, tasks, weather, news, and priorities. Supports cron, heartbeat, and on-demand triggers.