/ 目录 / 演练场 / 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