newsletter-monitor
Scan an AgentMail inbox for newsletter signals using configurable keyword campaigns. Extracts matched keywords, context snippets, and company mentions from incoming emails. Use for monitoring accounting industry newsletters for buying signals like acquisitions, migrations, and staffing news.
npx skills add gooseworks-ai/goose-skills --skill newsletter-monitor --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Newsletter Monitor Scan an AgentMail inbox for newsletter signals using configurable keyword campaigns. Designed for monitoring accounting industry newsletters for buying signals like acquisitions, Sage Intacct migrations, staffing challenges, and technology adoption. ## Quick Start ```bash # Set your API key export AGENTMAIL_API_KEY="your_key_here" # Scan inbox with all campaigns (summary view) python3 skills/newsletter-monitor/scripts/scan_newsletters.py --output summary # Scan specific campaign, last 7 days python3 skills/newsletter-monitor/scripts/scan_newsletters.py --campaign acquisitions --days 7 --output summary # JSON output for downstream processing python3 skills/newsletter-monitor/scripts/scan_newsletters.py --output json --limit 50 ``` ## Dependencies ``` pip3 install agentmail python-dotenv ``` ## Configuration Keyword campaigns are defined in `config/campaigns.json`. Each campaign has a description and a list of keywords for case-insensitive substring matching. Built-in campaigns: - **acquisitions** - CPA firm M&A activity - **sage_intacct** - Sage Intacct migration and implementation signals - **staffing** - Accounting talent and staffing challenges - **technology
- Quick Start
- Dependencies
- Configuration
- CLI Options
- Output
- JSON mode (default)
- Summary mode
- Downstream Skills
Set your API key export AGENTMAIL_API_KEY="your_key_here" Scan inbox with all campaigns (summary view) python3 skills/newsletter-monitor/scripts/scan_newsletters.py --output summary Scan specific campaign, last 7 days python3 skills/newsletter-monitor/scripts/scan_newsletters.py --campaign acquisitions --days 7 --output summary JSON output for downstream processing python3 skills/newsletter-monitor/scripts/scan_newsletters.py --output json --limit 50
What does the newsletter-monitor skill do?
Scan an AgentMail inbox for newsletter signals using configurable keyword campaigns. Extracts matched keywords, context snippets, and company mentions from incoming emails. Use for monitoring accounting industry newsletters for buying signals like acquisitions, migrations, and staffing news.
How do I install it?
Run `npx skills add gooseworks-ai/goose-skills --skill newsletter-monitor --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From gooseworks-ai/goose-skills, a repository with 1,091 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
