Agent skill

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.

gooseworks-aigithub.com/gooseworks-aiGitHub ↗
claude-codecodexcursorships scriptsMIT
Install
npx skills add gooseworks-ai/goose-skills --skill newsletter-monitor --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 4
SKILL.md size: 3 KB
Bundled scripts: yes
Path: skills/monitoring/composites/newsletter-monitor/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,091
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Quick Start
  2. Dependencies
  3. Configuration
  4. CLI Options
  5. Output
  6. JSON mode (default)
  7. Summary mode
  8. Downstream Skills
Ships with 3 files
  • config/campaigns.json
  • scripts/scan_newsletters.py
  • skill.meta.json
Commands it runs
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
More from goose-skills
All skills →
About this skill
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.

Keep going