Social bot
Skill mguozhen/social-bot
Reddit & X/Twitter auto-reply bot for ecommerce/SaaS growth. Finds relevant posts about AI customer service, Amazon FBA, Shopify — posts genuine AI-generated replies mentioning your product. Includes Reddit account warmup (karma building) and lead tracking. Triggers: social reply bot, reddit auto reply, twitter auto reply, x auto reply, social media bot, amazon seller engagement, ecommerce social engagement, reddit warmup, karma building, warmup reddit, social leads, potential customersFrom its SKILL.md
npx -y skills add mguozhen/social-botAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
SKILL.md
2.4 KB, 418 tokens by cl100k_base, as published. Nobody here has run it
Social Reply Bot
Automatically finds and replies to relevant Reddit and X/Twitter posts about ecommerce, Amazon FBA, and AI customer service. Also builds Reddit account karma and tracks potential customer leads.
Commands
social reply bot # run both platforms
social reply bot x only # X/Twitter only
social reply bot reddit only # Reddit only
social reply bot warmup # build Reddit karma (8 comments)
social reply bot warmup 15 # warmup with custom target
social reply bot leads # show potential customers found
social reply bot stats # today's stats
social reply bot dashboard # open web dashboard
Setup
curl -fsSL https://raw.githubusercontent.com/mguozhen/social-bot/main/install.sh | bash
Requirements
browseCLI:npm install -g @browserbasehq/browse-cli- Log in to Reddit and X in the browse-controlled Chrome window
ANTHROPIC_API_KEYin.env
Features
Daily Reply Bot
- Searches subreddits and X for posts matching your product keywords
- Claude generates genuine, on-topic replies (not spam)
- Browser automation — no Reddit/X API key needed
- SQLite deduplication — never replies to the same post twice
Reddit Warmup (karma building)
- Visits low-moderation subreddits (r/karma, r/CasualConversation, r/self)
- Claude Haiku generates authentic short comments (no product mentions)
- Natural delays between posts (90–180s)
- Builds Comment Karma to unlock restricted subreddits
Lead Tracking
- Every replied post analyzed by Claude for customer potential
- Scored 1–10 with urgency level
- Extracts business type and pain points
- View with:
social reply bot leads
Configuration
Edit ~/social-bot/config.json to set your subreddits, X search queries, product descriptions, and daily targets.
What ships with it: 23 files
454.6 KB alongside SKILL.md, 12 of them executable
bot/
- ai_engine.pyruns4.1 KB
- browser.pyruns2.1 KB
- db.pyruns5.3 KB
- __init__.pyruns0 B
- reddit_bot.pyruns11.2 KB
- x_bot.pyruns6.2 KB
dashboard/
- app.pyruns3.0 KB
- templates/index.html10.1 KB
docs/
- screenshot_dashboard.png41.1 KB
- screenshot_reddit_reply.png135.2 KB
- screenshot_x_reply.png191.2 KB
launchd/
- article_social_bot.md7.9 KB
- config.json2.1 KB
- .env.template374 B
- .gitignore156 B
- install.shruns5.4 KB
- README.md12.4 KB
- requirements.txt70 B
- run_daily.pyruns3.0 KB
- setup.shruns2.2 KB
- skill.shruns2.7 KB
- warmup_reddit.pyruns7.8 KB