/ Каталог / Песочница / 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 использует ту же схему mcpServers, что и Claude Desktop. Конфиг проекта приоритетнее глобального.

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

Щёлкните значок MCP Servers на боковой панели Cline, затем "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 использует массив объектов серверов, а не map.

~/.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 — эффект x10

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

Ещё

Ресурсы

📖 Читать официальный README на GitHub

🐙 Открытые задачи

🔍 Все 400+ MCP-серверов и Skills