Hand-built (22)
Written here against each vendor’s real API, with the operations a workflow actually needs.
- API Health Check — Daily HTTP GET against an API endpoint. Notifies the owner's inbox when the endpoint returns a non-200 response code.
- Disk Space Watch — Hourly disk usage check on the host running InTouch. Notifies when any mount exceeds a configured percentage.
- DNS Change Watch — Daily DNS snapshot diff against a stored baseline. Notifies when any watched record changes.
- Drawing Folder Watcher — Poll a Google Drive folder for new and revised construction drawings; daily/hourly digest by project. Detects file additions and modified-time changes via Sheet-backed state. (For machine shops with Gmail-attached drawings, use drawing-rev-watcher instead.)
- Email / Domain Breach Monitor — Monitor a list of email accounts and/or a verified domain against the Have I Been Pwned v3 API. Keeps state of already-seen breaches and alerts only when a new breach affecting your people is disclosed. Companion to leaked-password-scan (accounts here, passwords there). Requires a paid HIBP API key.
- Event Price Watch — Hourly check on a single event's cheapest listing. Notifies when the price drops to or below a configured threshold.
- Game-Day Fire Sale Watch — Day-of polling for last-hour panic-drop listings. Iterates a list of upcoming events and fires per-event when a steep discount appears within the final hours before tip-off.
- Good-Seat AI Watch — Fetches current listings and uses an AI-arm to flag listings that represent notably good value for their section. Goes beyond raw threshold checks.
- grades-monitor — Check the school portal every afternoon, text you when new grades post
- Hacker News Keyword Watch — Daily Hacker News scan with a literal keyword arm and an AI-arm fallback for fuzzy topic detection.
- Host Reachable Watch — Daily ICMP ping of a host via the network-ping tool. Notifies the owner when the host is unreachable (non-zero ping exit code).
- Listing Change Watcher — Poll Gmail for MLS alert emails (price drops, status changes, new listings on saved searches). Classify each via Claude, log to a Google Sheet, and notify the agent. Inbound automation via Gmail.
- News Sentiment Check — Uses an AI-driven structured check to read recent headlines and classify them; arms branch on the structured outputs.
- RSS Keyword Watch — Polls an RSS feed and notifies when any entry's title or summary contains a configured keyword.
- Seminole Hard Rock Watch — Fetches upcoming Hard Rock Live shows at a configured Seminole Hard Rock property and uses an AI-arm to flag listings that look like good value relative to typical pricing for that venue.
- SSL Certificate Watch — Daily check of SSL certificate expiration dates for a list of domains. Notifies when any certificate is within the configured renewal window.
- Stocks Portfolio Watch — Iterates a portfolio of tickers and fires a per-ticker alert when any drops more than the configured percentage.
- Upcoming Birthdays Reminder — Daily check of a birthday list. Notifies the owner when birthdays fall within the next 7 days.
- URLs Uptime Watch — Iterates a list of URLs and fires a per-URL alert when any returns a non-success HTTP status code.
- Weather Severe Watch — Daily forecast check for severe conditions. Tiered alerts on extreme cold, extreme heat, and dangerous weather wording.
- Website Change Watch — Daily check of a webpage for content changes via the website-change tool. Notifies the owner when the page content has changed since the last check.
- Zendesk SLA Watch — Watch open Zendesk tickets and alert contacts with the current ticket list each run.