什么是 reddit-reader?
使用 Reddit OAuth2 API 搜索和阅读 Reddit 帖子、评论和 subreddit 内容。当用户要求搜索 Reddit 讨论、浏览 Reddit 子帖子、阅读 Reddit 帖子内容和评论或了解 Reddit 社区对某个主题的看法时,请使用此技能。支持按时间范围和排序方式过滤,并且可以读取完整的帖子正文和嵌套的评论树。 来源:brisyramshere/reddit-skill。
使用 Reddit OAuth2 API 搜索和阅读 Reddit 帖子、评论和 subreddit 内容。当用户要求搜索 Reddit 讨论、浏览 Reddit 子帖子、阅读 Reddit 帖子内容和评论或了解 Reddit 社区对某个主题的看法时,请使用此技能。支持按时间范围和排序方式过滤,并且可以读取完整的帖子正文和嵌套的评论树。
通过命令行快速安装 reddit-reader AI 技能到你的开发环境
来源:brisyramshere/reddit-skill。
通过 Reddit OAuth2 API 访问 Reddit 内容的 skill,支持搜索帖子、浏览子版块、阅读帖子详情和评论。输出为结构化 Markdown,可直接用于分析和总结。
| 搜索特定话题 | search | "搜索 Reddit 上关于 Claude Code 的讨论" | | 浏览子版块帖子列表 | list | "看看 r/ClaudeAI 最近的热帖" | | 阅读具体帖子和评论 | read | "读一下这个帖子 https://reddit.com/r/..." | | 了解子版块信息 | subreddit | "r/LocalLLaMA 是什么社区" |
| query | 搜索关键词(必填) | - | - | | --subreddit, -s | 限定子版块 | 全站搜索 | 任意子版块名 | | --sort | 排序方式 | relevance | relevance, hot, new, top, comments | | --time, -t | 时间范围 | all | hour, day, week, month, year, all | | --limit, -l | 返回条数 | 10 | 1-100 |
使用 Reddit OAuth2 API 搜索和阅读 Reddit 帖子、评论和 subreddit 内容。当用户要求搜索 Reddit 讨论、浏览 Reddit 子帖子、阅读 Reddit 帖子内容和评论或了解 Reddit 社区对某个主题的看法时,请使用此技能。支持按时间范围和排序方式过滤,并且可以读取完整的帖子正文和嵌套的评论树。 来源:brisyramshere/reddit-skill。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/brisyramshere/reddit-skill --skill reddit-reader使用 Reddit OAuth2 API 搜索和阅读 Reddit 帖子、评论和 subreddit 内容。当用户要求搜索 Reddit 讨论、浏览 Reddit 子帖子、阅读 Reddit 帖子内容和评论或了解 Reddit 社区对某个主题的看法时,请使用此技能。支持按时间范围和排序方式过滤,并且可以读取完整的帖子正文和嵌套的评论树。 来源:brisyramshere/reddit-skill。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/brisyramshere/reddit-skill --skill reddit-reader 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/brisyramshere/reddit-skill