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.
npx skills add fortunto2/solo-factory --skill redditgit clone --depth 1 https://github.com/fortunto2/solo-factoryWrote 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.
[](https://agentmods.dev/skills/fortunto2/solo-factory/reddit)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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 --> 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 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 pagebrowser_snapshot()— read page structure (accessibility tree, NOT screenshots)browser_click(ref)— click elementsbrowser_type(ref, text)— type textbrowser_wait_for(state)— wait for page load
SoloGraph (optional, for search)
web_search(query)— search Reddit threadskb_search(query)— find project contextproject_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 readinessscripts/search-posts.sh <subreddit> [query] [sort]— find posts via Reddit JSON APIscripts/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.
- Parse project from
$ARGUMENTSor ask user. - Read PRD/README to extract: problem, solution, ICP, key features, competitor names.
- 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)
- 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
- Write profile to
docs/reddit/profile.md:
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.
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.
- 9d ago First seen · 289 lines · 48 tokens per session scan C 20dc41fb5710
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.
Other skills, from other repositories
harness
Route Harness Starter Kit workflows. Use when the user invokes /harness with adopt, doctor, update, refresh, review, or review sub-agent, or asks to apply, diagnose, maintain, or review repository harness guidance.
review
L1 internal review with auto-detection, design comparison, and Gate escalation path.
dev-plan
Generate a development plan with task breakdown and section 10 tracking tables.
product-diagnosis
Six-question diagnostic framework for G0 pre-check — validate product direction before development starts.
harness-adopt
Apply Harness Starter Kit prompt-first adoption to a target repository. Use when the user asks to apply, install, adopt, or bootstrap repository harness guidance, checks, memory, and adoption reporting.
harness-review
Review the current change set from an opposing harness-engineering perspective. Use when the user asks for /harness review, /harness review sub-agent, or a no-edit harness review.