返回顶部
r

reddit-researcher

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.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
76
下载量
0
收藏
概述
安装方式
版本历史

reddit-researcher

# 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. ```bash ./scripts/scan.sh <keywords> ``` **Output:** List of Reddit post titles with URLs. ### summarize.sh — Extract Pain Points Fetches Reddit posts and extracts common themes, complaints, and requests. ```bash ./scripts/summarize.sh <post_urls_file> ``` **Output:** Markdown summary with pain points, desires, and patterns. ### export.sh — Export Findings Exports all research findings to a markdown file with timestamp. ```bash ./scripts/export.sh <summary_file> ``` **Output:** `reddit-research-YYYY-MM-DD.md` in the output directory. ## Usage Example ```bash 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 ``` ## Notes - Uses Bing as primary search engine, with Reddit JSON API and Google as fallbacks — designed to work even when DuckDuckGo blocks automated queries - Set `REDDIT_SEARCH_ENGINE=reddit` for direct Reddit API access (no search engine needed) - Respects rate limits; adds delays between requests - Results cached in `~/.openclaw/workspace/skills/reddit-researcher/cache/` - Output format is Reddit markdown with proper link formatting

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 reddit-researcher-agent-1776021393 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 reddit-researcher-agent-1776021393 技能

通过命令行安装

skillhub install reddit-researcher-agent-1776021393

下载 Zip 包

⬇ 下载 reddit-researcher v1.0.0

文件大小: 5.49 KB | 发布时间: 2026-4-13 11:46

v1.0.0 最新 2026-4-13 11:46
- Initial release of reddit-researcher.
- Search Reddit for posts and comments by keyword, summarize findings, and extract pain points.
- Primary search uses Bing, with fallback to Reddit JSON API and Google for reliability.
- Provides shell scripts to scan, summarize, and export Reddit research in markdown format.
- Supports environment variables for custom keywords, subreddits, and search engine selection.
- Includes caching and rate limiting for robust, repeatable research tasks.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部