This skill should be used when the user asks to "search Reddit", "explore Reddit posts", "find Reddit discussions about", "summarize Reddit opinions on", "what does Reddit think about", or wants to gather and summarize community opinions from Reddit on a specific topic.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install reddit-explore或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install reddit-explore⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/reddit-explore/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: reddit-explore description: | This skill should be used when the user asks to "search Reddit", "explore Reddit posts", "find Reddit discussions about", "summarize Reddit opinions on", "what does Reddit think about", or wants to gather and summarize community opinions from Reddit on a specific topic. disable-model-invocation: true metadata: { "openclaw": { "emoji": "🔍", "requires": { "bins": ["python3"], "env": ["APIFY_TOKEN"] }, "primaryEnv": "APIFY_TOKEN", }, } ---
Search Reddit for posts on any topic using the Apify trudax/reddit-scraper-lite actor and produce a structured summary of community sentiment.
Before running, verify:
pip3 install apify-clientIf either is missing, refer the user to references/apify-setup.md in this skill's directory for setup instructions.
The search topic comes from $ARGUMENTS. If $ARGUMENTS is empty or missing, ask the user what topic they want to search Reddit for.
Execute the search script with the user's topic:
python3 ~/.agents/skills/reddit-explore/scripts/reddit_search.py --query "$ARGUMENTS" --max-items 30
The script outputs JSON results to stdout. If it fails:
references/apify-setup.md)pip3 install apify-clientRead the JSON output. Each item contains:
title - Post titlecommunityName - Subreddit nameupVotes - ScorenumberOfComments - Comment counturl - Link to the postbody - Post text contentcreatedAt - When it was postedPresent findings in this format:
Brief 2-3 sentence summary of what Reddit thinks about the topic.
Positives / Pros:
Negatives / Cons:
Neutral / Informational:
List 3-5 of the most relevant/upvoted posts with:
A concise takeaway of the community consensus.
安装 Reddit Explore 后,可以对 AI 说这些话来触发它
Help me get started with Reddit Explore
Explains what Reddit Explore does, walks through the setup, and runs a quick demo based on your current project
Use Reddit Explore to this skill should be used when the user asks to "search Reddit", "e...
Invokes Reddit Explore with the right parameters and returns the result directly in the conversation
What can I do with Reddit Explore in my data & analytics workflow?
Lists the top use cases for Reddit Explore, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/reddit-explore/ 目录(个人级,所有项目可用),或 .claude/skills/reddit-explore/(项目级)。重启 AI 客户端后,用 /reddit-explore 主动调用,或让 AI 根据上下文自动发现并使用。
Reddit Explore 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Reddit Explore 可免费安装使用。请查阅仓库了解许可证信息。
This skill should be used when the user asks to "search Reddit", "explore Reddit posts", "find Reddit discussions about", "summarize Reddit opinions on", "what does Reddit think about", or wants to gather and summarize community opinions from Reddit on a specific topic.
Reddit Explore 属于「Data & Analytics」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my data & analytics tasks using Reddit Explore
Identifies repetitive steps in your workflow and sets up Reddit Explore to handle them automatically