AI Summary45 AI-powered skills for affiliate marketers. Each skill automates a specific workflow (content creation, program research, SEO, outreach, analytics, etc.) using live data from the Affitor API.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to add the "affiliate-skills — Cursor Rules" prompt rules to my project. Repository: https://github.com/Affitor/affiliate-skills Please read the repo to find the rules/prompt file, then: 1. Download it to the correct location (.cursorrules, .windsurfrules, .github/prompts/, or project root — based on the file type) 2. If there's an existing rules file, merge the new rules in rather than overwriting 3. Confirm what was added
Description
50 AI agent skills for affiliate marketing. Research trending content, write data-backed posts, generate infographics, build landing pages, deploy — full flywheel with social intelligence. Works with Claude Code, Pi, ChatGPT, Gemini, Cursor, Windsurf, any AI.
What This Repo Is
45 AI-powered skills for affiliate marketers. Each skill automates a specific workflow (content creation, program research, SEO, outreach, analytics, etc.) using live data from the Affitor API.
How Skills Work
• Each skill lives in skills/<stage>/<skill-name>/SKILL.md • SKILL.md is a self-contained instruction file: it defines inputs, workflow steps, and expected outputs • Skills are designed to be chained — the output of one skill feeds the next • Run a skill by reading its SKILL.md and executing the documented workflow
Directory Layout
` skills/ # Skills grouped by stage (research, content, blog, landing, distribution, analytics, automation, meta) registry.json # Master index of all 45 skills with metadata API.md # Full Affitor API reference prompts/ # Bootstrap prompt for any AI shared/ references/ # Cross-skill reference docs (FTC rules, glossary, branding) `
Affitor API
• Base URL: https://openaffiliate.dev/api • Programs endpoint: GET /programs?q=<text>&sort=<relevance|trending|new|top>&limit=<n> • Single program: GET /programs/<slug> • Public, no API key or auth required • Raw API fields (camelCase, nested): slug, name, url, logo, category, commission.type, commission.rate, commission.duration, cookieDays, payout.*, description, shortDescription, tags[], stars, verified • CLI-normalized skill-facing fields (used in skill outputs): • reward_value — from commission.rate • reward_type — from commission.type • cookie_days — from cookieDays • stars_count — from stars • Always fetch real data from the API. Never fabricate program details.
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster
Works With
Any AI assistant that accepts custom rules or system prompts