Browse and search Reddit in read-only mode using public JSON endpoints. Use when the user asks to browse subreddits, search for posts by topic, inspect comment threads, or build a shortlist of links to review and reply to manually.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install reddit-read-only或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install reddit-read-only⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/reddit-read-only/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: reddit-readonly description: >- Browse and search Reddit in read-only mode using public JSON endpoints. Use when the user asks to browse subreddits, search for posts by topic, inspect comment threads, or build a shortlist of links to review and reply to manually. metadata: {"clawdbot":{"emoji":"🔎","requires":{"bins":["node"]}}} ---
Read-only Reddit browsing for Clawdbot.
- Prefer small limits (5–10) first. - Expand only if needed.
All commands print JSON to stdout.
{ "ok": true, "data": ... }{ "ok": false, "error": { "message": "...", "details": "..." } }node {baseDir}/scripts/reddit-readonly.mjs posts <subreddit> \
--sort hot|new|top|controversial|rising \
--time day|week|month|year|all \
--limit 10 \
--after <token>
# Search within a subreddit
node {baseDir}/scripts/reddit-readonly.mjs search <subreddit> "<query>" --limit 10
# Search all of Reddit
node {baseDir}/scripts/reddit-readonly.mjs search all "<query>" --limit 10
# By post id or URL
node {baseDir}/scripts/reddit-readonly.mjs comments <post_id|url> --limit 50 --depth 6
node {baseDir}/scripts/reddit-readonly.mjs recent-comments <subreddit> --limit 25
node {baseDir}/scripts/reddit-readonly.mjs thread <post_id|url> --commentLimit 50 --depth 6
Use this when the user describes criteria like: "Find posts about X in r/a, r/b, and r/c posted in the last 48 hours, excluding Y".
node {baseDir}/scripts/reddit-readonly.mjs find \
--subreddits "python,learnpython" \
--query "fastapi deployment" \
--include "docker,uvicorn,nginx" \
--exclude "homework,beginner" \
--minScore 2 \
--maxAgeHours 48 \
--perSubredditLimit 25 \
--maxResults 10 \
--rank new
find (or posts/search) using small limits.thread.- title, subreddit, score, created time - permalink - a brief reason why it matched
--limit and/or set slower pacing via env vars:export REDDIT_RO_MIN_DELAY_MS=800
export REDDIT_RO_MAX_DELAY_MS=1800
export REDDIT_RO_TIMEOUT_MS=25000
export REDDIT_RO_USER_AGENT='script:clawdbot-reddit-readonly:v1.0.0 (personal)'安装 Reddit (read only - no auth) 后,可以对 AI 说这些话来触发它
Help me get started with Reddit (read only - no auth)
Explains what Reddit (read only - no auth) does, walks through the setup, and runs a quick demo based on your current project
Use Reddit (read only - no auth) to browse and search Reddit in read-only mode using public JSON endpoints
Invokes Reddit (read only - no auth) with the right parameters and returns the result directly in the conversation
What can I do with Reddit (read only - no auth) in my marketing & growth workflow?
Lists the top use cases for Reddit (read only - no auth), with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/reddit-read-only/ 目录(个人级,所有项目可用),或 .claude/skills/reddit-read-only/(项目级)。重启 AI 客户端后,用 /reddit-read-only 主动调用,或让 AI 根据上下文自动发现并使用。
Reddit (read only - no auth) 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Reddit (read only - no auth) 可免费安装使用。请查阅仓库了解许可证信息。
Browse and search Reddit in read-only mode using public JSON endpoints. Use when the user asks to browse subreddits, search for posts by topic, inspect comment threads, or build a shortlist of links to review and reply to manually.
Automate my marketing & growth tasks using Reddit (read only - no auth)
Identifies repetitive steps in your workflow and sets up Reddit (read only - no auth) to handle them automatically
Reddit (read only - no auth) 属于「Marketing & Growth」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。