reddit-post-writer

reddit-post-writer is a skill for Claude Code, Codex from gabrielmoreira/agent-skills-mirror. It costs 133 tokens per session (3,782 once invoked), scanned A, a copy of reddit-post-writer, MIT.

A Reddit writing tool for creating posts and replies that recommend affiliate products in a community-appropriate way. Affiliate marketing means earning a commission when someone buys through your link.

In plain words
What is it for?
Use it to draft subreddit posts, comment replies, or AMA-style content that includes a relevant product mention.
Why use it?
It helps avoid posts that look like unwanted advertising by putting useful discussion before the product recommendation.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: mentions Claude Code; built for openclaw; mentions Gemini CLI.

Good fit Use it to draft subreddit posts, comment replies, or AMA-style content that includes a relevant product mention.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/gabrielmoreira/agent-skills-mirror/reddit-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 gabrielmoreira/agent-skills-mirror --skill reddit-post-writer
Clone the repo
git clone --depth 1 https://github.com/gabrielmoreira/agent-skills-mirror

Made for: Claude Code, 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 reddit-post-writer

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/gabrielmoreira/agent-skills-mirror/reddit-post-writer"><img src="https://agentmods.dev/badge/skills/gabrielmoreira/agent-skills-mirror/reddit-post-writer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 133 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,782 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 100% 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.00133 $0.03782
Opus 5 $0.00067 $0.01891
Sonnet 5 $0.00027 $0.00756
Haiku 4.5 $0.00013 $0.00378

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

Security

Grade A, and why

reddit-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 7d 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

100% identical to reddit-post-writer — 0 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.

mirrors/repos/Affitor@affiliate-skills/skills/content/reddit-post-writer/SKILL.md · 393 lines

How it starts

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

Reddit Post Writer

Write Reddit posts and comments that earn upvotes by leading with genuine value. The affiliate recommendation comes second — after trust is built. Reddit users have a finely tuned spam detector. This skill helps affiliates write like Redditors, not marketers.

Stage

This skill belongs to Stage S2: Content

When to Use

  • User wants to drive affiliate traffic from Reddit
  • User wants to recommend a product in a relevant subreddit
  • User is active in a community and wants to add a helpful product mention
  • User has a genuine experience with a product and wants to share it naturally
  • User asks how to participate on Reddit without getting banned for self-promotion

Input Schema

{
  product: {
    name: string              # (required) "Notion"
    description: string       # (optional) What the product does
    url: string               # (optional) Affiliate link — used in disclosure only
    reward_value: string      # (optional) Commission — never revealed in post
  }
  subreddit: string           # (optional) Target subreddit, e.g., "r/productivity"
  post_type: string           # (optional, default: auto) "post" | "comment_reply" | "ama_style"
  trigger_question: string    # (optional) Specific Reddit question or post you're replying to
  personal_experience: string # (optional) Real experience with the product to use as anchor
  audience: string            # (optional) Who reads this subreddit — "students", "developers"
  tone: string                # (optional, default: "genuine") "genuine" | "analytical" | "casual"
  problem_focus: string       # (optional) The specific problem this post addresses
}

Workflow

Step 1: Understand Reddit Culture First

Before writing, confirm the target subreddit context. If subreddit is provided, use web_search "reddit r/[subreddit] rules affiliate" to check:

  • Are affiliate links explicitly banned? (many subreddits ban them outright)
  • What post formats are most common? (links, text posts, discussions)
  • What gets upvoted vs. downvoted in this community?
  • Is there a community expectation of neutrality or personal experience?

Read the full file on GitHub · 393 lines

Files

What ships with it

1 file 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. 7d ago First seen · 393 lines · 133 tokens per session scan A 88d0e387d895

Subscribe to this mod's changes

reddit-post-writer is a skill published in the GitHub repository gabrielmoreira/agent-skills-mirror (17 stars, last pushed yesterday), licensed MIT. It adds 133 tokens to every session and 3,782 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to reddit-post-writer, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

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

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…

Gingg7260/affiliate-skills · 133 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"…

Affitor/affiliate-skills · 160 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