My Amazing Claude Skills banner
peokechukwu peokechukwu

My Amazing Claude Skills

Development community

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