Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
aiagentwithdhruv avatar

Email Outreach

  • 1 installs
  • 2 repo stars
  • Updated March 15, 2026
  • aiagentwithdhruv/automation

email-outreach is a Claude Code skill that manages Gmail inboxes, runs cold email campaigns via Instantly, and sets up automated email sequences.

About

email-outreach is a Claude Code skill for managing Gmail inboxes and running cold email campaigns. It checks unread mail across accounts, labels and archives messages, creates Instantly campaigns, and sets up welcome sequences. A developer or operator uses it to automate outreach and inbox management.

  • Manages multi-account Gmail: unread checks, labeling, and archiving
  • Runs cold email campaigns via Instantly with personalized templates
  • Sets up welcome and drip email sequences for onboarding

Email Outreach by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #748 of 853 Sales & Marketing skills by installs in the Skillselion catalog
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

email-outreach capabilities & compatibility

Requires INSTANTLY_API_KEY and GOOGLE_APPLICATION_CREDENTIALS

Capabilities
cold email · inbox management · drip sequences
Works with
gmail
Use cases
email · marketing
Pricing
Bring your own API key
From the docs

What email-outreach says it does

Manage Gmail inboxes, create cold email campaigns, set up auto-replies, and send welcome email sequences.
SKILL.md
Manage multi-account Gmail, run cold email campaigns via Instantly, and automate email sequences.
SKILL.md
For onboarding new clients with automated welcome flows.
SKILL.md
npx skills add https://github.com/aiagentwithdhruv/automation --skill email-outreach

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
repo stars2
Last updatedMarch 15, 2026
Repositoryaiagentwithdhruv/automation

What it does

Run cold email campaigns and manage multi-account Gmail with labels, archiving, and drip sequences.

Who is it for?

Automating cold outreach and multi-account Gmail management

When should I use this skill?

Checking email, sending outreach, creating campaigns, or setting up drip sequences

What you get

Sent outreach campaigns and organized inboxes with automated sequences

  • cold email campaign
  • labeled and archived inbox

By the numbers

  • 3 required Gmail scopes (modify, labels, settings.basic)

Files

SKILL.mdMarkdownGitHub ↗

Email & Outreach Automation

Goal

Manage multi-account Gmail, run cold email campaigns via Instantly, and automate email sequences.

Gmail Management

Check Unread Across All Accounts

python3 scripts/gmail_unified.py --query "is:unread" --limit 50

Check Specific Account

python3 scripts/gmail_unified.py --query "is:unread" --account yourcompany

Label and Archive

python3 scripts/gmail_unified.py \
  --query "from:notifications@" --label "Notifications" --archive

Dry Run (Preview)

python3 scripts/gmail_unified.py \
  --query "subject:invoice" --label "Invoices" --dry-run

Cold Email Campaigns

Key steps: 1. Prepare lead list (use lead-gen-sales skill first) 2. Casualize names for personalization 3. Create campaign in Instantly with templates 4. Set up auto-reply triggers

Welcome Email Sequences

For onboarding new clients with automated welcome flows.

Required Gmail Scopes

  • gmail.modify — Read/write emails
  • gmail.labels — Create/manage labels
  • gmail.settings.basic — Manage settings

Environment Variables

INSTANTLY_API_KEY
GOOGLE_APPLICATION_CREDENTIALS

Related skills

Sales & Marketinglifecycledistribution

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.