competitor-news-monitor

Monitors declared companies for material news events and delivers cited digests on a schedule.

Updated Aug 21, 2026
One-click install
npx skills add https://github.com/TylerSimons1127/vibe --skill competitor-news-monitor-tylersimons1127
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: competitor-news-monitor
Source: https://github.com/TylerSimons1127/vibe/tree/main/skills/research/competitor-news-monitor
Command: npx skills add https://github.com/TylerSimons1127/vibe --skill competitor-news-monitor-tylersimons1127

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Keeping up with competitor moves manually means scanning dozens of newsrooms, changelogs, pricing pages, and press articles, then figuring out which stories actually matter. This Skill automates recurring competitor intelligence: it tracks a defined watchlist, deduplicates syndicated coverage into single events, filters by business significance, and delivers a digest citing primary sources. ## Core Features & Use Cases - Watchlist Setup: Freeze canonical company names, domains, aliases, event categories, cadence, and a materiality threshold into a persistent watch contract stored as a JSON state file. - Scheduled Ticks: Runs as a cronjob that incrementally collects news since the last cutoff, deduplicates by underlying event, and scores materiality against the contract. - Cited Digests: Reports each material event with evidence links, what changed, why it matters, and confidence — or stays silent when nothing qualifies. - Use Case: Ask the agent to monitor five competitors weekly; it builds source coverage across newsrooms, pricing pages, and regulatory filings, schedules a Monday 9am job, and delivers a digest only when something material happens, such as a pricing change or executive departure. ## Quick Start Set up a weekly competitor watch for Acme Corp, Globex, and Initech covering pricing changes, product launches, and funding events, and deliver the digest to me every Monday morning.

Frequently Asked Questions about competitor-news-monitor

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

FAQPage Schema
How do I monitor competitor news automatically on a schedule?▼

Define a watchlist of companies with domains, aliases, and event categories, then the skill builds source coverage and creates a cronjob. Each scheduled tick collects news since the last cutoff, deduplicates events, scores materiality, and delivers a digest with primary-source citations.

How to deduplicate news articles about the same company announcement?▼

Deduplicate by the underlying event rather than the article: collapse syndicated stories, rewrites, URL variants, and press release coverage into one event. Keep independently sourced corroboration attached so one announcement appears exactly once regardless of article count.

What sources should I track for competitor intelligence?▼

Prioritize official newsrooms, blogs, changelogs, pricing and product pages, regulatory filings, investor relations, and status or security pages. Reputable trade and financial press add coverage, while job postings serve only as weak supporting signals, not confirmed strategy.

Can this skill handle a source failing during a scheduled run?▼

Yes. A source failure is recorded as unknown coverage, never reported as "no news." The incremental cutoff only advances for successfully covered sources, so failed sources are rechecked on the next tick instead of silently losing coverage.

When should I not use a competitor news monitoring workflow?▼

Avoid it for one-off company research, where direct web search and extraction are faster, and for plain feed reading, which a blog watcher handles. It is designed for recurring, materiality-filtered monitoring of a declared company set, not ad hoc lookups.