agency-report-distribution-agent

Automate distribution of consolidated sales reports by territory with SMTP delivery.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the distribution of consolidated sales reports to representatives based on territorial assignments, ensuring timely delivery and correct routing while enabling audit trails.

Core Features & Use Cases

  • Territory-based routing: reps only receive reports for their assigned territory, admins get company-wide roll-ups.
  • Scheduled and manual distribution: daily and weekly deliveries, with on-demand sends via admin interface.
  • Audit and reliability: every distribution attempt is logged with status and timestamps; retry on failure to prevent silent drops.

Quick Start

Schedule daily territory reports at 8:00 AM on weekdays and perform a test distribution for a single territory to validate routing.

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 to representatives?

Territory-based sales report distribution is automated by routing consolidated reports exclusively to representatives based on their territorial assignments, while admins receive company-wide roll-ups. It supports scheduled daily and weekly deliveries alongside manual on-demand sends.

Can I schedule daily and weekly sales report emails through SMTP?

Yes, daily and weekly sales report emails are scheduled and delivered through SMTP. The workflow handles HTML email formatting and routes reports to the relevant territory representatives and admins at the specified times.

How does territory lookup work for routing sales reports to the correct reps?

Territory lookup matches representatives to their assigned territories before report generation, ensuring reps only receive reports for their specific area. Admins automatically receive company-wide roll-up reports instead of territory-specific data.

Does automated email distribution include an audit trail for delivery status?

Automated email distribution includes a complete audit trail logging every attempt with per-recipient status and timestamps. It also features retry logic on failure to prevent silent drops and ensure reliable report delivery.

What is the best way to test sales report routing for a single territory?

The best way to test sales report routing is by performing a manual on-demand send for a single territory via the admin interface. This validates that the territory lookup correctly routes reports to the assigned representatives.