ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/asif2bd/openclaw-tour-planner
Or

OpenCLAW 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

FeatureDescriptionData Source
Itinerary PlanningDay-by-day trip plansWikivoyage + OSM
Weather Forecasts15-day weather outlookVisual Crossing
GeocodingLocation lookupNominatim
Budget EstimationCost breakdown by categoryLocal data + APIs
Attraction DiscoveryTop sights and hidden gemsWikivoyage
Cultural TipsLocal customs and etiquetteWikivoyage

Commands

CommandDescriptionExample
planGenerate full itinerary/tour plan Tokyo 5 days in April
weatherGet destination weather/tour weather Tokyo next week
budgetEstimate trip costs/tour budget Tokyo 5 days mid-range
attractionsFind things to do/tour attractions Tokyo family-friendly
guideGet 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)

ServicePurposeLimits
NominatimGeocoding1 req/sec
Visual CrossingWeather1000 records/day
WikivoyageTravel guidesUnlimited
RestCountriesCountry infoUnlimited
ExchangeRate-APICurrency1500 req/month

Configuration

Environment Variables

Metadata

Author@asif2bd
Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-asif2bd-openclaw-tour-planner": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#travel#itinerary#weather#tourism#planning
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.