agentsclimarketplace

Reddit api

Skill XPOZpublic/xpoz-clawhub-skills/reddit-api

OpenClaw (ClawHub) skills for Xpoz — social search, brand monitoring, and influencer discovery for AI agents across Twitter/X, Instagram, Reddit & TikTok

Install
npx -y skills add XPOZpublic/xpoz-clawhub-skills --skill reddit-api

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

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.

SKILL.md

4.1 KB, as published. Nobody here has run it

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.


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 availableInstant access (no signup) • No Reddit API key needed

Built for ClawHub • 2026

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.