/ 디렉터리 / 플레이그라운드 / claude-skill-reddit
● 커뮤니티 PHY041 ⚡ 바로 사용

claude-skill-reddit

제작: PHY041 · PHY041/claude-skill-reddit

Claude Code skills for Reddit interaction via AppleScript and Chrome — post, comment, and browse using your real browser session.

claude-skill-reddit provides two Claude Code skills for Reddit interaction using AppleScript to control Chrome. The reddit-cultivate skill monitors karma and generates contextual comments on rising posts, while reddit-post handles submissions with flair and CSRF management. macOS only — uses your real Chrome session with cookies and fingerprint intact.

왜 쓰나요

핵심 기능

라이브 데모

실제 사용 모습

claude-skill-reddit-2.replay ▶ 준비됨
0/0

설치

클라이언트 선택

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "claude-skill-reddit-2": {
      "command": "TODO",
      "args": [
        "See README: https://github.com/PHY041/claude-skill-reddit"
      ]
    }
  }
}

Claude Desktop → Settings → Developer → Edit Config 열기. 저장 후 앱 재시작.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "claude-skill-reddit-2": {
      "command": "TODO",
      "args": [
        "See README: https://github.com/PHY041/claude-skill-reddit"
      ]
    }
  }
}

Cursor는 Claude Desktop과 동일한 mcpServers 스키마 사용. 프로젝트 설정이 전역보다 우선.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "claude-skill-reddit-2": {
      "command": "TODO",
      "args": [
        "See README: https://github.com/PHY041/claude-skill-reddit"
      ]
    }
  }
}

Cline 사이드바의 MCP Servers 아이콘 클릭 후 "Edit Configuration" 선택.

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "claude-skill-reddit-2": {
      "command": "TODO",
      "args": [
        "See README: https://github.com/PHY041/claude-skill-reddit"
      ]
    }
  }
}

Claude Desktop과 같은 형식. Windsurf 재시작 후 적용.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "claude-skill-reddit-2",
      "command": "TODO",
      "args": [
        "See README: https://github.com/PHY041/claude-skill-reddit"
      ]
    }
  ]
}

Continue는 맵이 아닌 서버 오브젝트 배열 사용.

~/.config/zed/settings.json
{
  "context_servers": {
    "claude-skill-reddit-2": {
      "command": {
        "path": "TODO",
        "args": [
          "See README: https://github.com/PHY041/claude-skill-reddit"
        ]
      }
    }
  }
}

context_servers에 추가. 저장 시 Zed가 핫 리로드.

claude mcp add claude-skill-reddit-2 -- TODO 'See README: https://github.com/PHY041/claude-skill-reddit'

한 줄 명령. claude mcp list로 확인, claude mcp remove로 제거.

사용 사례

실전 활용법: claude-skill-reddit

How to post content to a subreddit with claude-skill-reddit

👤 Content creators who want to share their work on Reddit ⏱ ~5 min beginner

언제 쓸까: You want to post a link or text post to a subreddit from Claude Code.

사전 조건
  • macOS with Chrome — Enable 'Allow JavaScript from Apple Events' in Chrome's View > Developer menu
  • Active Reddit login in Chrome — Log into Reddit in Chrome before using the skill
흐름
  1. Post to a subreddit
    Post my blog article https://example.com/my-post to r/programming with the title 'How I reduced build times by 80%'.✓ 복사됨
    → Confirmation of post submission with link to the Reddit post

결과: Content posted to the target subreddit.

함정
  • Subreddit requires specific flair — The skill handles flair automatically, but some subreddits have mandatory flairs — specify one if prompted

Monitor and engage with rising posts in your communities

👤 Community participants who want to contribute thoughtful comments ⏱ ~15 min beginner

언제 쓸까: You want to find popular discussions in your subreddits and add meaningful comments.

사전 조건
  • macOS + Chrome with Reddit logged in — Enable AppleScript support in Chrome
흐름
  1. Find rising posts
    Check r/webdev and r/javascript for rising posts in the last 6 hours. Show me the top 5 with comment counts.✓ 복사됨
    → List of rising posts with engagement metrics
  2. Draft a comment
    Draft a thoughtful comment for the top post about React Server Components. Keep it technical and helpful.✓ 복사됨
    → Comment text ready for review before posting

결과: Thoughtful engagement with community discussions.

함정
  • Posting too frequently triggers rate limits — The skill has built-in rate limiting — don't override it

조합

다른 MCP와 조합해 10배 효율

claude-skill-reddit-2 + filesystem

Draft posts in local files, review them, then publish to Reddit

Read my draft post from ~/drafts/react-tips.md and post it to r/reactjs.✓ 복사됨

도구

이 MCP가 노출하는 것

도구입력언제 호출비용
reddit-cultivate subreddits, preferences Monitor communities and post contextual comments on rising posts 0
reddit-post subreddit, title, content/url Submit a text or link post to a subreddit 0

비용 및 제한

운영 비용

API 쿼터
N/A — uses browser automation, not Reddit API
호출당 토큰
500–1500 tokens per action
금액
Free
Pre-draft your content before invoking the skill to minimize back-and-forth.

보안

권한, 시크릿, 파급범위

자격 증명 저장: Uses your existing Chrome Reddit session — no separate credentials needed
데이터 외부 송신: Interactions go through Chrome to reddit.com — same as manual browsing

문제 해결

자주 발생하는 오류와 해결

AppleScript not authorized

Enable 'Allow JavaScript from Apple Events' in Chrome → View → Developer menu. Also grant Automation permissions in System Settings.

확인: Chrome → View → Developer → check the option is enabled
Not logged into Reddit

Log into Reddit in Chrome before using the skill. The skill uses your existing session.

확인: Open reddit.com in Chrome and verify you're logged in
Post rejected by subreddit

Some subreddits have minimum karma or account age requirements. Check the subreddit's rules.

확인: Visit the subreddit's rules page

대안

claude-skill-reddit 다른 것과 비교

대안언제 쓰나단점/장점
reddit-mcp-buddyYou only need to read/search Reddit without postingRead-only but works on all platforms, not just macOS

더 보기

리소스

📖 GitHub에서 공식 README 읽기

🐙 열린 이슈 보기

🔍 400+ MCP 서버 및 Skills 전체 보기