What problem does it solve?
Setting up ongoing monitoring of brand, company, or product mentions usually means manually configuring Google Alerts or building custom tooling. This Skill walks an agent through creating a keyword coverage tracker config, saving it via the newsjack CLI, and handing the recurring schedule to the user's agent harness.
Core Features & Use Cases
- Tracker Config Creation: Builds a JSON config with a tracker name, lookback window, and keywords, each annotated with what it actually means and optional exclusion hints to filter wrong matches.
- CLI Persistence: Saves the config with
newsjack coverage init <slug> and supports updating existing trackers via newsjack coverage status and --force.
- Agent-Native Scheduling: Schedules the recurring check as a prompt in the user's agent (Claude, Codex, Hermes, OpenClaw) instead of system-level cron or launchd.
- Use Case: A startup wants to know whenever its product name gets real press coverage. The agent asks for keywords and their meanings, writes the config, saves it, schedules a daily check, and runs the first pass immediately.
Quick Start
Ask your agent to set up a coverage tracker for your company name and product keywords, then have it schedule a daily coverage-tracker run.