affiliate-program-search

affiliate-program-search is a skill for Codex from Gingg7260/affiliate-skills. It costs 120 tokens per session (2,302 once invoked), scanned A, original, MIT.

A research and comparison tool for affiliate programs, which pay commissions for referred sales or leads. It uses list.affitor.com, a community directory of such programs, to help evaluate options.

In plain words
What is it for?
Finding programs to promote, comparing commissions and cookie periods, and choosing starting opportunities in a niche such as AI tools, SEO, video, or writing.
Why use it?
It saves time spent searching across programs and comparing details manually. It helps users narrow choices using factors such as niche, audience, platform, commission preference, and named programs.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions Claude Code; built for openclaw; mentions Gemini CLI.

Good fit Finding programs to promote, comparing commissions and cookie periods, and choosing starting opportunities in a niche such as AI tools, SEO, video, or writing.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/gingg7260/affiliate-skills/affiliate-program-search
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.

Any agent
npx skills add Gingg7260/affiliate-skills --skill affiliate-program-search
Clone the repo
git clone --depth 1 https://github.com/Gingg7260/affiliate-skills

Made for: Codex.

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 affiliate-program-search

README.md
[![agentmods](https://agentmods.dev/badge/skills/gingg7260/affiliate-skills/affiliate-program-search/github.svg)](https://agentmods.dev/skills/gingg7260/affiliate-skills/affiliate-program-search)
Your own site
<a href="https://agentmods.dev/skills/gingg7260/affiliate-skills/affiliate-program-search"><img src="https://agentmods.dev/badge/skills/gingg7260/affiliate-skills/affiliate-program-search/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 affiliate-program-search

Your own site · 80×15
<a href="https://agentmods.dev/skills/gingg7260/affiliate-skills/affiliate-program-search"><img src="https://agentmods.dev/badge/skills/gingg7260/affiliate-skills/affiliate-program-search.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 120 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,302 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found 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.00120 $0.02302
Opus 5 $0.00060 $0.01151
Sonnet 5 $0.00024 $0.00460
Haiku 4.5 $0.00012 $0.00230

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

Security

Grade A, and why

affiliate-program-search 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 10d 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.

skills/research/affiliate-program-search/SKILL.md · 231 lines

How it starts

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

Help affiliate marketers research, evaluate, and pick winning programs to promote. Data source: list.affitor.com — Affitor's community-driven affiliate program directory.

Stage

This skill belongs to Stage S1: Research

When to Use

  • User wants to find affiliate programs to promote
  • User wants to compare two or more affiliate programs
  • User asks about commission rates, cookie duration, or earning potential
  • User mentions list.affitor.com
  • User is new to affiliate marketing and needs a starting point

Input Schema

{
  niche: string             # (optional, default: "AI/SaaS tools") Category or niche interest
  commission_pref: string   # (optional, default: "recurring, 20%+") Commission preference
  audience: string          # (optional, default: "content creators") Target audience type
  platform: string          # (optional, default: "any") Platform they'll promote on
  compare: string[]         # (optional) Specific programs to compare head-to-head
}

Workflow

Step 1: Understand What the User Wants

Ask (if not clear from context):

  • Niche/category interest? (AI tools, SEO, video, writing, automation...)
  • Commission preference? (recurring vs one-time, minimum %)
  • Audience type? (developers, marketers, beginners, enterprise...)
  • Platform they'll promote on? (blog, LinkedIn, YouTube, X...)

If user says "just find me something good" → default to: AI/SaaS tools, recurring commission, 20%+, content creator audience.

Step 2: Search list.affitor.com

See references/list-affitor-api.md for integration methods.

Two methods available:

  • API (preferred): GET /api/v1/programs with API key auth — structured data, filterable
  • Web fetch (fallback): web_search "site:list.affitor.com [category]" then web_fetch the page

Extract for each program: name, reward_value, reward_type, cookie_days, stars_count, tags, description.

Step 3: Score Programs

Apply the scoring framework from references/scoring-criteria.md.

Read the full file on GitHub · 231 lines

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 10d ago First seen · 231 lines · 120 tokens per session scan A bd2f1bd1b3ea

Subscribe to this mod's changes

affiliate-program-search is a skill published in the GitHub repository Gingg7260/affiliate-skills (5 stars, last pushed today), licensed MIT. It adds 120 tokens to every session and 2,302 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

affiliate-program-search

Research and evaluate affiliate programs to find the best ones to promote. Use this skill when the user asks anything about finding affiliate programs, comparing commission rates, evaluating affiliate opportunities, searching for products to promote, picking a niche, or mentions openaffiliate.dev. Also trigger for…

Affitor/affiliate-skills · 119 tokens

affiliate-program-search

Research and evaluate affiliate programs to find the best ones to promote. Use this skill when the user asks anything about finding affiliate programs, comparing commission rates, evaluating affiliate opportunities, searching for products to promote, picking a niche, or mentions openaffiliate.dev. Also trigger for…

gabrielmoreira/agent-skills-mirror · 119 tokens

commission-calculator

Calculate realistic affiliate earnings projections before committing to a program. Use this skill when the user asks about affiliate earnings, projecting income, calculating commissions, estimating how much they can make, comparing program payouts, or says "how much can I make promoting X", "calculate my affiliate…

Affitor/affiliate-skills · 112 tokens

commission-calculator

Calculate realistic affiliate earnings projections before committing to a program. Use this skill when the user asks about affiliate earnings, projecting income, calculating commissions, estimating how much they can make, comparing program payouts, or says "how much can I make promoting X", "calculate my affiliate…

gabrielmoreira/agent-skills-mirror · 112 tokens

competitor-spy

Reverse-engineer successful affiliate strategies from competitors. Use this skill when the user asks about spying on competitors, researching what other affiliates promote, analyzing competitor affiliate sites, understanding how top affiliates in a niche make money, or says "what programs does X promote", "how does…

Affitor/affiliate-skills · 119 tokens

niche-opportunity-finder

Find untapped affiliate niches with real earning potential. Use this skill when the user asks about picking a niche, finding a niche to start affiliate marketing, what niche to get into, niche research, niche ideas, beginner niche selection, low competition niches, profitable niches, or says "I don't know what to…

Affitor/affiliate-skills · 123 tokens