InTouch Hub · Blue Isle Software

RSS Keyword Watch

Polls an RSS feed and notifies when any entry's title or summary contains a configured keyword.

rssnewskeywordcontains

RSS Keyword Watch

Polls an RSS feed and notifies the owner when at least one recent entry's title or summary contains a configured keyword.

What it does

On each fire (default hourly — edit the schedule when you install), the monitor calls the rss-reader tool with the configured feed URL, pulling entries from the last 24 hours. The when: arm uses the contains operator against the generated digest text to detect whether any entry mentions the keyword.

If yes, notify with the full digest. If no, fall through to the else: arm and do nothing.

Edit before installing

In monitor.yaml:

Bindings used

Tool used

rss-reader — hub-installed YAML tool, no API key required. Works with any standard RSS or Atom feed.

Pattern showcase

The contains operator is the most useful condition operator for content monitoring. It's a plain string substring check — no regex, no escaping. For fuzzy matching ("posts that sound critical of our product"), use an ai: arm instead — see the hn-keyword-watch monitor for that pattern.

Watch-out

This monitor does not de-duplicate across fires. If your feed re-publishes the same matching entry every hour, you'll get an hourly notification until it falls outside hoursBack. To suppress duplicates, lower hoursBack to match your schedule interval, or pair with a separate state-tracking tool.