Reddit Researcher Agent
by @kryzl19
Scan Reddit for posts matching keywords and summarize findings. Uses Bing primary + Reddit JSON API fallback — robust against DuckDuckGo bot blocking. Use wh...
clawhub install reddit-researcher-agent📖 About This Skill
name: reddit-researcher description: Scan Reddit for posts matching keywords and summarize findings. Uses Bing primary + Reddit JSON API fallback — robust against DuckDuckGo bot blocking. Use when researching Reddit communities, finding pain points, or gathering user feedback on a topic. metadata: { "openclaw": { "requires": { "bins": ["curl"] }, "install": [], }, }
Reddit Researcher
Search Reddit for posts and comments matching your keywords, extract insights and pain points.
Environment Variables
| Variable | Required | Default | Description |
|----------|----------|---------|-------------|
| REDDIT_SUBREDDITS | No | all | Comma-separated list of subreddits (e.g., technology,programming) |
| REDDIT_KEYWORDS | Yes | — | Comma-separated keywords to search for |
| REDDIT_SEARCH_ENGINE | No | bing | Search engine: bing, google, or reddit (direct JSON API) |
Scripts
scan.sh — Search Reddit
Searches Reddit for posts matching keywords using DuckDuckGo.
./scripts/scan.sh
Output: List of Reddit post titles with URLs.
summarize.sh — Extract Pain Points
Fetches Reddit posts and extracts common themes, complaints, and requests.
./scripts/summarize.sh
Output: Markdown summary with pain points, desires, and patterns.
export.sh — Export Findings
Exports all research findings to a markdown file with timestamp.
./scripts/export.sh
Output: reddit-research-YYYY-MM-DD.md in the output directory.
Usage Example
export REDDIT_KEYWORDS="AI coding,ChatGPT,developer tools"
export REDDIT_SUBREDDITS="programming,technology,artificial"Search for posts
./scripts/scan.sh "$REDDIT_KEYWORDS" > posts.txtSummarize findings
./scripts/summarize.sh posts.txtExport results
./scripts/export.sh summary.md
Notes
REDDIT_SEARCH_ENGINE=reddit for direct Reddit API access (no search engine needed)~/.openclaw/workspace/skills/reddit-researcher/cache/📋 Tips & Best Practices
REDDIT_SEARCH_ENGINE=reddit for direct Reddit API access (no search engine needed)~/.openclaw/workspace/skills/reddit-researcher/cache/