claudeers.
// Claude Skills

claude-skill-reddit

Claude Code skills for Reddit automation (AppleScript + Chrome). Build karma, post to subreddits — undetectable by anti-bot systems.

Slowing down
87/100
last commit about 2 months ago
last release none
releases 0
open issues 1
// star history

Install with your AI

Paste into Claude Code, Cursor, or any agent — it reads the repo and wires the tool into your project.

Install and set up claude-skill-reddit (git-clone project) into my current project.
Found on https://claudeers.com/claude-skill-reddit
Repo: https://github.com/PHY041/claude-skill-reddit
Homepage/docs: —
Detected install method: git-clone → git clone https://github.com/PHY041/claude-skill-reddit
Category: skills. Platforms: cli, api, web.
Read the repo's README for exact setup and env vars, then install it and wire it into my project.

Claudeers Health Verdict:
slowing; community-verified: false. Confirm the source before running anything.
// or clone
git clone https://github.com/PHY041/claude-skill-reddit

// compatibility

Platformscli, api, web
Operating systems
AI compatibilityclaude
License
Pricingopen-source
LanguagePython

Claude Skill: Reddit Automation (AppleScript)

Grow your Reddit presence on autopilot — using AppleScript to control your real Chrome browser. Undetectable by Reddit's anti-bot systems.

What's Inside

SkillDescription
reddit-cultivateFind rising posts, draft value-first comments, build karma automatically
reddit-postSubmit text/link posts to any subreddit with flair support
subreddit-deep-researchPre-campaign community due-diligence for any brand: six-dimension subreddit universe, high-upvote-logic analysis, rules crawl, and a two-gate (sub-rules + FTC disclosure) brand/link policy matrix
reddit-creator-deployTurn a KOL roster + subreddit fit into a KOL/KOC two-layer deployment matrix + persona cards (disclosed-creator compliance baked in)

Why AppleScript?

Every other automation tool gets detected:

ToolProblem
Playwright/Selenium/PuppeteerSets navigator.webdriver=true — instantly detected
Reddit API + OAuthRate limited, requires app registration
curlIP blocked after a few requests
AppleScript + ChromeControls your real browser. Cookies, fingerprint, everything — indistinguishable from you clicking around.

Install

npx skills add PHY041/claude-skill-reddit

Or manually copy the .claude/skills/ directories into your project.

Requirements

  • macOS (AppleScript is macOS-only)
  • Google Chrome with "Allow JavaScript from Apple Events" enabled:
    • Chrome → View → Developer → Allow JavaScript from Apple Events
    • Restart Chrome after enabling
  • Logged into Reddit in Chrome

Usage

Once installed, just tell Claude Code:

/reddit-cultivate

→ Checks your karma, scans rising posts in target subreddits, drafts thoughtful comments, posts them, and gives you a summary table with links.

Post to r/SideProject about my new open source tool

→ Drafts and submits a Reddit post using the reddit-post skill.

How It Works

  1. AppleScript sends JavaScript to Chrome's active tab
  2. Same-origin fetch hits Reddit's internal API (/api/me.json, /api/comment, /api/submit)
  3. Cookies included automatically — you're already logged in
  4. Results read back via the document.title trick

The document.title Trick

Since AppleScript can't directly read async JS results, we write them to document.title and read it back:

# Execute async JS
osascript -e 'tell application "Google Chrome" to tell active tab of first window to execute javascript "fetch(...).then(d=>{document.title=JSON.stringify(d)})"'
sleep 2
# Read result
osascript -e 'tell application "Google Chrome" to return title of active tab of first window'

Features

reddit-cultivate

  • Account status check (username, karma)
  • Scans rising posts across multiple subreddits in parallel
  • Drafts natural, value-first comments (no self-promotion)
  • Posts with rate limiting (4s between comments)
  • Outputs summary table with direct links to every comment

reddit-post

  • Submit text posts or link posts
  • Automatic modhash handling (CSRF protection)
  • Flair detection and application
  • Spam filter avoidance guidelines
  • Best posting times and templates

License

MIT

// faq

What is claude-skill-reddit?

Claude Code skills for Reddit automation (AppleScript + Chrome). Build karma, post to subreddits — undetectable by anti-bot systems.. It is open-source on GitHub.

Is claude-skill-reddit free to use?

claude-skill-reddit is open-source, so it is free to use.

What category does claude-skill-reddit belong to?

claude-skill-reddit is listed under skills in the Claudeers registry of Claude-compatible tools.

3 views
39 stars
unclaimed
updated 21 days ago

// embed badge

claude-skill-reddit on Claudeers
[![Claudeers](https://claudeers.com/api/badge/claude-skill-reddit.svg)](https://claudeers.com/claude-skill-reddit)

// retro hit counter

claude-skill-reddit hit counter
[![Hits](https://claudeers.com/api/counter/claude-skill-reddit.svg)](https://claudeers.com/claude-skill-reddit)

// reviews

// guestbook

0/500

// related in Claude Skills

🔓

An agentic skills framework & software development methodology that works.

// skillsobra/Shell272,506MIT[ claude ]
🔓

Public repository for Agent Skills

// skillsanthropics/Python169,406[ claude ]
🔓

💫 Toolkit to help you get started with Spec-Driven Development

// skillsgithub/Python129,208MIT[ claude ]
🔓

AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs,…

// skillsGraphify-Labs/Python106,387MIT[ claude ]
→ see how claude-skill-reddit connects across the ecosystem