BOUNCE_TRACKER_SKILL_v2_0

Analyze Gmail email campaign bounces and generate categorized reports.

1|Updated May 17, 2026
One-click install
npx skills add https://github.com/sourovdeb/my_professional_documents --skill bounce-tracker-skill-v2-0
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: BOUNCE_TRACKER_SKILL_v2_0
Source: https://github.com/sourovdeb/my_professional_documents/tree/main/archives/personal_doc_extracted/My_Personal_Documents_extracted/repo/skills
Command: npx skills add https://github.com/sourovdeb/my_professional_documents --skill bounce-tracker-skill-v2-0

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires google-api-python-client, google-auth-oauthlib, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps you identify and analyze email campaign bounces, allowing you to refine your contact list and improve campaign effectiveness.

Core Features & Use Cases

  • Monitor Bounces: Detect email bounces from your campaigns.
  • Compare Delivery: Compare the sent email list with the bounces.
  • Categorize Bounces: Classify bounces into types such as hard, soft, auth, spam, or server error.
  • Generate Reports: Generate reports showing bounce rates and categorized bounce lists.
  • Clean Contact List: Create a verified list of successful deliveries for your next campaign.
  • Use Case: After sending an email campaign, use this Skill to analyze the bounces and update your contact list.

Quick Start

Use the BOUNCE_TRACKER_SKILL_v2_0 to analyze the bounce data for the campaign sent on 2026-05-19 20:10 to the list of 40 recipients.

Frequently Asked Questions about BOUNCE_TRACKER_SKILL_v2_0

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

FAQPage Schema
How do I track email bounces from my Gmail campaigns using Python?

Track Gmail bounces by using Python scripts to filter bounce replies, match them to your sent list, and categorize them by type. This requires the Google API Python client and OAuth libraries to access Gmail data and generate reports for contact list refinement.

What types of email bounces can I categorize using this Python script?

Categorize email bounces into hard, soft, auth, spam, or server error types. The script analyzes Gmail bounce responses and classifies them so you can understand delivery failures and refine your contact list accordingly.

Do I need Gmail API credentials to analyze my campaign bounce rates?

Yes, you need Gmail API access to analyze campaign bounces. The Skill requires the google-api-python-client and google-auth-oauthlib libraries to authenticate, retrieve email data, and generate categorized bounce reports.

How do I clean my contact list after an email campaign using bounce data?

Clean your contact list by comparing your sent email list with actual Gmail bounces to identify failed deliveries. The script generates a verified list of successful deliveries by filtering bounced addresses from your original contacts.

Can I compare sent emails versus actual bounces for a specific campaign date?

Yes, you can compare sent emails versus actual bounces for a specific campaign date. The Skill filters Gmail bounces to match your original sent list, allowing targeted analysis of delivery results for specific campaign timeframes.