Affiliate audit
Map which content mentions paying AI tools but lacks affiliate links, and which programs to join first. Use when monetizing AI-tool comparison content, choosing affiliate programs, or auditing a passive-income site's link coverage.From its SKILL.md
npx -y skills add frankxai/agentic-income-skills --skill affiliate-auditAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
- runs commandsInstructs the agent to run 1 command, including `node scripts/affiliate-audit.mjs --content=<site>/content --traffic=<traffic.json> --write`.
SKILL.md
1.7 KB, 380 tokens by cl100k_base, as published. Nobody here has run it
affiliate-audit
Connect the affiliate catalog to a site's content and surface monetization gaps.
Run
node scripts/affiliate-audit.mjs --content=<site>/content --traffic=<traffic.json> --write
Reads data/programs.json + the content dir + optional traffic → ranks (1) programs to join first, (2) posts to add links to. Writes AUDIT.md.
Strategy rules (apply when recommending or placing links)
- Frontier names rank, adjacents pay. OpenAI/Anthropic/Google/Runway/Luma/Midjourney/Ideogram/FLUX have NO affiliate programs. Capture their traffic; monetize via the recurring payers the post recommends.
- Higgsfield first (you use it — authentic, 15% recurring, highest ticket), then the recurring spine: Systeme.io (60% lifetime) / CapCut (35%) / ElevenLabs (22%/12mo) / Copy.ai (45% yr1).
- Recurring > one-time. Passive income compounds on subscriptions, not flat bounties.
- One disclosure per page. FTC + trust. Use the catalog's
disclosurestring. - Never link a tool you can't vouch for, and never let a link override the honest pick — say what's actually best, then point to the payer you'd actually buy.
- Ignore dead-ends/closed (
statusin catalog): frontier LLMs, Leonardo (closed Apr 2026), Notion (closed to new).
The loop
Audit → join top program → set ourLink in data/programs.json → add link + disclosure to the named posts → re-audit (gap clears).
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.