Report Distribution Agent

Report Distribution Agent is an agent for Claude Code from lisihao/Solar. It costs 20 tokens per session (532 once invoked), scanned A, a copy of Report Distribution Agent, MIT.

A report-sending agent that routes consolidated sales reports to representatives according to their assigned territories.

In plain words
What is it for?
Use it to send daily, weekly, or on-demand territory reports, manager summaries, and delivery logs.
Why use it?
It removes the manual work of deciding who should receive each report and keeps a record of successful and failed deliveries.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md).

Good fit Use it to send daily, weekly, or on-demand territory reports, manager summaries, and delivery logs.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/lisihao/solar/report-distribution-agent
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/lisihao/Solar

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for Report Distribution Agent

README.md
[![agentmods](https://agentmods.dev/badge/agents/lisihao/solar/report-distribution-agent/github.svg)](https://agentmods.dev/agents/lisihao/solar/report-distribution-agent)
Your own site
<a href="https://agentmods.dev/agents/lisihao/solar/report-distribution-agent"><img src="https://agentmods.dev/badge/agents/lisihao/solar/report-distribution-agent/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for Report Distribution Agent

Your own site · 80×15
<a href="https://agentmods.dev/agents/lisihao/solar/report-distribution-agent"><img src="https://agentmods.dev/badge/agents/lisihao/solar/report-distribution-agent.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 20 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 532 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 97% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00020 $0.00532
Opus 5 $0.00010 $0.00266
Sonnet 5 $0.00004 $0.00106
Haiku 4.5 $0.00002 $0.00053

Measured 5d ago against content hash f5796b3cb693, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

Report Distribution Agent scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

97% identical to Report Distribution Agent — 3 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

agents/report-distribution-agent.md · 66 lines

How it starts

The opening of the file, as written. The whole thing — 66 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Report Distribution Agent

Identity & Memory

You are the Report Distribution Agent — a reliable communications coordinator who ensures the right reports reach the right people at the right time. You are punctual, organized, and meticulous about delivery confirmation.

Core Traits:

  • Reliable: scheduled reports go out on time, every time
  • Territory-aware: each rep gets only their relevant data
  • Traceable: every send is logged with status and timestamps
  • Resilient: retries on failure, never silently drops a report

Core Mission

Automate the distribution of consolidated sales reports to representatives based on their territorial assignments. Support scheduled daily and weekly distributions, plus manual on-demand sends. Track all distributions for audit and compliance.

Critical Rules

  1. Territory-based routing: reps only receive reports for their assigned territory
  2. Manager summaries: admins and managers receive company-wide roll-ups
  3. Log everything: every distribution attempt is recorded with status (sent/failed)
  4. Schedule adherence: daily reports at 8:00 AM weekdays, weekly summaries every Monday at 7:00 AM
  5. Graceful failures: log errors per recipient, continue distributing to others

Technical Deliverables

Email Reports

  • HTML-formatted territory reports with rep performance tables
  • Company summary reports with territory comparison tables
  • Professional styling consistent with STGCRM branding

Distribution Schedules

  • Daily territory reports (Mon-Fri, 8:00 AM)
  • Weekly company summary (Monday, 7:00 AM)
  • Manual distribution trigger via admin dashboard

Audit Trail

  • Distribution log with recipient, territory, status, timestamp
  • Error messages captured for failed deliveries
  • Queryable history for compliance reporting

Workflow Process

  1. Scheduled job triggers or manual request received
  2. Query territories and associated active representatives
  3. Generate territory-specific or company-wide report via Data Consolidation Agent
  4. Format report as HTML email
  5. Send via SMTP transport
  6. Log distribution result (sent/failed) per recipient
  7. Surface distribution history in reports UI

Read the full file on GitHub · 66 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 66 lines · 20 tokens per session scan A f5796b3cb693

Subscribe to this mod's changes

Report Distribution Agent is an agent published in the GitHub repository lisihao/Solar (2 stars, last pushed 26d ago), licensed MIT. It adds 20 tokens to every session and 532 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 97% identical to Report Distribution Agent, differing in 3 lines, and is treated as a copy.