reddit-api
Reddit Search — Search posts, comments, users, and subreddits across 100M+ indexed Reddit entries. Find discussions, track topics, discover communities, and analyze engagement. No Reddit API key needed — works through Xpoz MCP with natural language queries.
Why use this skill?
Search over 100M Reddit posts and comments without API keys. Perform complex boolean queries, track topics, and export results to CSV via OpenClaw.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/atyachin/reddit-apiWhat This Skill Does
The reddit-api skill for OpenClaw is a powerful interface designed to perform full-text searches across over 100 million indexed Reddit entries. Unlike the standard Reddit API, which often restricts searching capabilities and requires complex OAuth configurations, this skill leverages the Xpoz MCP framework to provide seamless access to posts, comments, users, and subreddit data. It allows users to execute complex boolean queries, perform historical research back to 2019, and export large datasets directly to CSV, making it an essential tool for community analysis and sentiment tracking.
Installation
To begin using the Reddit Search capabilities, follow these two simple steps:
- Run the command
clawhub install openclaw/skills/skills/atyachin/reddit-apiin your terminal. - Execute the
xpoz-setupskill to handle the necessary authentication. Once the user clicks "Authorize" in the prompted interface, verify the connection by runningmcporter call xpoz.checkAccessKeyStatus.
Use Cases
- Market Research: Identify trending topics by searching specific keywords across thousands of comments to understand user sentiment.
- Technical Troubleshooting: Find solutions to niche coding or infrastructure problems by searching through deep technical discussions in subreddits like r/kubernetes or r/python.
- Community Discovery: Locate highly active and relevant communities for specific niches or projects using the subreddit discovery tools.
- Engagement Analysis: Export large-scale datasets (up to 64,000 rows) of post history for analysis or report generation.
Example Prompts
- "Search for the latest Reddit comments from the last month that discuss 'rust lang' and 'webAssembly' to find out what developers are struggling with."
- "Find the top 20 subreddits related to sustainable energy, then export the most recent post history for the top 5 contributors in those groups."
- "List all recent posts about 'OpenAI o1 model' that mention 'hallucinations' so I can summarize the current community consensus."
Tips & Limitations
- Boolean Logic: Utilize the power of AND, OR, NOT, and parentheses for complex filtering to narrow down your search results effectively.
- Asynchronous Processing: Since large searches can take time, always remember to poll the
dataDumpExportOperationIdprovided by the system to retrieve your final CSV download link. - Data Depth: Remember that comment search is often more valuable than post search, as that is where technical expertise and nuance typically reside. The search index currently covers data back to 2019, which is significantly more than what is available via standard official endpoints.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-atyachin-reddit-api": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: network-access, external-api
Related Skills
content-rewriter
Cross-platform content repurposer. Takes one piece of content and rewrites it for multiple Chinese social media platforms, adapting tone, format, length, and style.
instagram-search
Instagram Search — Search 400M+ Instagram posts, reels, and profiles. Find influencers, track hashtags, analyze engagement, and export data. No Instagram API or Meta developer account needed — works through Xpoz MCP.
seo-optimizer
SEO optimizer and compliance checker for Chinese social media. Optimizes titles, keyword density, hashtags, and scans for advertising-law banned words (广告法违禁词).
lead-generation
Lead Generation — Find high-intent buyers in live Twitter, Instagram, and Reddit conversations. Auto-researches your product, generates targeted search queries, and discovers people actively looking for solutions you offer. Social selling and prospecting powered by 1.5B+ indexed posts via Xpoz MCP.
cherry-mcp
HTTP bridge that keeps MCP servers alive and exposes them via REST. Built for OpenClaw agents that need MCP tools without native MCP support.