ElasticFlow
HubAll SkillsBy DepartmentBy RoleBy ToolBy MetricMCPsPublishers
WebsiteLoginSign Up
ElasticFlow

Transform your business with AI-powered workflow automation. One unified platform for all your enterprise needs.

Follow us

Platform

  • Features
  • Benefits
  • Use Cases
  • Workflow Library

Use Cases

  • Sales
  • Marketing
  • Finance & Legal
  • HR

Catalogue

  • Departments
  • Roles
  • Tools
  • Metrics
  • Platforms

Growth

  • Referral Program
  • Partners

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy
  • Acceptable Use
  • Security
  • SLA

© 2026 ElasticFlow. All rights reserved.

ElasticFlow
HubAll SkillsBy DepartmentBy RoleBy ToolBy MetricMCPsPublishers
WebsiteLoginSign Up
ElasticFlow

Transform your business with AI-powered workflow automation. One unified platform for all your enterprise needs.

Follow us

Platform

  • Features
  • Benefits
  • Use Cases
  • Workflow Library

Use Cases

  • Sales
  • Marketing
  • Finance & Legal
  • HR

Catalogue

  • Departments
  • Roles
  • Tools
  • Metrics
  • Platforms

Growth

  • Referral Program
  • Partners

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy
  • Acceptable Use
  • Security
  • SLA

© 2026 ElasticFlow. All rights reserved.

ElasticFlow
HubAll SkillsBy DepartmentBy RoleBy ToolBy MetricMCPsPublishers
WebsiteLoginSign Up
  1. Hub
  2. All Skills
  3. Newsletter Monitor
AI SkillMonitor NewslettersSales

Newsletter Monitor — turn industry newsletters into a buying-signal feed — Claude Skill

A Claude Skill for Claude Code by Gooseworks — run /newsletter-monitor in Claude·Updated Apr 10, 2026

Compatible withClaude·ChatGPT·OpenClaw

Scan inbox newsletters for keyword campaign matches

  • Scans inbox via AgentMail for newsletter signals
  • Configurable keyword campaigns per topic
  • Extracts matched keywords and context snippets
  • Surfaces company mentions
  • Outputs structured signal feed

Who this is for

SDR / BDR

Research done, emails drafted, meetings booked. These skills multiply your output without sacrificing personalization.

See skills for this role

What it does

Industry newsletter intelligence

Stop reading 20 newsletters per week — get the signals that match your buying triggers automatically.

Acquisition watch

Track acquisitions and mergers in your space the moment they're announced in industry newsletters.

Hiring signal feed

Get hiring news from industry newsletters delivered as actionable signals.

How it works

1

Subscribe to relevant industry newsletters

2

Configure keyword campaigns per signal type

3

Scan incoming newsletters for matches

4

Extract matched snippets and company mentions

5

Output signal feed for follow-up

Metrics this improves

Lead Generation
More qualified leads from converting newsletter signals into outbound
Sales

Works with

Gmail
API

Inbox source for newsletter scanning

Similar skills

Auto-suggested by attribute overlap. Side-by-side comparison shows what differs.

Compare all 4 →

Disqualification Handling

by Gooseworks
↳mqlvsno-handoff(Handoff stage)·text, api-credentialsvstext(What you provide)·markdown, csvvsmarkdown, email(Output formats)

Champion Move Outreach

by Gooseworks
↳BANTvsMEDDIC, BANT(Sales methodology)·intent-datavsjob-change(Trigger signal)·mqlvsmeeting-booked(Handoff stage)

Customer Win-Back Sequencer

by Gooseworks
↳BANTvsMEDDIC, BANT(Sales methodology)·intent-datavschurn-recovery(Trigger signal)·mqlvsmeeting-booked(Handoff stage)
Sorted by attribute overlap × differentiation. Newsletter Monitor shares 18+ attributes with each.

Want to use Newsletter Monitor?

Choose how to get started.

Run in Claude Code
Free. Open source.

Install and run this skill locally on your computer.

1
Install Claude Code

Open a terminal on your computer and paste this command:

2
Install the skill

This downloads the skill with all its files to your computer:

Add -g at the end to make it available in all your projects.

3
Run it

Start Claude Code, then type the command:

then
View source on GitHub
Use on ElasticFlow
Team and collaboration features

Run skills from your browser. Share results, manage access, collaborate with your team. No terminal needed.

Free 14-day trial. Cancel anytime.

View on GitHub

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

# 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 - Accounting technology adoption

CLI Options

FlagDescriptionDefault
--campaign NAMERun only a specific campaignAll campaigns
--days NOnly scan emails from last N daysNo limit
--keywords "a,b,c"Custom keywords (overrides campaigns)Use campaigns.json
--output json|summaryOutput formatjson
--inbox ADDRESSOverride inbox addressAGENTMAIL_INBOX env or [email protected]
--limit NMax messages to fetch100

Output

JSON mode (default)

Returns an array of matched messages with:

  • message_id, from, subject, date
  • matched_campaigns - which campaigns triggered
  • matched_keywords - specific keywords found
  • context_snippets - 200-char window around each match
  • companies_mentioned - capitalized multi-word phrases near matches

Summary mode

Human-readable report showing matched emails grouped by campaign with snippets and detected companies.

Downstream Skills

When newsletter signals are found, chain to:

  • company-contact-finder - look up contacts at mentioned companies
  • accounting-news-monitor - combine with direct news monitoring for fuller signal coverage
ElasticFlow

Transform your business with AI-powered workflow automation. One unified platform for all your enterprise needs.

Follow us

Platform

  • Features
  • Benefits
  • Use Cases
  • Workflow Library

Use Cases

  • Sales
  • Marketing
  • Finance & Legal
  • HR

Catalogue

  • Departments
  • Roles
  • Tools
  • Metrics
  • Platforms

Growth

  • Referral Program
  • Partners

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy
  • Acceptable Use
  • Security
  • SLA

© 2026 ElasticFlow. All rights reserved.