claude-skill-reddit
Description
**Grow your Reddit presence on autopilot** — using AppleScript to control your real Chrome browser. Undetectable by Reddit's anti-bot systems.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
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
| Skill | Description |
|---|---|
reddit-cultivate |
Find rising posts, draft value-first comments, build karma automatically |
reddit-post |
Submit text/link posts to any subreddit with flair support |
Why AppleScript?
Every other automation tool gets detected:
| Tool | Problem |
|---|---|
| Playwright/Selenium/Puppeteer | Sets navigator.webdriver=true — instantly detected |
| Reddit API + OAuth | Rate limited, requires app registration |
| curl | IP blocked after a few requests |
| AppleScript + Chrome | Controls 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
- AppleScript sends JavaScript to Chrome's active tab
- Same-origin fetch hits Reddit's internal API (
/api/me.json,/api/comment,/api/submit) - Cookies included automatically — you're already logged in
- Results read back via the
document.titletrick
The document.title Trick
...
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11