Affiliate Manager
marketing
Installation
$
npx agenticloops install affiliate-managerSummary
Tracks referrals and conversions, calculates payouts, flags anomalies, and sends each affiliate their weekly numbers.
- Runs Weekly (Monday), on any harness.
- Needs
secrets STRIPE_API_KEY— checked at install; secrets are prompted, never in the file. - Runs at the standard capability tier (balanced model); the harness picks the model.
What it does
Each week, pull referral and conversion data, calculate what each affiliate is owed, flag anything off such as self-referrals or refunds, and send every affiliate a short summary of their numbers and payout. Keep a running ledger so nothing is double-counted.
LOOP.md
--- name: affiliate-manager description: Affiliate Manager · Tracks referrals and conversions, calculates payouts, flags anomalies, and sends each affiliate their weekly numbers. schedule: mondays @ 09:00 skills: [] requires: secrets: [STRIPE_API_KEY] # names only tier: standard # frontier | standard | fast effort: medium concurrency: skip tags: [marketing, affiliate, revenue, ops] license: MIT --- Each week, pull referral and conversion data, calculate what each affiliate is owed, flag anything off such as self-referrals or refunds, and send every affiliate a short summary of their numbers and payout. Keep a running ledger so nothing is double-counted.