/ 目錄 / 演練場 / 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 搭配,撬動十倍槓桿

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
每次呼叫 Token 數
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

🐙 查看未解決的 issue

🔍 瀏覽全部 400+ MCP 伺服器和 Skills