Install
openclaw skills install @kryzl19/strd-reddit-researcherScan 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.
openclaw skills install @kryzl19/strd-reddit-researcherSearch Reddit for posts and comments matching your keywords, extract insights and pain points.
| 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) |
Searches Reddit for posts matching keywords using DuckDuckGo.
./scripts/scan.sh <keywords>
Output: List of Reddit post titles with URLs.
Fetches Reddit posts and extracts common themes, complaints, and requests.
./scripts/summarize.sh <post_urls_file>
Output: Markdown summary with pain points, desires, and patterns.
Exports all research findings to a markdown file with timestamp.
./scripts/export.sh <summary_file>
Output: reddit-research-YYYY-MM-DD.md in the output directory.
export REDDIT_KEYWORDS="AI coding,ChatGPT,developer tools"
export REDDIT_SUBREDDITS="programming,technology,artificial"
# Search for posts
./scripts/scan.sh "$REDDIT_KEYWORDS" > posts.txt
# Summarize findings
./scripts/summarize.sh posts.txt
# Export results
./scripts/export.sh summary.md
REDDIT_SEARCH_ENGINE=reddit for direct Reddit API access (no search engine needed)~/.openclaw/workspace/skills/reddit-researcher/cache/