Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
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.
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.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
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: apify-client is installed: pip3 install apify-client 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.
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: "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
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
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.
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.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.