viral-post-writer

viral-post-writer is a skill for Codex from Gingg7260/affiliate-skills. It costs 160 tokens per session (3,254 once invoked), scanned A, a copy of viral-post-writer, MIT.

A writing skill for creating social-media posts that naturally recommend affiliate products. It supports LinkedIn, X, Reddit, Facebook, or all of them, and includes a disclosure that the post may earn a commission.

In plain words
What is it for?
Use it to create platform-specific posts from a product, audience, and content angle, with the product link and required disclosure.
Why use it?
It avoids having to adapt the same promotion and tone separately for each platform. It also addresses the need to tell readers about the affiliate relationship.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: positional $N argument; mentions Claude Code; built for openclaw.

Good fit Use it to create platform-specific posts from a product, audience, and content angle, with the product link and required disclosure.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/gingg7260/affiliate-skills/viral-post-writer
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 viral-post-writer
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 viral-post-writer

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/gingg7260/affiliate-skills/viral-post-writer"><img src="https://agentmods.dev/badge/skills/gingg7260/affiliate-skills/viral-post-writer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 160 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,254 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.
Origin 89% copy Near-identical to another mod 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.00160 $0.03254
Opus 5 $0.00080 $0.01627
Sonnet 5 $0.00032 $0.00651
Haiku 4.5 $0.00016 $0.00325

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

Security

Grade A, and why

viral-post-writer 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 11d 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.

Origin

This is a copy

89% identical to viral-post-writer — 26 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/content/viral-post-writer/SKILL.md · 328 lines

How it starts

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

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)

Read the full file on GitHub · 328 lines

Files

What ships with it

4 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. 11d ago First seen · 328 lines · 160 tokens per session scan A f3f37de30bb9

Subscribe to this mod's changes

viral-post-writer is a skill published in the GitHub repository Gingg7260/affiliate-skills (5 stars, last pushed yesterday), licensed MIT. It adds 160 tokens to every session and 3,254 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. It is 89% identical to viral-post-writer, differing in 26 lines, and is treated as a copy.

Related

Other skills, from other repositories

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 content, or mentions "viral post"…

Affitor/affiliate-skills · 160 tokens

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 content, or mentions "viral post"…

gabrielmoreira/agent-skills-mirror · 160 tokens

reddit-post-writer

Write Reddit posts and comments that recommend affiliate products without getting banned or flagged as spam. Subreddit-native content that adds value first. Use this skill when the user asks about Reddit posts for affiliate marketing, writing Reddit comments that mention products, how to promote affiliate links on…

Affitor/affiliate-skills · 133 tokens

content-pillar-atomizer

Take 1 blog post or article and generate 15-30 platform-native micro-content pieces. Not reformatting — re-contextualizing for each platform's culture. Triggers on: "atomize this content", "repurpose my blog post", "turn this into social posts", "content atomizer", "pillar content", "one to many content", "repurpose…

Affitor/affiliate-skills · 136 tokens

tiktok-script-writer

Write short-form video scripts for TikTok, Instagram Reels, and YouTube Shorts that promote affiliate products with strong hooks, demos, and CTAs. Use this skill when the user asks about TikTok scripts, Reels scripts, Shorts scripts, short-form video for affiliate marketing, or says "write a TikTok for X", "script a…

Affitor/affiliate-skills · 138 tokens

twitter-thread-writer

Write X/Twitter threads that get bookmarked, shared, and drive affiliate clicks. Use this skill when the user asks about writing Twitter threads, X threads, tweet threads for affiliate marketing, or says "write a thread about X", "Twitter thread promoting X", "X thread for affiliate", "write tweets that go viral"…

Affitor/affiliate-skills · 116 tokens