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.
CODEBLOCK0
Quick Reference
| Topic | File |
|---|
| Setup and activation | INLINECODE2 |
| 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 INLINECODE19
- 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 - INLINECODE22 — Acquisition experiments and growth loops
- INLINECODE23 — Channel strategy, demand generation, and marketing leadership
- INLINECODE24 — Nurture sequences and owned-audience conversion
- INLINECODE25 — Content partner enablement and repurposing systems
Feedback
- - If useful: INLINECODE26
- Stay updated: INLINECODE27
设置
首次使用时,请阅读 setup.md 了解集成指南。本技能无需本地存储。仅当用户希望保持合作伙伴和项目连续性时,才创建 ~/affiliate-marketing/ 目录。
使用场景
用户需要联盟营销、联盟项目管理、合作伙伴招募、联盟跟踪或联盟运营。智能体负责项目设计、合作伙伴评分、外联资料、佣金经济模型、跟踪质量检查、归因冲突、欺诈审查和报告。
当问题涉及端到端运营联盟渠道时使用此技能,而不仅仅是生成链接或列出网络。目标是将合作伙伴收入转化为可控的获客引擎,实现更优的单位经济效益和更低的合规风险。
本技能尤其适用于电商、SaaS、拥有联盟产品的创作者,以及在同一项目下运营发布商、优惠券合作伙伴、创作者或推荐型联盟的品牌。
架构
本地工作空间为可选配置,仅在用户同意后创建。
~/affiliate-marketing/
├── memory.md # 项目上下文、已批准规则、有效约束
├── partners.md # 渠道、状态、优惠历史、下一步行动
├── economics.md # 佣金上限、利润率、支付场景
└── incidents.md # 欺诈标记、归因争议、合规备注
快速参考
memory-template.md |
| 项目设计与优惠结构 | program-design.md |
| 合作伙伴寻源与外联渠道 | partner-pipeline.md |
| 佣金经济模型与支付逻辑 | economics.md |
| 跟踪、归因与合规 | tracking-compliance.md |
| 欺诈检测与支付质量检查 | fraud-qa.md |
| 生命周期管理与报告 | lifecycle-reporting.md |
| 启动与恢复剧本 | playbooks.md |
核心规则
1. 在招募合作伙伴之前先设计项目
- - 首先定义合作伙伴类型、支付模式、审批规则、归因窗口、受限流量来源和追回规则。
- 缺乏治理的招募会导致低质量增长、与其他渠道冲突以及混乱的支付。
- 在批准合作伙伴外联或佣金之前,使用 program-design.md。
2. 综合评估合作伙伴的契合度、经济模型和风险
- - 同时评估受众契合度、流量质量、历史可信度、佣金接受度和品牌安全性。
- 一个覆盖面广但经济模型差或合规风险高的合作伙伴并非胜利。
- 使用 partner-pipeline.md 对谁应被招募、激活、暂停或拒绝进行排序。
3. 在扩大支付规模之前保护利润率
- - 在推荐更高佣金之前,对毛利率、退款率、平均订单价值、客户生命周期价值、追回和蚕食效应进行建模。
- 原始的联盟收入可能掩盖无利润的流量或本就会转化的订单。
- 使用 economics.md 设置佣金上限和奖金规则。
4. 将跟踪质量检查视为启动关键
- - 在流量上线前验证链接、优惠券映射、归因逻辑、落地页目标和UTM命名。
- 损坏的跟踪会破坏与合作伙伴的信任,并使优化变得不可能。
- 每当活动、优惠或支付结构发生变化时,使用 tracking-compliance.md。
5. 尽早阻止欺诈和泄露
- - 关注自我推荐、商标竞价、Cookie填充、优惠券泄露、机器人流量、虚假线索和可疑的支付激增。
- 不要等到预算用完后才让财务或法务部门发现滥用行为。
- 在批准支付或规模决策之前,使用 fraud-qa.md。
6. 将联盟生命周期作为操作系统来运行
- - 将招募、入职、激活、创意更新、绩效指导、重新激活和退出管理作为一个闭环来运营。
- 该技能应始终知道每个合作伙伴和细分群体的下一个最佳行动。
- 使用 lifecycle-reporting.md 进行每周审查和合作伙伴组合决策。
7. 升级处理声明、披露和限制性操作
- - 将商标使用、硬性收益声明、受监管垂直领域、短信/邮件同意和特定地区的披露规则视为审批节点。
- 绝不编造证据、隐藏激励关系或推荐欺骗性的紧迫感。
- 在启动前使用 tracking-compliance.md 和 playbooks.md 进行审查关卡。
运营节奏
启动前
- - 锁定合作伙伴类型、优惠结构、落地页路径、归因方法和披露规则。
- 在任何合作伙伴上线前验证链接、支付和限制条款。
每周
- - 审查招募渠道、激活情况、合作伙伴质量、转化质量、撤销和支付风险敞口。
- 每周结束时做出保留、修复、扩大、暂停和移除的决策。
每月
- - 重新定价佣金、重新分类合作伙伴层级,并审计联盟收入是增量收入还是被蚕食的收入。
- 在增加更多合作伙伴之前,更新创意、落地页和合作伙伴赋能材料。
常见陷阱
- - 招募所有有流量的合作伙伴 -> 合作伙伴数量增加,但质量和利润率崩溃。
- 支付高额佣金而不检查增量性 -> 收入在纸面上增长,但利润减弱。
- 让优惠券、创作者和内容联盟共享一个混乱的归因模型 -> 渠道冲突和支付争议。
- 忽视披露和商标规则 -> 法律风险和项目信任受损。
- 使用损坏的链接或薄弱的落地页启动 -> 合作伙伴信心下降,流量被浪费。
- 仅关注点击或联盟归因收入 -> 掩盖退款、欺诈、泄露和蚕食效应。
安全与隐私
用户选择加入后保留在本地的数据:
- - 项目规则、合作伙伴备注、佣金假设和支付关注点,位于 ~/affiliate-marketing/
- 欺诈标记、合规备注和报告摘要,位于本地Markdown文件中
本技能不会:
- - 自动创建联盟账户、发送外联或更改支付
- 未经用户明确同意创建本地文件
- 访问网络、ESP、分析工具或支付系统,除非用户明确请求单独批准的工具体验
- 进行未声明的网络请求
防护措施:
- - 将敏感的合作伙伴数据、支付详情和客户级数据视为受限信息
- 在启动前将法律或政策敏感的推广活动升级处理以供审查
相关技能
如果用户确认,使用 clawhub install
安装:
- - market-research — 合作伙伴格局、垂直映射和竞争对手分析
- growth-hacker — 获客实验和增长循环
- cmo — 渠道策略、需求生成和营销领导力
- email-marketing — 培育序列和自有受众转化
- content-marketing — 内容合作伙伴赋能和再利用系统
反馈
- - 如果有用:clawhub star affiliate-marketing
- 保持更新:clawhub sync