solo-reddit

solo-reddit is a skill for Claude Code from fortunto2/solo-factory. It costs 48 tokens per session (2,978 once invoked), scanned C, original, MIT.

A workflow for participating in Reddit discussions, including comments and posts. Reddit is a network of topic-based communities where people discuss and share content.

In plain words
What is it for?
It is for writing Reddit comments, engaging in threads, posting, and building karma.
Why use it?
It helps structure participation in Reddit threads when the goal is engagement or building account reputation, often called karma.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: names the AskUserQuestion tool; built for openclaw.

Part of the solo plugin — 45 skills, 2 commands, 3 agents, 3 hooks shipped together

Good fit It is for writing Reddit comments, engaging in threads, posting, and building karma.

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

Made for: Claude Code.

Or install solo, the plugin that ships this one along with the rest of its 45 skills, 2 commands, 3 agents, 3 hooks.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/fortunto2/solo-factory/reddit"><img src="https://agentmods.dev/badge/skills/fortunto2/solo-factory/reddit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 48 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,978 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found 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.00048 $0.02978
Opus 5 $0.00024 $0.01489
Sonnet 5 $0.00010 $0.00596
Haiku 4.5 $0.00005 $0.00298

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

Security

Grade C, and why

solo-reddit scanned grade C with 1 finding 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 9d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (scripts/check-karma.sh, scripts/check-post.sh, scripts/search-posts.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Hidden instructionshighPrompt injection

Directives inside HTML comments, invisible characters or bidirectional overrides are read by the model and not by the person reviewing the file.

<!-- entries added by /reddit comment and /reddit post -->
skills/reddit/SKILL.md · 289 lines

How it starts

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

/reddit

Reddit engagement automation — from finding relevant posts to writing authentic comments and tracking results. Comment-first strategy: build karma and reputation before any self-promotion.

Philosophy

  • Value first, product never (in comments) — genuinely help, mention product only when directly asked
  • Comment-first — 30+ comments before any self-promotional post
  • Read before write — analyze post, existing comments, subreddit culture before drafting
  • Track everything — karma growth, engagement rates, what works

Routing

User says Action
/reddit setup <project> Go to Setup section
/reddit find [subreddit] Go to Find Posts section
/reddit comment [url] Go to Comment section
/reddit post <subreddit> Go to Write Post section
/reddit status Go to Status section
/reddit batch [subreddit] Go to Batch Mode — find + comment x3

MCP Tools

Playwright (required for posting)

  • browser_navigate(url) — go to Reddit page
  • browser_snapshot() — read page structure (accessibility tree, NOT screenshots)
  • browser_click(ref) — click elements
  • browser_type(ref, text) — type text
  • browser_wait_for(state) — wait for page load

SoloGraph (optional, for search)

  • web_search(query) — search Reddit threads
  • kb_search(query) — find project context
  • project_info(name) — get project details

If MCP tools not available, use WebSearch/WebFetch as fallback.

Scripts (no MCP needed)

  • scripts/check-karma.sh <username> — check karma, account age, posting readiness
  • scripts/search-posts.sh <subreddit> [query] [sort] — find posts via Reddit JSON API
  • scripts/check-post.sh <url> — read post content + top comments

Use scripts first (faster, no Playwright needed). Fall back to Playwright for posting.

Setup

First-time setup for a project. Creates profile and tracking files.

  1. Parse project from $ARGUMENTS or ask user.
  2. Read PRD/README to extract: problem, solution, ICP, key features, competitor names.
  3. Identify target subreddits — search for where ICP hangs out:
    • Language/framework subs (r/rust, r/python, r/javascript)
    • Domain subs (r/selfhosted, r/devops, r/ClaudeAI)
    • General tech (r/programming, r/webdev)
  4. Research each subreddit:
    • Read sidebar rules (via WebFetch or Playwright)
    • Check self-promotion policy
    • Note posting format, flairs, weekly threads
    • Find top posts to understand culture
  5. Write profile to docs/reddit/profile.md:

Read the full file on GitHub · 289 lines

Files

What ships with it

8 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. 9d ago First seen · 289 lines · 48 tokens per session scan C 20dc41fb5710

Subscribe to this mod's changes

solo-reddit is a skill published in the GitHub repository fortunto2/solo-factory (18 stars, last pushed today), licensed MIT. It adds 48 tokens to every session and 2,978 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it C with 1 finding (hidden instructions). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.