My Amazing Claude Skills
Description
Deliverability & reporting toolkit for Claude Skills; mailbox health monitoring, sender swaps, campaign rescue, and automated performance reporting. Built on EmailBison's API, but the logic maps to any sequencer (Instantly, Smartlead, Lemlist, etc.) swap the endpoints, keep the framework.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
EmailBison Deliverability & Reporting Skills
Four Claude Skills for running cold email operations on [EmailBison](https://emailbison.com): monitor mailbox health, swap out burnt senders, rescue force-paused campaigns, and automate weekly performance reporting.
Built for anyone running cold email at scale — agencies managing multiple client workspaces, or a single in-house team managing several sending domains.
The suite
| Skill | What it does |
|---|---|
| `burnout-monitor` | Scans every sender mailbox for warmup degradation, flags anything at risk before it hits spam |
| `mailbox-swap` | Takes burnt mailboxes and recommends/executes a swap for healthy bench senders |
| `campaign-rescue` | Detects force-paused campaigns and clones them onto a clean setup with zero lead loss |
| `campaign-report` | Aggregates 30-day performance, runs drift detection, writes Findings + Recommendations, delivers to Slack/Drive |
They're designed to chain together:
Burnout Monitor → detects burnt mailboxes
↓
Mailbox Swap → replaces them with healthy senders
↓
Campaign Rescue → recovers any campaign that got force-paused along the way
↓
Campaign Report → reports the whole picture back to you weekly
You can also run any one of them standalone.
Install
Drop the folder(s) you want into your Claude Skills directory (e.g. `~/.claude/skills/`), or add them as skills in your Claude project. Each skill is a single `SKILL.md` — no dependencies, no build step.
Configuration
None of these skills contain real credentials or a live workspace URL — you provide your own. Create a `.env` file (and make sure it's gitignored) with:
EMAILBISON_BASE_URL=https://send..com
EMAILBISON_API_KEY_=
# Optional, only needed for campaign-report delivery
SLACK_BOT_TOKEN=
SLACK_DELIVERY_USER
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11