/viral-post-writer
Write viral social media posts that promote affiliate products naturally. Use this skill when the user asks anything about writing social media content for affiliate marketing, creating posts for LinkedIn/X/Reddit/Facebook, promoting a product on social media, writing affiliate
$ npx -y skills add Affitor/affiliate-skills --skill viral-post-writer --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/viral-post-writer
Context preview
The summary Claude sees to decide when to auto-load this skill.
Write viral social media posts that promote affiliate products naturally. Use this skill when the user asks anything about writing social media content for affiliate marketing, creating posts for LinkedIn/X/Reddit/Facebook, promoting a product on social media, writing affiliate
SKILL.md
viral-post-writer.SKILL.mdname: viral-post-writer
description: >
Write viral social media posts that promote affiliate products naturally.
Use this skill when the user asks anything about writing social media content
for affiliate marketing, creating posts for LinkedIn/X/Reddit/Facebook,
promoting a product on social media, writing affiliate content, or mentions
"viral post", "social media post", "content for affiliate".
Also trigger for: "write a post about X", "help me promote X on LinkedIn",
"create a thread about X", "make a Reddit post for X", "draft tweets for X",
"social media content for affiliate program", "how to promote X on social",
"write something that goes viral", "LinkedIn post for affiliate", "X thread
about this tool", "help me sell X naturally on social media".
license: MIT
version: "1.0.0"
tags: ["affiliate-marketing", "content-creation", "social-media", "copywriting", "viral"]
compatibility: "Claude Code, ChatGPT, Gemini CLI, Cursor, Windsurf, OpenClaw, any AI agent"
metadata:
author: affitor
version: "1.0"
stage: S2-Content
Viral Post Writer
Write high-converting social media posts that promote affiliate products without feeling salesy. Each post uses proven viral frameworks, is tailored to the target platform, and includes proper FTC disclosure.
Stage
This skill belongs to Stage S2: Content
When to Use
- User wants to promote an affiliate product on social media
- User asks for LinkedIn posts, X/Twitter threads, Reddit posts, or Facebook posts
- User has picked a program (from S1 or manually) and needs content
- User wants "viral" or "engaging" social media content for affiliate marketing
- User asks how to naturally promote a product on a specific platform
Input Schema
{
product: { # (required) Product to promote — from S1 output or user-provided
name: string # "HeyGen"
description: string # What the product does (1-2 sentences)
reward_value: string # "30%" (for context — never shown in post)
url: string # Product website or affiliate link
}
platform: string # (required) "linkedin" | "x" | "reddit" | "facebook" | "all"
angle: string # (optional, default: auto-selected) Content angle — see Viral Frameworks
tone: string # (optional, default: "conversational") "conversational" | "professional" | "casual" | "storytelling"
audience: string # (optional, default: inferred from platform) Target audience description
personal_experience: string # (optional) User's real experience with the product — makes content authentic
cta_style: string # (optional, default: "soft") "soft" | "direct" | "question"
}Workflow
Step 1: Gather Context
If not clear from conversation: 1. What product are they promoting? (Check if S1 ran earlier — use `recommended_program` from context) 2. Which platform? (If "all", generate for LinkedIn + X + Reddit) 3. Any personal experience with the product? (Authentic stories convert 3-5x better)
If user just says "write a post for HeyGen" → default to LinkedIn, conversational tone, soft CTA.
If product details are missing, use `web_search "[product name] features pricing"` to research.
Step 2: Research the Product
Even if product info is provided, do a quick `web_search` to find:
- Recent product updates or launches (recency = virality)
- Common pain points the product solves (hook material)
- Competitor comparisons (contrast = engagement)
- Real user testimonials or reviews (social proof)
Extract 2-3 **specific details** — exact numbers, real features, concrete use cases. Generic "this tool is amazing" posts don't go viral.
Step 2.5: Research Winning Formats (data-driven)
Before picking a framework, check what's already working for this topic:
**If `trending-content-scout` or `content-angle-ranker` ran earlier:**
- Use `pattern_analysis.winning_formats` → pick the format with highest engagement
- Use `pattern_analysis.winning_hooks` → pick the hook style backed by data
- Use `engagement_benchmark` → know what "good" looks like for this keyword
- If `content-angle-ranker` provided a `recommended_angle` → use it as the angle
**If no scout data available (quick mode):**
- `web_search "[product name] review site:linkedin.com"` → check top LinkedIn posts
- `web_search "[product name] site:x.com"` → check top tweets
- Look for: post length, format (story vs list vs question), engagement signals visible in snippets
- Estimate which format works best on target platform
**Apply findings to framework selection:**
- Data > intuition. If comparisons get 2x engagement vs reviews in this niche, write a comparison
- If bold_claim hooks dominate top content → use a bold claim hook, even if you'd normally use a question
- If the `engagement_benchmark.top_10_percent_threshold` is known → set that as the target to beat
This step takes <2 minutes but significantly increases the odds of creating content that performs above the benchmark rather than below it.
Step 3: Pick the Viral Framework
Select from `references/viral-frameworks.md` based on product + platform + angle.
If user specified an `angle`, use that framework. Otherwise, auto-select:
| Platform | Best Default Framework | |----------|----------------------| | LinkedIn | Transformation Story or Contrarian Take | | X | Thread (Problem → Solution) or Hot Take | | Reddit | Genuine Recommendation or Problem-Solve | | Facebook | Before/After or Listicle |
Step 4: Write the Post
Apply the selected framework from `references/viral-frameworks.md`.
**Critical rules:** 1. **Hook in first line** — reader decides in 1.5 seconds whether to keep reading 2. **Specific > generic** — "saved 4 hours/week on video editing" beats "great tool" 3. **Story > pitch** — wrap the recommendation in a narrative or discovery 4. **Platform-native format** — see `references/platform-specs.md` for formatting rules 5. **One CTA
Read more
name: viral-post-writer description: > Write viral social media posts that promote affiliate products naturally. Use this skill when the user asks anything about writing social media content for affiliate marketing, creating posts for LinkedIn/X/Reddit/Facebook, promoting a product on social media, writing affiliate content, or mentions "viral post", "social media post", "content for affiliate". Also trigger for: "write a post about X", "help me promote X on LinkedIn", "create a thread about X", "make a Reddit post for X", "draft tweets for X", "social media content for affiliate program", "how to promote X on social", "write something that goes viral", "LinkedIn post for affiliate", "X thread about this tool", "help me sell X naturally on social media". license: MIT version: "1.0.0" tags: ["affiliate-marketing", "content-creation", "social-media", "copywriting", "viral"] compatibility: "Claude Code, ChatGPT, Gemini CLI, Cursor, Windsurf, OpenClaw, any AI agent" metadata: author: affitor version: "1.0" stage: S2-Content
Viral Post Writer
Write high-converting social media posts that promote affiliate products without feeling salesy. Each post uses proven viral frameworks, is tailored to the target platform, and includes proper FTC disclosure.
Stage
This skill belongs to Stage S2: Content
When to Use
- User wants to promote an affiliate product on social media
- User asks for LinkedIn posts, X/Twitter threads, Reddit posts, or Facebook posts
- User has picked a program (from S1 or manually) and needs content
- User wants "viral" or "engaging" social media content for affiliate marketing
- User asks how to naturally promote a product on a specific platform
Input Schema
{
product: { # (required) Product to promote — from S1 output or user-provided
name: string # "HeyGen"
description: string # What the product does (1-2 sentences)
reward_value: string # "30%" (for context — never shown in post)
url: string # Product website or affiliate link
}
platform: string # (required) "linkedin" | "x" | "reddit" | "facebook" | "all"
angle: string # (optional, default: auto-selected) Content angle — see Viral Frameworks
tone: string # (optional, default: "conversational") "conversational" | "professional" | "casual" | "storytelling"
audience: string # (optional, default: inferred from platform) Target audience description
personal_experience: string # (optional) User's real experience with the product — makes content authentic
cta_style: string # (optional, default: "soft") "soft" | "direct" | "question"
}Workflow
Step 1: Gather Context
If not clear from conversation: 1. What product are they promoting? (Check if S1 ran earlier — use `recommended_program` from context) 2. Which platform? (If "all", generate for LinkedIn + X + Reddit) 3. Any personal experience with the product? (Authentic stories convert 3-5x better)
If user just says "write a post for HeyGen" → default to LinkedIn, conversational tone, soft CTA.
If product details are missing, use `web_search "[product name] features pricing"` to research.
Step 2: Research the Product
Even if product info is provided, do a quick `web_search` to find:
- Recent product updates or launches (recency = virality)
- Common pain points the product solves (hook material)
- Competitor comparisons (contrast = engagement)
- Real user testimonials or reviews (social proof)
Extract 2-3 **specific details** — exact numbers, real features, concrete use cases. Generic "this tool is amazing" posts don't go viral.
Step 2.5: Research Winning Formats (data-driven)
Before picking a framework, check what's already working for this topic:
**If `trending-content-scout` or `content-angle-ranker` ran earlier:**
- Use `pattern_analysis.winning_formats` → pick the format with highest engagement
- Use `pattern_analysis.winning_hooks` → pick the hook style backed by data
- Use `engagement_benchmark` → know what "good" looks like for this keyword
- If `content-angle-ranker` provided a `recommended_angle` → use it as the angle
**If no scout data available (quick mode):**
- `web_search "[product name] review site:linkedin.com"` → check top LinkedIn posts
- `web_search "[product name] site:x.com"` → check top tweets
- Look for: post length, format (story vs list vs question), engagement signals visible in snippets
- Estimate which format works best on target platform
**Apply findings to framework selection:**
- Data > intuition. If comparisons get 2x engagement vs reviews in this niche, write a comparison
- If bold_claim hooks dominate top content → use a bold claim hook, even if you'd normally use a question
- If the `engagement_benchmark.top_10_percent_threshold` is known → set that as the target to beat
This step takes <2 minutes but significantly increases the odds of creating content that performs above the benchmark rather than below it.
Step 3: Pick the Viral Framework
Select from `references/viral-frameworks.md` based on product + platform + angle.
If user specified an `angle`, use that framework. Otherwise, auto-select:
| Platform | Best Default Framework | |----------|----------------------| | LinkedIn | Transformation Story or Contrarian Take | | X | Thread (Problem → Solution) or Hot Take | | Reddit | Genuine Recommendation or Problem-Solve | | Facebook | Before/After or Listicle |
Step 4: Write the Post
Apply the selected framework from `references/viral-frameworks.md`.
**Critical rules:** 1. **Hook in first line** — reader decides in 1.5 seconds whether to keep reading 2. **Specific > generic** — "saved 4 hours/week on video editing" beats "great tool" 3. **Story > pitch** — wrap the recommendation in a narrative or discovery 4. **Platform-native format** — see `references/platform-specs.md` for formatting rules 5. **One CTA
Turn any AI into your affiliate marketing team. 52 AI-powered skills across 8 stages with a closed-loop flywheel.
Other skills on affiliate-skills.
- /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 ideas", "improve click-through rate", "test my landing page copy", "headline alternatives", "CTA variations", "which version
Open skill - /conversion-tracker
Set up affiliate conversion tracking with UTM parameters and link tagging. Triggers on: "set up tracking", "create UTM links", "track my affiliate links", "tracking pixels", "click attribution", "organize my links", "UTM parameters", "tag my links", "campaign tracking", "link
Open skill - /internal-linking-optimizer
Analyze site's internal link structure and optimize for hub-and-spoke SEO architecture. Triggers on: "optimize internal links", "internal linking", "link structure", "hub and spoke links", "orphan pages", "link equity", "internal link audit", "fix my internal links", "link
Open skill - /performance-report
Generate affiliate performance reports with KPIs and recommendations. Triggers on: "show my affiliate report", "how are my programs doing", "performance review", "earnings report", "monthly affiliate report", "weekly report", "analyze my affiliate earnings", "which program is
Open skill - /seo-audit
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", "SEO checklist", "on-page SEO audit", "keyword optimization check", "why isn't my page ranking", "SEO score", "content
Open skill - /content-repurposer
Repurpose one piece of affiliate content into multiple formats. Triggers on: "repurpose my content", "turn my blog into tweets", "cross-post this", "content recycling", "convert to newsletter", "make a tweet thread from this", "adapt for TikTok", "omnichannel content", "scale my
Open skill

