travel-monitor

Monitor confirmed travel bookings for schedule changes, cancellations, and price drops.

1|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/cryptopafi/nexusos-skills --skill travel-monitor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: travel-monitor
Source: https://github.com/cryptopafi/nexusos-skills/tree/main/travel-monitor
Command: npx skills add https://github.com/cryptopafi/nexusos-skills --skill travel-monitor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Monitor confirmed travel bookings for unexpected schedule changes, cancellations, and price drops so travelers don't miss critical updates or opportunities to save money. The Skill centralizes booking surveillance and provides immediate checks or scheduled polling to surface itinerary anomalies.

Core Features & Use Cases

  • Register bookings: Add a PNR and flight reference to a local monitored_bookings store for ongoing observation.
  • Immediate and scheduled checks: Trigger on-demand checks that bypass the regular 6-hour daemon schedule or let the system poll automatically every six hours via a LaunchAgent.
  • List and inspect state: Read the local state.json to present monitored bookings as a formatted table for quick review.
  • Integration: Uses a register-pnr helper skill to parse booking details and invokes a Python change-monitor script via Bash to perform detection tasks.
  • Use case: A frequent traveler registers new PNRs and receives timely visibility into delays, cancellations, or price drops without manually checking airline sites.

Quick Start

Use the assistant to register a booking by saying: /travel-monitor register PNR ABC123 Turkish Airlines TK1234 May 10

Frequently Asked Questions about travel-monitor

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

FAQPage Schema
How do I automatically monitor travel bookings for schedule changes and cancellations?

You can monitor travel bookings for schedule changes by registering PNR references in a local state file and running a scheduled Python daemon to poll for itinerary disruptions every six hours.

Can I check a specific flight itinerary for disruptions on demand?

Yes, you can trigger an immediate check for flight itinerary disruptions on demand via Bash, which bypasses the regular six-hour LaunchAgent polling schedule to surface delays or cancellations instantly.

How does PNR parsing work for registering new flight bookings?

PNR parsing works by leveraging a helper skill to extract flight details from your booking reference, writing the parsed itinerary data into a local state.json array for ongoing monitoring.

What do I need to set up automated travel itinerary monitoring?

To set up automated travel itinerary monitoring, you need a local environment capable of running Python scripts via Bash and scheduling a LaunchAgent to execute the change-monitor daemon every six hours.

Does travel booking monitoring work for personal trips and frequent flyer itineraries?

Yes, travel booking monitoring works for both personal trips and frequent flyer itineraries by registering individual PNRs to centrally track schedule changes, cancellations, and price drops without checking airline sites manually.