Install
$ agentstack add mcp-rokpiy-auto-commenter ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Auto-Commenter
>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
git 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](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](SETUP.md) - Complete setup guide
- [QUICKREFERENCE.md](QUICKREFERENCE.md) - Commands and tips
- [CONTRIBUTING.md](CONTRIBUTING.md) - Contribution guidelines
- [CHANGES.md](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](SETUP.md#responsible-use) for details.
License
MIT License - see [LICENSE](LICENSE)
Built with Claude AI and Playwright MCP
Support
- [Report Bug](../../issues/new?template=bug_report.md)
- [Request Feature](../../issues/new?template=feature_request.md)
- [Contribute](CONTRIBUTING.md)
- [Setup Help](SETUP.md)
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.
Join 1,300+ developers personalizing agents
Star History
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: rokpiy
- Source: rokpiy/auto-commenter
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.