ab-test-generator
Generate A/B test variants for affiliate content. Triggers on: "create A/B test", "test my headline", "optimize my CTA", "generate variants", "split test…
Create a Linktree-style bio link hub page as a single self-contained HTML file. Triggers on: "create a bio link page", "make a linktree", "link in bio page", "bio link", "link hub", "create my link page", "all my links on one page", "linktree alternative", "build a link page",
$ npx -y skills add Affitor/affiliate-skills --skill bio-link-deployer --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/bio-link-deployerContext preview
The summary Claude sees to decide when to auto-load this skill.
Create a Linktree-style bio link hub page as a single self-contained HTML file. Triggers on: "create a bio link page", "make a linktree", "link in bio page", "bio link", "link hub", "create my link page", "all my links on one page", "linktree alternative", "build a link page",
name: bio-link-deployer description: > Create a Linktree-style bio link hub page as a single self-contained HTML file. Triggers on: "create a bio link page", "make a linktree", "link in bio page", "bio link", "link hub", "create my link page", "all my links on one page", "linktree alternative", "build a link page", "bio page for my affiliate links", "I need a link in bio", "make a page with all my links", "link aggregator page". license: MIT version: "1.0.0" tags: ["affiliate-marketing", "distribution", "deployment", "email-marketing", "bio-link", "linktree"] compatibility: "Claude Code, ChatGPT, Gemini CLI, Cursor, Windsurf, OpenClaw, any AI agent" metadata: author: affitor version: "1.0" stage: S5-Distribution
Create a Linktree-style hub page that links all your affiliate content — blog posts, landing pages, social profiles, and product links — in one place. Output is a single self-contained HTML file with 3 theme options, mobile-first (90%+ bio link traffic is mobile), deployable anywhere.
S5: Distribution — The central hub that ties your entire affiliate funnel together. Put this link in your social media bios, email signatures, and anywhere you need one link to rule them all. Unlike Linktree, you own the page and pay nothing.
user_name: string # REQUIRED — display name or handle (e.g., "@alexcreator")
tagline: string # OPTIONAL — short bio under the name
# Default: auto-generated from link categories
avatar_url: string # OPTIONAL — URL to profile image
# Default: emoji placeholder based on niche
links: # REQUIRED — at least 3 links
- label: string # Display text (e.g., "HeyGen — AI Video Creator")
url: string # Destination URL
category: string # Group label (e.g., "Tools", "My Content", "Connect")
icon: string # OPTIONAL — emoji for visual (e.g., "🎬")
theme: string # OPTIONAL — "minimal" | "dark" | "gradient"
# Default: "minimal"**Chaining context**: If earlier skills (S1-S4) were run in the conversation, use these Output Schema fields:
If the user says "make me a bio link with everything we've done" — gather all products, blog posts, and landing pages from the conversation and organize them into categories.
Collect links from one of these sources:
**Option A — User provides links directly:** Use the `links` array as-is. Ensure each link has a label, url, and category.
**Option B — Gather from conversation context:** If prior skills (S1-S4) were run, collect:
**Option C — User provides partial info:** Ask for missing required fields. Minimum: user_name + 3 links.
Organize links by category. Suggested category order: 1. "Featured Tools" (affiliate product links — money links first) 2. "My Content" (blog posts, landing pages, videos) 3. "Connect" (social media, email, website)
Read `templates/bio-link.html` for the page structure and all three theme variants.
Apply the chosen `theme`:
**Minimal (default):**
**Dark:**
**Gradient:**
Set CSS variables in `:root` based on the chosen theme. Remove the other theme blocks from the template.
If `avatar_url` is provided, use an `<img>` tag. Otherwise, use the emoji placeholder div with an emoji matching the user's niche (default: 🚀).
Present the final output in this structure:
**Part 1: Page Summary**
--- BIO LINK PAGE --- Name: [user_name] Theme: [minimal/dark/gradient] Links: [count] Categories: [list] ---
**Part 2: Complete HTML** The full HTML file in a fenced code block (```html). Save as `index.html` (or `links.html`) and open in any browser.
**Part 3: Deploy Instructions** Read `references/domain-setup.md` and provide the deploy options:
--- DEPLOY --- 1. Save as `index.html` 2. Preview: open the file in your browser 3. Deploy (pick one): - Netlify Drop: drag the file to https://app.netlify.com/drop (30 seconds) - Vercel: `npx vercel deploy --prod` (needs Node.js) - GitHub Pages: push to repo → Settings → Pages → main branch 4. Add to your social bios: paste the URL in your Instagram, X, TikTok, LinkedIn bio 5. Custom domain: see references/domain-setup.md for DNS setup guide ---
Before presenting output, verify:
Turn any AI into your affiliate marketing team. 52 AI-powered skills across 8 stages with a closed-loop flywheel.
Generate A/B test variants for affiliate content. Triggers on: "create A/B test", "test my headline", "optimize my CTA", "generate variants", "split test…
Set up affiliate conversion tracking with UTM parameters and link tagging. Triggers on: "set up tracking", "create UTM links", "track my affiliate links",…
Analyze site's internal link structure and optimize for hub-and-spoke SEO architecture. Triggers on: "optimize internal links", "internal linking", "link…
Generate affiliate performance reports with KPIs and recommendations. Triggers on: "show my affiliate report", "how are my programs doing", "performance…
Audit affiliate blog posts and landing pages for SEO issues. Triggers on: "audit my blog post for SEO", "check my SEO", "SEO review", "improve my rankings",…
Repurpose one piece of affiliate content into multiple formats. Triggers on: "repurpose my content", "turn my blog into tweets", "cross-post this", "content…