返回顶部
r

reddit-researcherReddit研究助手

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
安全检测
已通过
99
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

reddit-researcher

Reddit 研究员

在 Reddit 上搜索与关键词匹配的帖子和评论,提取洞察和痛点。

环境变量

变量必填默认值描述
REDDITSUBREDDITSall以逗号分隔的子版块列表(例如:technology,programming)
REDDITKEYWORDS
是 | — | 以逗号分隔的待搜索关键词 | | REDDITSEARCHENGINE | 否 | bing | 搜索引擎:bing、google 或 reddit(直接 JSON API) |

脚本

scan.sh — 搜索 Reddit

使用 DuckDuckGo 在 Reddit 上搜索与关键词匹配的帖子。

bash
./scripts/scan.sh <关键词>

输出: 包含 URL 的 Reddit 帖子标题列表。

summarize.sh — 提取痛点

获取 Reddit 帖子并提取常见主题、抱怨和需求。

bash
./scripts/summarize.sh <帖子URL文件>

输出: 包含痛点、需求和模式的 Markdown 摘要。

export.sh — 导出结果

将所有研究结果导出为带时间戳的 Markdown 文件。

bash
./scripts/export.sh <摘要文件>

输出: 输出目录中的 reddit-research-YYYY-MM-DD.md 文件。

使用示例

bash
export REDDIT_KEYWORDS=AI coding,ChatGPT,developer tools
export REDDIT_SUBREDDITS=programming,technology,artificial

搜索帖子

./scripts/scan.sh $REDDIT_KEYWORDS > posts.txt

摘要结果

./scripts/summarize.sh posts.txt

导出结果

./scripts/export.sh summary.md

备注

  • - 使用 Bing 作为主要搜索引擎,以 Reddit JSON API 和 Google 作为备选——设计用于在 DuckDuckGo 阻止自动查询时仍能正常工作
  • 设置 REDDITSEARCHENGINE=reddit 可直接访问 Reddit API(无需搜索引擎)
  • 遵守速率限制;在请求之间添加延迟
  • 结果缓存于 ~/.openclaw/workspace/skills/reddit-researcher/cache/
  • 输出格式为带有正确链接格式的 Reddit Markdown

标签

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

下载

⬇ 下载 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
返回顶部