← 返回
开发者工具 Key 中文

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”、“浏览 Reddit 帖子”、“查找关于……的 Reddit 讨论”、“总结 Reddit 观点”、“Reddit 怎么看”或希望针对特定主题汇总社区观点时,应使用此技能。
netmsglog
开发者工具 clawhub v0.0.3 1 版本 99810.2 Key: 需要
★ 0
Stars
📥 1,578
下载
💾 33
安装
1
版本
#latest

概述

Reddit Explore

Search Reddit for posts on any topic using the Apify trudax/reddit-scraper-lite actor and produce a structured summary of community sentiment.

Prerequisites

Before running, verify:

  1. apify-client is installed: pip3 install apify-client
  2. APIFY_TOKEN is set as an environment variable

If either is missing, refer the user to references/apify-setup.md in this skill's directory for setup instructions.

Workflow

Step 1: Determine the search topic

The search topic comes from $ARGUMENTS. If $ARGUMENTS is empty or missing, ask the user what topic they want to search Reddit for.

Step 2: Run the Reddit search script

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:

  • "APIFY_TOKEN not found": Guide the user through setting up their token (see references/apify-setup.md)
  • "apify-client not installed": Run pip3 install apify-client
  • Other errors: Show the error message and help troubleshoot

Step 3: Analyze and summarize results

Read the JSON output. Each item contains:

  • title - Post title
  • communityName - Subreddit name
  • upVotes - Score
  • numberOfComments - Comment count
  • url - Link to the post
  • body - Post text content
  • createdAt - When it was posted

Step 4: Produce a structured summary

Present findings in this format:

Overview

Brief 2-3 sentence summary of what Reddit thinks about the topic.

Community Sentiment

  • Overall tone: Positive / Mixed / Negative
  • Key subreddits: List the most active communities discussing this

Key Themes

Positives / Pros:

  • Bullet points of praised aspects, with post references

Negatives / Cons:

  • Bullet points of criticized aspects, with post references

Neutral / Informational:

  • Notable factual observations from the community

Notable Posts

List 3-5 of the most relevant/upvoted posts with:

  • Title, subreddit, score
  • Brief summary of the post content
  • Link to the post

Summary

A concise takeaway of the community consensus.

Tips

  • For broad topics, the script searches with the exact query provided. If results are sparse, suggest the user try alternative phrasings.
  • Posts are sorted by relevance by default.
  • The script deduplicates results by URL automatically.
  • Apify free tier provides $5/month in credits; each search typically costs a few cents.

版本历史

共 1 个版本

  • v0.0.3 当前
    2026-03-28 22:58 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 921 📥 185,808
developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 68 📥 180,239
developer-tools

Agent Browser

matrixy
专为AI智能体优化的无头浏览器自动化CLI,支持无障碍树快照和基于引用的元素选择。
★ 427 📥 118,237