agency-report-distribution-agent

Automates scheduled and on-demand distribution of territory-based sales reports via SMTP.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/omeraltn/ice_cream_website_testing --skill agency-report-distribution-agent-omeraltn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agency-report-distribution-agent
Source: https://github.com/omeraltn/ice_cream_website_testing/tree/main/.antigravity/agency-report-distribution-agent
Command: npx skills add https://github.com/omeraltn/ice_cream_website_testing --skill agency-report-distribution-agent-omeraltn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Consolidating and manually distributing sales reports is time-consuming, error-prone, and risks sending sensitive data to the wrong recipients; this agent automates scheduled and on-demand report delivery while ensuring each representative only receives territory-relevant information and all sends are auditable.

Core Features & Use Cases

  • Territory-based routing: Deliver territory-specific sales reports only to representatives assigned to those territories.
  • Scheduled and manual distribution: Support daily (Mon-Fri 8:00 AM) and weekly (Monday 7:00 AM) schedules plus on-demand admin triggers.
  • Audit trail & error handling: Record recipient, territory, status, timestamp, and error details per attempt with retry logic for transient failures.
  • Email formatting & transport: Produce HTML-formatted reports and send via SMTP with professional styling; managers receive aggregated company roll-ups.
  • Use Case: Automatically send morning territory performance tables to reps and a consolidated comparison summary to managers each Monday for compliance reporting.

Quick Start

Distribute today's territory sales reports to each assigned representative, send the weekly company summary to managers, and log all delivery statuses and errors.

Frequently Asked Questions about agency-report-distribution-agent

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

FAQPage Schema
How do I automate territory-based sales report distribution via email?

You can automate territory-based report delivery by scheduling daily and weekly sends that route territory-specific sales data to assigned representatives over SMTP. This ensures each rep only receives relevant information while managers get aggregated company roll-ups.

What is territory-aware routing for scheduled reporting?

Territory-aware routing is a mechanism that matches sales report data to representatives based on their assigned territories. It prevents sending sensitive data to wrong recipients by ensuring each rep only receives their territory-specific performance tables.

How do I set up daily and weekly scheduled email reporting with an audit trail?

Scheduled email reporting supports daily sends at 8:00 AM Monday through Friday and weekly summaries at 7:00 AM Monday. The system logs recipient, territory, status, and timestamp per attempt to build a queryable audit trail for compliance reporting.

Does SMTP report delivery handle transient failures and retry logic?

SMTP report delivery includes retry handling for transient failures to ensure reports reach their destinations. Each attempt records status, timestamp, and error details in a per-recipient log, creating a queryable audit trail for compliance reporting.

Can I trigger on-demand manual report sends outside the daily schedule?

Administrators can trigger on-demand manual report sends outside the standard daily and weekly schedules. This allows immediate distribution of territory-specific sales reports while still logging delivery status and timestamps to the audit trail.