Setup
On first use, read setup.md for integration guidelines. This skill works without local storage. Only create ~/affiliate-marketing/ if the user wants persistent partner and program continuity.
When to Use
User needs affiliate marketing, affiliate program management, partner recruitment, affiliate tracking, or affiliate operations. Agent handles program design, partner scoring, outreach packs, commission economics, tracking QA, attribution conflicts, fraud review, and reporting.
Use this when the problem is operating an affiliate channel end to end, not just generating links or listing networks. The goal is to turn partner revenue into a controlled acquisition engine with better unit economics and lower compliance risk.
This skill is especially strong for ecommerce, SaaS, creators with affiliate offers, and brands running publishers, coupon partners, creators, or referral-style affiliates under one program.
Architecture
Local workspace is optional and only created with user consent.
~/affiliate-marketing/
├── memory.md # Program context, approved rules, active constraints
├── partners.md # Pipeline, status, offer history, next actions
├── economics.md # Commission ceilings, margins, payout scenarios
└── incidents.md # Fraud flags, attribution disputes, compliance notes
Quick Reference
| Topic |
File |
| Setup and activation |
setup.md |
| Optional continuity memory |
memory-template.md |
| Program design and offer structure |
program-design.md |
| Partner sourcing and outreach pipeline |
partner-pipeline.md |
| Commission economics and payout logic |
economics.md |
| Tracking, attribution, and compliance |
tracking-compliance.md |
| Fraud detection and payout QA |
fraud-qa.md |
| Lifecycle management and reporting |
lifecycle-reporting.md |
| Launch and recovery playbooks |
playbooks.md |
Core Rules
1. Design the program before recruiting partners
- Define partner types, payout model, approval rules, attribution window, restricted traffic sources, and clawback rules first.
- Recruitment without governance creates low-quality growth, conflict with other channels, and messy payouts.
- Use
program-design.md before approving partner outreach or commissions.
2. Score partners on fit, economics, and risk together
- Evaluate audience fit, traffic quality, historical credibility, commission appetite, and brand safety at the same time.
- A partner with reach but bad economics or compliance risk is not a win.
- Use
partner-pipeline.md to rank who should be recruited, activated, paused, or rejected.
3. Protect margin before scaling payouts
- Model gross margin, refund rate, AOV, LTV, clawbacks, and cannibalization before recommending higher commissions.
- Raw affiliate revenue can hide unprofitable traffic or orders that would have converted anyway.
- Use
economics.md to set commission ceilings and bonus rules.
4. Treat tracking QA as launch-critical
- Validate links, coupon mapping, attribution logic, landing destinations, and UTM naming before traffic goes live.
- Broken tracking destroys trust with partners and makes optimization impossible.
- Use
tracking-compliance.md whenever a campaign, offer, or payout structure changes.
5. Block fraud and leakage early
- Watch for self-referrals, trademark bidding, cookie stuffing, coupon leakage, bot traffic, fake leads, and suspicious payout spikes.
- Do not wait for finance or legal to discover abuse after the budget is gone.
- Use
fraud-qa.md before approving payouts or scale decisions.
6. Run affiliate lifecycle as an operating system
- Manage recruitment, onboarding, activation, creative refresh, performance coaching, reactivation, and offboarding as one loop.
- The skill should always know the next best action for each partner and segment.
- Use
lifecycle-reporting.md for weekly reviews and partner portfolio decisions.
7. Escalate claims, disclosures, and restricted actions
- Treat trademark use, hard earnings claims, regulated verticals, SMS/email consent, and geo-specific disclosure rules as approval moments.
- Never invent proof, hide incentive relationships, or recommend deceptive urgency.
- Use
tracking-compliance.md and playbooks.md for review gates before launch.
Operating Rhythm
Before launch
- Lock partner type, offer structure, landing path, attribution method, and disclosure rules.
- Validate links, payouts, and restricted terms before any partner goes live.
Weekly
- Review recruitment pipeline, activations, partner quality, conversion quality, reversals, and payout exposure.
- End each week with keep, fix, scale, pause, and remove decisions.
Monthly
- Re-price commissions, reclassify partner tiers, and audit whether affiliate revenue is incremental or cannibalized.
- Refresh creative, landing pages, and partner enablement before adding more partners.
Common Traps
- Recruiting everyone with traffic -> partner count rises while quality and margin collapse.
- Paying high commissions without incrementality checks -> revenue grows on paper but profit weakens.
- Letting coupons, creators, and content affiliates share one sloppy attribution model -> channel conflict and payout disputes.
- Ignoring disclosure and trademark rules -> legal exposure and program trust damage.
- Launching with broken links or weak landing pages -> partner confidence drops and traffic is wasted.
- Looking only at clicks or affiliate-attributed revenue -> hides refunds, fraud, leakage, and cannibalization.
Security & Privacy
Data that stays local when the user opts in:
- Program rules, partner notes, commission assumptions, and payout concerns in
~/affiliate-marketing/
- Fraud flags, compliance notes, and reporting summaries in local markdown files
This skill does NOT:
- Automatically create affiliate accounts, send outreach, or change payouts
- Create local files without explicit user consent
- Access networks, ESPs, analytics tools, or payment systems unless the user explicitly requests a separate approved tool workflow
- Make undeclared network requests
Guardrails:
- Treat sensitive partner data, payout details, and customer-level data as restricted
- Escalate legal or policy-sensitive promotions for review before launch
Related Skills
Install with clawhub install <slug> if user confirms:
market-research — Partner landscape, vertical mapping, and competitor analysis
growth-hacker — Acquisition experiments and growth loops
cmo — Channel strategy, demand generation, and marketing leadership
email-marketing — Nurture sequences and owned-audience conversion
content-marketing — Content partner enablement and repurposing systems
Feedback
- If useful:
clawhub star affiliate-marketing
- Stay updated:
clawhub sync
1---2name: affiliate-marketing-23description: Design and optimize affiliate programs with partner scoring, commission economics, tracking QA, fraud controls, and compliance reviews.4---5
6## Setup
7
8On first use, read `setup.md` for integration guidelines. This skill works without local storage. Only create `~/affiliate-marketing/` if the user wants persistent partner and program continuity.
9
10## When to Use
11
12User needs affiliate marketing, affiliate program management, partner recruitment, affiliate tracking, or affiliate operations. Agent handles program design, partner scoring, outreach packs, commission economics, tracking QA, attribution conflicts, fraud review, and reporting.
13
14Use this when the problem is operating an affiliate channel end to end, not just generating links or listing networks. The goal is to turn partner revenue into a controlled acquisition engine with better unit economics and lower compliance risk.
15
16This skill is especially strong for ecommerce, SaaS, creators with affiliate offers, and brands running publishers, coupon partners, creators, or referral-style affiliates under one program.
17
18## Architecture
19
20Local workspace is optional and only created with user consent.
21
22```
23~/affiliate-marketing/
24├── memory.md # Program context, approved rules, active constraints
25├── partners.md # Pipeline, status, offer history, next actions
26├── economics.md # Commission ceilings, margins, payout scenarios
27└── incidents.md # Fraud flags, attribution disputes, compliance notes
28```
29
30## Quick Reference
31
32| Topic | File |
33|-------|------|
34| Setup and activation | `setup.md` |
35| Optional continuity memory | `memory-template.md` |
36| Program design and offer structure | `program-design.md` |
37| Partner sourcing and outreach pipeline | `partner-pipeline.md` |
38| Commission economics and payout logic | `economics.md` |
39| Tracking, attribution, and compliance | `tracking-compliance.md` |
40| Fraud detection and payout QA | `fraud-qa.md` |
41| Lifecycle management and reporting | `lifecycle-reporting.md` |
42| Launch and recovery playbooks | `playbooks.md` |
43
44## Core Rules
45
46### 1. Design the program before recruiting partners
47- Define partner types, payout model, approval rules, attribution window, restricted traffic sources, and clawback rules first.
48- Recruitment without governance creates low-quality growth, conflict with other channels, and messy payouts.
49- Use `program-design.md` before approving partner outreach or commissions.
50
51### 2. Score partners on fit, economics, and risk together
52- Evaluate audience fit, traffic quality, historical credibility, commission appetite, and brand safety at the same time.
53- A partner with reach but bad economics or compliance risk is not a win.
54- Use `partner-pipeline.md` to rank who should be recruited, activated, paused, or rejected.
55
56### 3. Protect margin before scaling payouts
57- Model gross margin, refund rate, AOV, LTV, clawbacks, and cannibalization before recommending higher commissions.
58- Raw affiliate revenue can hide unprofitable traffic or orders that would have converted anyway.
59- Use `economics.md` to set commission ceilings and bonus rules.
60
61### 4. Treat tracking QA as launch-critical
62- Validate links, coupon mapping, attribution logic, landing destinations, and UTM naming before traffic goes live.
63- Broken tracking destroys trust with partners and makes optimization impossible.
64- Use `tracking-compliance.md` whenever a campaign, offer, or payout structure changes.
65
66### 5. Block fraud and leakage early
67- Watch for self-referrals, trademark bidding, cookie stuffing, coupon leakage, bot traffic, fake leads, and suspicious payout spikes.
68- Do not wait for finance or legal to discover abuse after the budget is gone.
69- Use `fraud-qa.md` before approving payouts or scale decisions.
70
71### 6. Run affiliate lifecycle as an operating system
72- Manage recruitment, onboarding, activation, creative refresh, performance coaching, reactivation, and offboarding as one loop.
73- The skill should always know the next best action for each partner and segment.
74- Use `lifecycle-reporting.md` for weekly reviews and partner portfolio decisions.
75
76### 7. Escalate claims, disclosures, and restricted actions
77- Treat trademark use, hard earnings claims, regulated verticals, SMS/email consent, and geo-specific disclosure rules as approval moments.
78- Never invent proof, hide incentive relationships, or recommend deceptive urgency.
79- Use `tracking-compliance.md` and `playbooks.md` for review gates before launch.
80
81## Operating Rhythm
82
83### Before launch
84- Lock partner type, offer structure, landing path, attribution method, and disclosure rules.
85- Validate links, payouts, and restricted terms before any partner goes live.
86
87### Weekly
88- Review recruitment pipeline, activations, partner quality, conversion quality, reversals, and payout exposure.
89- End each week with keep, fix, scale, pause, and remove decisions.
90
91### Monthly
92- Re-price commissions, reclassify partner tiers, and audit whether affiliate revenue is incremental or cannibalized.
93- Refresh creative, landing pages, and partner enablement before adding more partners.
94
95## Common Traps
96
97- Recruiting everyone with traffic -> partner count rises while quality and margin collapse.
98- Paying high commissions without incrementality checks -> revenue grows on paper but profit weakens.
99- Letting coupons, creators, and content affiliates share one sloppy attribution model -> channel conflict and payout disputes.
100- Ignoring disclosure and trademark rules -> legal exposure and program trust damage.
101- Launching with broken links or weak landing pages -> partner confidence drops and traffic is wasted.
102- Looking only at clicks or affiliate-attributed revenue -> hides refunds, fraud, leakage, and cannibalization.
103
104## Security & Privacy
105
106**Data that stays local when the user opts in:**
107- Program rules, partner notes, commission assumptions, and payout concerns in `~/affiliate-marketing/`
108- Fraud flags, compliance notes, and reporting summaries in local markdown files
109
110**This skill does NOT:**
111- Automatically create affiliate accounts, send outreach, or change payouts
112- Create local files without explicit user consent
113- Access networks, ESPs, analytics tools, or payment systems unless the user explicitly requests a separate approved tool workflow
114- Make undeclared network requests
115
116**Guardrails:**
117- Treat sensitive partner data, payout details, and customer-level data as restricted
118- Escalate legal or policy-sensitive promotions for review before launch
119
120## Related Skills
121Install with `clawhub install <slug>` if user confirms:
122- `market-research` — Partner landscape, vertical mapping, and competitor analysis
123- `growth-hacker` — Acquisition experiments and growth loops
124- `cmo` — Channel strategy, demand generation, and marketing leadership
125- `email-marketing` — Nurture sequences and owned-audience conversion
126- `content-marketing` — Content partner enablement and repurposing systems
127
128## Feedback
129
130- If useful: `clawhub star affiliate-marketing`
131- Stay updated: `clawhub sync`