1
总安装量
1
周安装量
#77593
全站排名
安装命令
npx skills add https://github.com/zuttam/business-growth-mp --skill reddit
Agent 安装分布
amp
1
opencode
1
kimi-cli
1
codex
1
github-copilot
1
claude-code
1
Skill 文档
Reddit Community Engagement Skill
Overview
This skill enables authentic Reddit engagement by discovering relevant threads, crafting helpful responses, and tracking engagement history.
Actions
| Action | File | When to Use |
|---|---|---|
| Login | references/login.md | Authenticate with Reddit before engaging |
| Research | references/research.md | Find threads, discover subreddits, build thread database |
| Engage | references/engage.md | Comment on threads or create new posts |
Data Files
| File | Purpose |
|---|---|
.business_growth/marketing/social/BUSINESS.md |
Shared business context (required) |
.business_growth/marketing/social/reddit/{YYYY-MM}/{YYYY-MM-DD}.md |
Daily threads and engagement log |
community-pulse/skills/reddit/.env.profiles.local |
Reddit credentials (gitignored) |
Quick Start
- First time? â Run Login to authenticate, then Research to find threads
- Have threads? â Run Engage to comment or post
Decision Flow
User Request
â
ââ⺠"Login" / "Sign in" / "Authenticate"
â ââ⺠Load references/login.md
â
ââ⺠"Find threads" / "Research" / "Discover"
â ââ⺠Load references/research.md
â
ââ⺠"Comment" / "Post" / "Engage" / "Reply"
â ââ⺠Load references/engage.md
â
ââ⺠Unclear
ââ⺠Ask: "Would you like me to research new threads or engage with existing ones?"
Browser MCP Quick Reference
Get Browser Context
tabs_context_mcp (get available tabs)
tabs_create_mcp (create new tab if needed)
Navigation
navigate (url, tabId)
Reading Page
read_page (tabId) - Get page structure
get_page_text (tabId) - Get text content
screenshot - Visual verification
Finding Elements
find (query, tabId) - Natural language element search
Interaction
form_input (ref, value, tabId) - Fill form fields
computer (action: "left_click", coordinate, tabId) - Click elements
computer (action: "scroll", scroll_direction, tabId) - Scroll page
computer (action: "type", text, tabId) - Type text
Important Notes
- Authentication: Use login skill or ensure manual login before engaging
- Rate Limits: Reddit limits posting frequency – wait between actions
- Karma Requirements: Some subreddits require minimum karma to post
- Shadowbans: Aggressive posting can trigger Reddit’s spam detection
- Authenticity: Focus on providing value, not promotion
- User Approval: ALL engagement actions require explicit user confirmation