travel-planner

Monitor flight prices across routes and alert on deals.

Updated Feb 1, 2026
One-click install
npx skills add https://github.com/gulasz101/travel_planner.skill.md --skill travel-planner-gulasz101
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: travel-planner
Source: https://github.com/gulasz101/travel_planner.skill.md/tree/main
Command: npx skills add https://github.com/gulasz101/travel_planner.skill.md --skill travel-planner-gulasz101

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Travel planning often requires constant price checks and monitoring to catch deals on flights; this skill automates that, tracking prices and notifying you when a good deal appears.

Core Features & Use Cases

  • Automated price monitoring across multiple routes with daily checks
  • Deal detection & alerts based on price drops and historical trends
  • Unified queries via quick commands and natural language to fetch current prices or status

Quick Start

Ask me to monitor a route, for example: "Monitor flights from DUS to WAW".

Frequently Asked Questions about travel-planner

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate flight price monitoring for specific routes?

Automate flight price monitoring by invoking natural language commands like "Monitor flights from DUS to WAW" to track routes, parse dates, and schedule daily checks via cron. The skill validates airports and stores per-route price history locally to detect deals.

Can I track flight prices across multiple routes with flexible dates?

Track flight prices across multiple routes using flexible dates by configuring per-route thresholds. The skill parses natural language dates, validates airports, and stores historical data locally for each route to alert you on price drops.

How do I get alerts for flight price drops and deals?

Get alerts for flight price drops by setting per-route thresholds. The skill detects deals based on historical trends and delivers notifications via your configured channel, using OpenClaw cron and browser tools for automated web scraping checks.

Do I need cron and browser tools to track flight prices?

You need OpenClaw cron and browser tools to automate web scraping for flight prices. These dependencies enable the skill to run scheduled checks, validate airports, and scrape current prices to update your local price history.

What is the best way to check current flight prices using natural language?

Check current flight prices by issuing quick user invocations or natural language queries. The skill parses your input, validates the airports, queries current prices, and returns the status of your monitored routes instantly.

Are there limitations when monitoring flight prices with local storage?

Limitations of local storage for flight price monitoring include relying on the local environment to persist per-route history. If local storage is cleared, historical trends for deal detection and price drop alerts are lost.