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.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "reddit-api" with this command: npx skills add atyachin/reddit-api

Reddit Search

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.


⚡ Setup

👉 Follow xpoz-setup — handles auth automatically. User just clicks "Authorize" once.


Setup

Run xpoz-setup skill. Verify: mcporter call xpoz.checkAccessKeyStatus

What You Can Search

ToolWhat It Does
getRedditPostsByKeywordsSearch posts by topic
getRedditCommentsByKeywordsSearch comments (where deep expertise lives)
getRedditUsersByKeywordsFind users discussing a topic
getRedditSubredditsByKeywordsDiscover relevant communities
getRedditPostsByAuthorGet a user's post history
getRedditUserLook up a specific profile
searchRedditUsersFind users by name

Quick Examples

Search Posts

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

Search Comments

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"]'

Find Subreddits

mcporter call xpoz.getRedditSubredditsByKeywords \
  query="machine learning" \
  limit=30

Look Up a User

mcporter call xpoz.getRedditUser \
  identifier=spez \
  identifierType=username

Boolean Queries

  • AND, OR, NOT (uppercase)
  • "exact phrase" for precise matching
  • () for grouping
mcporter call xpoz.getRedditPostsByKeywords \
  query="(python OR rust) AND \"web scraping\" NOT selenium"

CSV Export

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

Why Not Use the Reddit API Directly?

Reddit APIXpoz Reddit Search
AuthOAuth + client ID + secretOne-click Xpoz auth
Rate limits100 requests/minHandled automatically
Search qualityReddit's search is notoriously poorFull-text indexed, boolean operators
CommentsNo keyword search for comments✅ Full comment search
ExportManual paginationOne-click CSV (64K rows)
HistoricalLimitedBack to 2019

Related Skills


Website: xpoz.aiFree tier available • No Reddit API key needed

Built for ClawHub • 2026

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

Linguistic Landscape Analyzer

语言景观分析 MCP 工具 - 小红书情感分析与关键词提取,支持语言学/社会学研究

Registry SourceRecently Updated
2600Profile unavailable
Automation

Reddit Master — The Complete Agent Playbook

Master Reddit growth by patiently building karma through authentic, rule-abiding comments before posting links or promotions after 60 days.

Registry SourceRecently Updated
1610Profile unavailable
Research

Sombra — Reader Mode for AI

Persistent reader mode for AI. Save web pages, organise into collections, distil to dense context, and serve it all through MCP.

Registry SourceRecently Updated
1090Profile unavailable
Research

SVM

Explore Solana's architecture and protocol internals. Covers the SVM execution engine, account model, consensus, transactions, validator economics, data laye...

Registry SourceRecently Updated
2811Profile unavailable