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.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install reddit-api或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install reddit-api⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/reddit-api/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: reddit-api description: "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." homepage: https://xpoz.ai metadata: { "openclaw": { "requires": { "bins": ["mcporter"], "skills": ["xpoz-setup"], "network": ["mcp.xpoz.ai"], "credentials": "Xpoz account (free tier) — auth via xpoz-setup skill (OAuth 2.1)" }, "install": [{"id": "node", "kind": "node", "package": "mcporter", "bins": ["mcporter"], "label": "Install mcporter (npm)"}], }, } tags: - reddit - reddit-search - reddit-api - subreddit - reddit-comments - reddit-posts - community - discussion - social-media - mcp - xpoz - research ---
Search 100M+ Reddit posts and comments without a Reddit API key.
Find discussions, discover subreddits, look up users, and export results — all through Xpoz MCP. No Reddit API credentials needed, no rate limit headaches, no OAuth setup with Reddit.
---
👉 Follow xpoz-setup — handles auth automatically. User just clicks "Authorize" once.
---
Run xpoz-setup skill. Verify: mcporter call xpoz.checkAccessKeyStatus
| Tool | What It Does | |------|-------------| | getRedditPostsByKeywords | Search posts by topic | | getRedditCommentsByKeywords | Search comments (where deep expertise lives) | | getRedditUsersByKeywords | Find users discussing a topic | | getRedditSubredditsByKeywords | Discover relevant communities | | getRedditPostsByAuthor | Get a user's post history | | getRedditUser | Look up a specific profile | | searchRedditUsers | Find users by name |
---
mcporter call xpoz.getRedditPostsByKeywords \
query="self hosting AND docker" \
startDate=2026-01-01 \
limit=100
# Always poll for results:
mcporter call xpoz.checkOperationStatus operationId=op_abc123
Comments often contain the deepest expertise — practitioners sharing real experience:
mcporter call xpoz.getRedditCommentsByKeywords \
query="kubernetes networking troubleshoot" \
fields='["id","text","authorUsername","subredditName","score","createdAtDate"]'
mcporter call xpoz.getRedditSubredditsByKeywords \
query="machine learning" \
limit=30
mcporter call xpoz.getRedditUser \
identifier=spez \
identifierType=username
---
AND, OR, NOT (uppercase)"exact phrase" for precise matching() for groupingmcporter call xpoz.getRedditPostsByKeywords \
query="(python OR rust) AND \"web scraping\" NOT selenium"
---
Every search returns a dataDumpExportOperationId. Poll it to get a download URL with the full dataset (up to 64K rows):
mcporter call xpoz.checkOperationStatus operationId=op_datadump_xyz
# → result.url = S3 download link
---
| | Reddit API | Xpoz Reddit Search | |--|-----------|-------------------| | Auth | OAuth + client ID + secret | One-click Xpoz auth | | Rate limits | 100 requests/min | Handled automatically | | Search quality | Reddit's search is notoriously poor | Full-text indexed, boolean operators | | Comments | No keyword search for comments | ✅ Full comment search | | Export | Manual pagination | One-click CSV (64K rows) | | Historical | Limited | Back to 2019 |
---
---
Website: xpoz.ai • Free tier available • No Reddit API key needed
Built for ClawHub • 2026
安装 Reddit Search 后,可以对 AI 说这些话来触发它
Help me get started with Reddit Search
Explains what Reddit Search does, walks through the setup, and runs a quick demo based on your current project
Use Reddit Search to reddit Search — Search posts, comments, users, and subreddits acros...
Invokes Reddit Search with the right parameters and returns the result directly in the conversation
What can I do with Reddit Search in my marketing & growth workflow?
Lists the top use cases for Reddit Search, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/reddit-api/ 目录(个人级,所有项目可用),或 .claude/skills/reddit-api/(项目级)。重启 AI 客户端后,用 /reddit-api 主动调用,或让 AI 根据上下文自动发现并使用。
Reddit Search 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Reddit Search 可免费安装使用。请查阅仓库了解许可证信息。
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.
Reddit Search 属于「Marketing & Growth」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my marketing & growth tasks using Reddit Search
Identifies repetitive steps in your workflow and sets up Reddit Search to handle them automatically