Leaderboard/Marketing/auto-commenter
Last commit on January 30, 2026·Created on January 28, 2026

rokpiy/auto-commenter

Guides Reddit engagement from subreddit selection to comment tracking.
Combined rank
#477
across all skills
In Marketing
#34
category rank
Stars
586
+0.3% in last 7d
Forks
115
-0.9% in last 7d
Watchers
2
0.0% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

This skill automates the full Reddit commenting workflow: exploring subreddits, reading posts, writing natural-sounding comments, and tracking activity per subreddit. It includes a personalization review loop to keep comments authentic and avoids copy-paste repetition. It helps community managers, indie hackers, and growth teams maintain consistent outreach without violating subreddit rules.

WHO IT'S FOR
Community Managers
automate authentic community engagement
Growth Marketers
drive organic Reddit engagement at scale
Sales Development Reps
identify and engage potential leads on Reddit
Product Marketers
gather community insights and feedback
Repository contents

1 skill file

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill

Follow the documented setup, then try a first task.

I’m using

Clone the Auto-Commenter repository

Installs: Complete Auto-Commenter repository; the documented release currently supports Reddit and includes the reddit-commenter skill. · Claude Desktop, Claude CLI

Before you start
  • Claude Desktop or Claude CLI, logged in
  • Node.js v16 or higher
  • A Reddit account in good standing, logged into Reddit in the browser

Run from: The parent directory where the auto-commenter folder should be created

  1. In a terminal, clone the repository, enter its directory, and install its dependencies.

    git clone https://github.com/rokpiy/auto-commenter.git
    cd auto-commenter
    npm install
  2. Manually verify that `.mcp/settings.json` exists and configures `npx` to run `@playwright/mcp@latest`.

  3. Create the personalization data by collecting 8–10 of your comments, asking your LLM to analyze them into a personalization guide, and placing the result in `.claude/skills/reddit-commenter/resources/personalization_reddit.md`.

  4. Configure target communities by adding their rules, tone, and suitable topics to `.claude/skills/reddit-commenter/resources/subreddits.md`. Optionally add product details to `.claude/skills/reddit-commenter/resources/product.md`.

SETUP.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Check today's Reddit activity

Uses reddit-commenter

  • Access to the repository's tracking/reddit/ folder and template.md. Today's YYYY-MM-DD.md activity file may be absent; the skill can initialize it from the template.
Using the reddit-commenter skill, show today's Reddit activity. Do not post any comments.
.claude/skills/reddit-commenter/SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026