kevinbadi/ai-os-skills · Archived

instantly-email

Cold email outreach via Instantly.ai API.

First seen Apr 8, 2026

Installation

$ npx skills add kevinbadi/ai-os-skills --skill instantly-email

Summary

  • Cold email outreach via Instantly.ai API.
  • Upload leads from business_leads table to campaigns, manage templates, track opens/replies/bounces, sync replies back to DB.
  • Trigger when asked to send cold emails, manage email campaigns, check email analytics, upload leads to Instantly, or sync email replies.

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from kevinbadi/ai-os-skills · top by installs.

npx skills add kevinbadi/ai-os-skills

Browse all from kevinbadi/ai-os-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 55
License MIT
Default branch main
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 3,271 B
  • docs SUMMARY.md 326 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 4 installs

SKILL.md

Instantly Email Outreach

Automated cold email outreach via Instantly.ai API. Manages the full email pipeline: lead upload → campaign activation → analytics tracking → reply sync.

What It Does

  • Upload leads from business_leads table to Instantly campaigns
  • Manage campaigns — activate, pause, check status
  • Update templates with approved email copy
  • Track analytics — opens, replies, bounces → stored in DB
  • Sync replies back to business_leads for follow-up
  • Daily reports on campaign performance

Scripts

instantly-setup.js

Create all campaign templates in Instantly.

node skills/instantly-email/scripts/instantly-setup.js [--dry-run]

instantly-upload.js

Upload pending leads from DB to Instantly campaigns.

node skills/instantly-email/scripts/instantly-upload.js [--dry-run] [--limit 50]

instantly-add-leads.js

Add leads by category to campaigns.

node skills/instantly-email/scripts/instantly-add-leads.js [--category general] [--limit 50] [--dry-run]

instantly-activate.js

Activate, pause, or list campaign status.

node skills/instantly-email/scripts/instantly-activate.js              # List all
node skills/instantly-email/scripts/instantly-activate.js --all        # Activate all
node skills/instantly-email/scripts/instantly-activate.js --all --pause # Pause all
node skills/instantly-email/scripts/instantly-activate.js <id>         # Activate one

instantly-analytics.js

Fetch campaign analytics and sync to database.

node skills/instantly-email/scripts/instantly-analytics.js

instantly-sync-replies.js

Check for new replies and update lead status in DB.

node skills/instantly-email/scripts/instantly-sync-replies.js

instantly-status.js

Quick overview of all campaigns and stats.

node skills/instantly-email/scripts/instantly-status.js [--verbose]

instantly-update-templates.js

Update email templates in all campaigns.

node skills/instantly-email/scripts/instantly-update-templates.js [--dry-run]

instantly-reset-and-push.js

Nuclear reset: delete all leads, reset DB, re-push everything.

node skills/instantly-email/scripts/instantly-reset-and-push.js

Environment Variables

INSTANTLY_API_KEY=xxx
INSFORGE_CONNECTION_STRING=xxx

Database

  • businessleads.outreachstatus — tracks email state:

- pendingemailqueuedemailsentemailopenedemailreplied / email_bounced

  • instantlycampaignanalytics_overview — daily campaign stats
  • instantlyemaildaily_analytics — per-email analytics

Cron Schedule

Time Task
06:00 daily Upload new leads to campaigns
18:00 daily Sync analytics + replies

Template Variables

  • {{firstName}} — Lead's first name
  • {{companyName}} — Business name