deliverability-test-public

Compare reply and bounce rates across inbox types via the Smartlead API.

Updated Aug 2, 2026
One-click install
npx skills add https://github.com/Pinkycherry/newbusinessideas3 --skill deliverability-test-public-pinkycherry
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deliverability-test-public
Source: https://github.com/Pinkycherry/newbusinessideas3/tree/main/.claude/skills/deliverability-test-public
Command: npx skills add https://github.com/Pinkycherry/newbusinessideas3 --skill deliverability-test-public-pinkycherry

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve? When your cold email campaigns run on a mixed fleet of Gmail, Office365, and SMTP inboxes, it is hard to tell which inbox type is actually delivering and which is dragging down results. This Skill aggregates per-inbox campaign statistics from Smartlead and breaks down reply rates and bounce rates by inbox type so you can spot underperforming segments. ## Core Features & Use Cases - Inbox Type Comparison: Groups all Smartlead email accounts into G Suite / Gmail, Office365 / Outlook, and SMTP buckets, then compares sent, replies, bounces, reply rate, and bounce rate per type. - Flexible Scoping: Supports optional client ID filtering for sub-accounts and a configurable lookback window (default 7 days). - Automated Takeaways: Highlights the best and worst performing inbox types and flags types with elevated bounce rates for follow-up audits. - Use Case: You manage 80 inboxes across three providers and notice overall reply rates dropping. Run the comparison to discover your SMTP inboxes bounce at twice the account average, then retire the bad ones. ## Quick Start Set the SMARTLEAD_API_KEY environment variable and ask the assistant to compare inbox type performance for the last 7 days using the inbox-type-compare script.

Frequently Asked Questions about deliverability-test-public

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I compare deliverability across Gmail, Outlook, and SMTP inboxes in Smartlead?

Run the inbox-type-compare script with your SMARTLEAD_API_KEY set. It pulls all email accounts, classifies them by type, aggregates campaign analytics per inbox, and prints a table of sent, replies, bounces, reply rate, and bounce rate per type.

How do I filter Smartlead stats by client or date range?

Pass --client-id=<id> to scope the analysis to a specific sub-client and --days=<N> to set the lookback window. The default lookback is 7 days, and you can use --days=1 to see only today's numbers.

Does this skill require database access to Smartlead data?

No, it operates entirely through the Smartlead REST API. The only requirement is the SMARTLEAD_API_KEY environment variable; no database connection or local data storage is needed.

Why are my inbox type comparison results unreliable or noisy?

Small sample sizes produce noisy metrics. If an inbox type has fewer than roughly 500 sends, its reply and bounce rates are not statistically meaningful, so rerun the comparison after accumulating more data over additional days.

Does the reply rate shown include positive replies only?

No, the reply rate is raw and includes all replies, not just positive ones. For positive reply rate, which is the more meaningful metric, use a dedicated positive-reply-scoring workflow instead.