ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified utilities Safety 5/5

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

What This Skill Does

The openclaw-tour-planner is a comprehensive travel management utility designed to integrate seamlessly into your OpenClaw agent environment. It functions as a personal concierge, leveraging a suite of open-source and free-tier APIs to assist with end-to-end trip planning. Unlike standard web search tools, this skill uses structured data from Wikivoyage for reliable cultural information, OSM for accurate geocoding via Nominatim, and Visual Crossing for historical and forecast weather patterns. It transforms abstract travel requests into actionable, day-by-day itineraries, complete with attraction recommendations and budgetary estimates.

Installation

To get started, you can install the skill via the ClawHub platform or directly through the OpenClaw command-line interface. Run clawhub install Asif2BD/openclaw-tour-planner or openclaw skills install openclaw-tour-planner. If you prefer to manage the source code locally, clone the repository at https://github.com/Asif2BD/openclaw.tours.git, install the required dependencies using npm install, and register the skill within your agent's configuration file. Ensure your environment is set up for Node.js execution to support the local itinerary engine.

Use Cases

This skill is perfect for digital nomads, families planning vacations, or business travelers who need a rough framework for their trips. You can use it to generate a balanced 7-day schedule, perform 'what-if' scenarios regarding budget fluctuations, or quickly verify if your chosen travel window aligns with favorable weather conditions in specific regions. It is particularly useful for discovering hidden gems that are documented in Wikivoyage but often missed by mainstream travel blogs.

Example Prompts

  1. "Plan a 5-day trip to Tokyo in April, keeping the budget mid-range and focusing on cultural landmarks."
  2. "What is the weather usually like in Paris during October, and what should I pack?"
  3. "Recommend a list of family-friendly activities in Rome that don't cost more than 50 euros per person."

Tips & Limitations

To maximize effectiveness, provide specific dates and clear budget preferences (e.g., 'budget-friendly', 'luxury'). Note that while the tool uses real-time API data, local business hours for attractions can sometimes vary; always cross-reference critical bookings. The skill relies on free-tier APIs; therefore, avoid spamming requests to ensure you stay within the daily limits of services like Visual Crossing and Nominatim. If a request fails, try refining your location specificity.

Metadata

Author@asif2bd
Stars4473
Views1
Updated2026-05-01
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 Score: 5/5

Flags: network-access, external-api