🧪 Skills

Houston Transtar Watch

--- name: houston-transtar-watch description: "Poll Houston TranStar incidents RSS every 10 minutes and WhatsApp me when there are changes." requires: {} os: ["linux", "macos", "windows"] schedule:

v1.0.0
❤️ 0
⬇️ 133
👁 1
Share

Description


name: houston-transtar-watch description: "Poll Houston TranStar incidents RSS every 10 minutes and WhatsApp me when there are changes." requires: {} os: ["linux", "macos", "windows"] schedule: cron: "*/10 * * * *" deliver: true channel: whatsapp

Houston TranStar Watcher

Overview

This skill is a specialized traffic monitor for the Greater Houston area. It interfaces with the Houston TranStar Real-Time Incident RSS feed to detect new accidents, stalled vehicles, and road closures.

Technical Runbook

The following logic is executed every 10 minutes via the internal cron scheduler:

  1. Script Execution: The skill navigates to the local directory and executes the diff-check logic:
    python3 transtar_diff.py
    
  2. Output Parsing: - If the script returns the string NO_CHANGES, the process terminates immediately to save bandwidth and prevent notification fatigue.

If any other text is returned, it is treated as a "Delta Report" of new incidents. 3. Delivery Logic When a "Delta Report" is generated, the content is formatted for mobile viewing and pushed via the WhatsApp Gateway to the configured recipient.

  1. Use Cases Automated commute monitoring for Houston residents.

Alerting logistics teams to major freeway closures on I-10, I-45, and US-59.3.

Reviews (0)

Sign in to write a review.

No reviews yet. Be the first to review!

Comments (0)

Sign in to join the discussion.

No comments yet. Be the first to share your thoughts!

Compatible Platforms

Pricing

Free

Related Configs