
Turn any codebase, with its docs, SQL schemas, configs, and PDFs, into a queryable knowledge graph. A /graphify skill for Claude Code, Cursor, Codex, and Gemini CLI: local deterministic AST parsing, every edge explained, no vector store.
This repository provides Claude Code skills that automate Reddit work through AppleScript in Chrome. The skills cover comment drafting, posting, subreddit research, and creator deployment, using the user's logged-in browser session.
Builders who use Claude Code and want Reddit automation in a real Chrome browser.
You can automate Reddit posting, commenting, and subreddit research from Claude Code without leaving your logged-in browser.
Finds rising posts, checks account status, drafts value-first comments, and posts them with rate limiting.
Submits text or link posts, handles modhash/CSRF protection, and applies flair when needed.
Crawls subreddit rules and audience signals for pre-campaign planning and brand fit analysis.
Turns a creator roster and subreddit fit into a two-layer deployment matrix and persona cards.
Uses AppleScript to send JavaScript to the active Chrome tab and read results back through `document.title`.
npx skills add PHY041/claude-skill-reddit
/reddit-cultivate
Post to r/SideProject about my new open source tool
Grow your Reddit presence on autopilot — using AppleScript to control your real Chrome browser. Undetectable by Reddit's anti-bot systems.
| 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 |
subreddit-deep-research | Pre-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-deploy | Turn a KOL roster + subreddit fit into a KOL/KOC two-layer deployment matrix + persona cards (disclosed-creator compliance baked in) |
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. |
npx skills add PHY041/claude-skill-reddit
Or manually copy the .claude/skills/ directories into your project.
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.
/api/me.json, /api/comment, /api/submit)document.title trickSince 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'
MIT
Sign in to join the discussion.
No comments yet. Be the first to say what this is good for.

Turn any codebase, with its docs, SQL schemas, configs, and PDFs, into a queryable knowledge graph. A /graphify skill for Claude Code, Cursor, Codex, and Gemini CLI: local deterministic AST parsing, every edge explained, no vector store.
Open-source AI job search: scan job portals, evaluate listings into a structured A-H report with a global 1-5 score, tailor your CV, track applications — runs locally in your AI coding CLI (Claude Code, Codex, OpenCode, Antigravity…)
A skill to stop your coding agent from burying the answer. ADHD-friendly output.
AI agent skill that researches any topic across Reddit, X, YouTube, HN, Polymarket, and the web - then synthesizes a grounded summary
De-AI writing skill for any Agent Skills-compatible agent (77+ via the Skills CLI), with native plugins for Claude Code, Codex, Grok Build, and Antigravity. Narrative-architecture repair for fiction, venue-matched rules for professional prose. Based on StoryScope (arXiv:2604.03136).
Academic Research Skills for Claude Code: research → write → review → revise → finalize