Auto commenter
A Claude skill that automatically posts personalized, authentic comments in your target communities.
>A marketing automation framework using Claude Skills and Playwright MCP for authentic community engagement. Features personalized comment generation, target community selection, daily tracking, batch execution, and lead identification. The project is distributed under the MIT License license, first published in 2026. Key topics include: automation, chatgpt, claude-ai, comment, cursor-ai.
Auto-Commenter
<p align="center"> <img src="assets/og_image.png" alt="Auto-Commenter - A Claude skill that automatically posts personalized, authentic comments in your target communities" width="100%"> </p> <p align="center"> <a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License: MIT"></a> <a href="CONTRIBUTING.md"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs Welcome"></a> </p> <p align="center"> <a href="https://x.com/JoshuaIPark"><img src="https://img.shields.io/badge/Follow%20on%20X-000000?style=for-the-badge&logo=x&logoColor=white" alt="Follow on X"></a> <a href="https://discord.gg/vRp5Zh3HGu"><img src="https://img.shields.io/badge/Join%20Discord-5865F2?style=for-the-badge&logo=discord&logoColor=white" alt="Join Discord"></a> </p>A marketing automation framework using Claude Skills and Playwright MCP for authentic community engagement. Features personalized comment generation, target community selection, daily tracking, batch execution, and lead identification.
Currently supports Reddit — easily extensible to Twitter, LinkedIn, Discord, and other platforms by adding personalization files.
What is This?
Auto-Commenter is a Claude AI skill that:
- Learns your writing style from your actual comments
- Analyzes posts deeply to understand context and intent (not keyword-based)
- Writes authentic comments that pass 16-point quality checklist
- Tracks activity across subreddits with daily quotas
- Identifies leads automatically based on your product fit
- Runs in batch mode to fill daily quotas across multiple communities
Unlike typical bots that produce obvious automated comments, this system replicates your unique voice and provides genuine value.
Quick Start
1. Installation
bashgit clone https://github.com/rokpiy/auto-commenter.git cd auto-commenter npm install
2. Configure Your Style
Create personalization file:
- Collect 8-10 comments you've written (various topics, lengths, tones)
- Ask your LLM: "Analyze these comments and create a personalization guide"
- Paste the result into
.claude/skills/reddit-commenter/resources/personalization_reddit.md
3. Customize Target Communities
Configure subreddits:
- Ask your LLM to analyze your target subreddits
- Paste community rules, tone, and good topics into
.claude/skills/reddit-commenter/resources/subreddits.md
Optional - Add product info:
- If promoting a product, add details to
.claude/skills/reddit-commenter/resources/product.md
4. Run
Single comment:
"Write one comment on r/YourSubreddit"
Batch mode (fill daily quota):
"Fill today's quota"
Detailed setup: See SETUP.md
Project Structure
auto-commenter/
├── .claude/skills/reddit-commenter/
│ ├── SKILL.md # Single comment workflow
│ ├── BATCH.md # Batch mode execution
│ └── resources/
│ ├── personalization_reddit.md # YOUR writing style (customize this)
│ ├── subreddits.md # Target community analysis
│ └── product.md # Your product info (optional)
├── tracking/reddit/ # Daily activity logs
├── leads/reddit.md # Discovered potential customers
├── SETUP.md # Detailed setup guide
└── CONTRIBUTING.md # Contribution guidelines
Key Features
- Style Personalization - 16-point checklist ensures natural, human-like comments
- Batch Execution - Automatically fills daily quotas (e.g., 24 comments across 8 subreddits)
- Lead Identification - Tracks potential customers interested in your product
- Activity Tracking - Daily logs with comment links and metrics
- Multi-Platform Ready - Extend to Twitter, LinkedIn, Discord by adding personalization files
- Community-Respectful - Follows rate limits, subreddit rules, and provides real value
Usage
Single Comment
"Write one comment on r/ClaudeAI"
→ Analyzes posts, writes in your style, reviews quality, posts, tracks
Batch Mode
"Fill today's quota"
→ Fills all subreddit quotas (default: 3 per subreddit, 5-15 min intervals)
Check Activity
"Show today's Reddit activity"
→ View tracking file: tracking/reddit/2026-01-30.md
Multi-Platform Support
Currently supports Reddit. To add other platforms:
- Copy
.claude/skills/reddit-commenter/→.claude/skills/[platform]-commenter/ - Customize
personalization_[platform].mdwith platform-specific style - Update
SKILL.mdandBATCH.mdfor platform APIs/browser automation - Create
tracking/[platform]/andleads/[platform].md
Coming soon: Twitter, LinkedIn, Discord templates
Documentation
- SETUP.md - Complete setup guide
- QUICK_REFERENCE.md - Commands and tips
- CONTRIBUTING.md - Contribution guidelines
- CHANGES.md - Conversion to open-source summary
Responsible Use
⚠️ This tool enhances genuine engagement, not replaces it.
Do:
- Provide real value to communities
- Use your authentic writing style
- Follow platform rules and rate limits
- Mix in manual comments
Don't:
- Spam or deceive communities
- Claim false experiences
- Ignore negative feedback
- Automate 100% of activity
See Responsible Use Guidelines for details.
License
MIT License - see LICENSE
Built with Claude AI and Playwright MCP
Support
Upgrade Your Agents with Membase
Want to take your AI agents to the next level? Connects memory across all your agents, so they never forget context and always stay in sync.
<p align="center"> <b>Join 1,300+ developers personalizing agents</b> </p> <p align="center"> <a href="https://membase.so/?utm_source=github&utm_medium=auto-commenter"> <img src="https://img.shields.io/badge/Try Membase for Free-4F46E5?style=for-the-badge"/> </a> </p>Star History
<p align="center"> <a href="https://www.star-history.com/?repos=rokpiy%2Fauto-commenter&type=date&logscale=&legend=bottom-right"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/image?repos=rokpiy/auto-commenter&type=date&theme=dark&legend=bottom-right" /> <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/image?repos=rokpiy/auto-commenter&type=date&legend=bottom-right" /> <img alt="Star History Chart" src="https://api.star-history.com/image?repos=rokpiy/auto-commenter&type=date&legend=bottom-right" /> </picture> </a> </p>Contributors
Showing top 1 contributor by commit count.
