/ Directorio / Playground / claude-skill-reddit
● Comunidad PHY041 ⚡ Instantáneo

claude-skill-reddit

por 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.

Por qué usarlo

Características clave

Demo en vivo

Cómo se ve en la práctica

claude-skill-reddit-2.replay ▶ listo
0/0

Instalar

Elige tu cliente

~/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"
      ]
    }
  }
}

Abre Claude Desktop → Settings → Developer → Edit Config. Reinicia después de guardar.

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

Cursor usa el mismo esquema mcpServers que Claude Desktop. La configuración del proyecto prevalece sobre la global.

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

Haz clic en el icono MCP Servers de la barra lateral de Cline y luego en "Edit Configuration".

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

Mismo formato que Claude Desktop. Reinicia Windsurf para aplicar.

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

Continue usa un array de objetos de servidor en lugar de un mapa.

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

Añádelo a context_servers. Zed recarga en caliente al guardar.

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

Un solo comando. Verifica con claude mcp list. Quita con claude mcp remove.

Casos de uso

Usos del mundo real: 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

Cuándo usarlo: You want to post a link or text post to a subreddit from Claude Code.

Requisitos previos
  • 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
Flujo
  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%'.✓ Copiado
    → Confirmation of post submission with link to the Reddit post

Resultado: Content posted to the target subreddit.

Errores comunes
  • 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

Cuándo usarlo: You want to find popular discussions in your subreddits and add meaningful comments.

Requisitos previos
  • macOS + Chrome with Reddit logged in — Enable AppleScript support in Chrome
Flujo
  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.✓ Copiado
    → 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.✓ Copiado
    → Comment text ready for review before posting

Resultado: Thoughtful engagement with community discussions.

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

Combinaciones

Combínalo con otros MCPs para multiplicar por 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.✓ Copiado

Herramientas

Lo que expone este MCP

HerramientaEntradasCuándo llamarCoste
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

Coste y límites

Lo que cuesta ejecutarlo

Cuota de API
N/A — uses browser automation, not Reddit API
Tokens por llamada
500–1500 tokens per action
Monetario
Free
Consejo
Pre-draft your content before invoking the skill to minimize back-and-forth.

Seguridad

Permisos, secretos, alcance

Almacenamiento de credenciales: Uses your existing Chrome Reddit session — no separate credentials needed
Salida de datos: Interactions go through Chrome to reddit.com — same as manual browsing

Resolución de problemas

Errores comunes y soluciones

AppleScript not authorized

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

Verificar: 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.

Verificar: 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.

Verificar: Visit the subreddit's rules page

Alternativas

claude-skill-reddit vs otros

AlternativaCuándo usarlaContrapartida
reddit-mcp-buddyYou only need to read/search Reddit without postingRead-only but works on all platforms, not just macOS

Más

Recursos

📖 Lee el README oficial en GitHub

🐙 Ver issues abiertas

🔍 Ver todos los 400+ servidores MCP y Skills