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 agentmods add commands/thesmokedev/taskchad-os/redditgit clone --depth 1 https://github.com/TheSmokeDev/taskchad-osWrote 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/commands/thesmokedev/taskchad-os/reddit)<a href="https://agentmods.dev/commands/thesmokedev/taskchad-os/reddit"><img src="https://agentmods.dev/badge/commands/thesmokedev/taskchad-os/reddit.svg" alt="Measured on agentmods" 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 | $0.00000 | $0.00556 |
| Opus 5 | $0.00000 | $0.00278 |
| Sonnet 5 | $0.00000 | $0.00111 |
| Haiku 4.5 | $0.00000 | $0.00056 |
Grade A, and why
reddit 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 5d 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.
How it starts
The opening of the file, as written. The whole thing — 28 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/reddit - Reddit operator (research + approval-gated posting)
/reddit drives the visible Chrome CDP session for Reddit. It does not use the Reddit API and never launches a headless browser. It acts as whatever Reddit account is logged into the visible session.
Subcommands
/reddit status- browser/CDP readiness for the Reddit session./reddit research <query or r/subreddit>- read-only. Searches Reddit (or browses a subreddit) and returns the ranked threads so you can find where to help. No approval needed./reddit comment <thread_url> | <body> | <approval phrase>- drafts a reply. Blocked by default; it posts only when the FINAL pipe-delimited segment is EXACTLYpost this comment to reddit now./reddit post <subreddit> | <title> | <body> | <approval phrase>- drafts a self-post. Blocked by default; it posts only when the FINAL pipe-delimited segment is EXACTLYpost this to reddit now.
The approval is a separate trailing segment, not text appended to the body. A body that happens to end with the approval phrase can NEVER approve itself — the confirmation must be its own | <phrase> segment. The thread URL must be an absolute https://reddit.com URL, and the subreddit must match ^[A-Za-z0-9_]{2,21}$ (no slashes, query, or path) or the command is rejected.
The flow (draft -> approve -> post)
- Draft the comment or post using the
reddit-postskill (value-first, no promotion, no em-dashes). - Show the draft to the user. Do not post.
- The user posts only by re-sending the command with the approval phrase as the FINAL pipe-delimited segment (e.g.
/reddit comment <url> | <body> | post this comment to reddit now). - Before driving, the handler refuses if the visible Chrome is not ready (audited
failed), and rejects an invalid thread URL or subreddit. - Every action (blocked, posted, failed, rejected) is written to the sanitized browser audit log. No cookies, tokens, or query strings are ever logged.
Rules
- Research first. Find a real question you can answer well before drafting anything.
- One approval per post. Never batch, schedule, or loop posts.
- If a captcha or rate-limit appears, STOP and tell the user.
- This command is the generic operator. Business-specific targeting (which subreddits, which voice, what to say) lives in the consuming project's playbook, not here.
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.
- 5d ago First seen · 28 lines · 0 tokens per session scan A 1ca1b670c57a
reddit is a command published in the GitHub repository TheSmokeDev/taskchad-os (23 stars, last pushed 12d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 556 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
qa-sweep
Full platform QA sweep — auto-discovers every page, tests every UI element via browser automation, creates GitHub issues for all findings.
music-suno-prompt
Grounded Suno prompt synthesis from local knowledge corpus + persona canon + label canon. No vibes-prompting.
setup-dream
Configure Dream Mode for idle-time memory consolidation on this machine.
setup-preferences
Review and manage user-scope preferences used by Gnosys agents.
capture_full_page
Capture a full-page (entire scrollable page, beyond the viewport) or single-element screenshot through the Chrome debugger and save it under screenshots/. Unlike takescreenshot (viewport only, no debugger), this uses CDP to render the whole page or a specific element.
OPSX: Onboard
Guided onboarding - walk through a complete OpenSpec workflow cycle with narration.