# Send Reddit Search to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "reddit-api",
    "name": "Reddit Search",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/atyachin/reddit-api",
    "canonicalUrl": "https://clawhub.ai/atyachin/reddit-api",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/reddit-api",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=reddit-api",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "reddit-api",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-08T00:35:09.779Z",
      "expiresAt": "2026-05-15T00:35:09.779Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=reddit-api",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=reddit-api",
        "contentDisposition": "attachment; filename=\"reddit-api-1.2.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "reddit-api"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/reddit-api"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/reddit-api",
    "downloadUrl": "https://openagent3.xyz/downloads/reddit-api",
    "agentUrl": "https://openagent3.xyz/skills/reddit-api/agent",
    "manifestUrl": "https://openagent3.xyz/skills/reddit-api/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/reddit-api/agent.md"
  }
}
```
## Documentation

### 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 DoesgetRedditPostsByKeywordsSearch posts by topicgetRedditCommentsByKeywordsSearch comments (where deep expertise lives)getRedditUsersByKeywordsFind users discussing a topicgetRedditSubredditsByKeywordsDiscover relevant communitiesgetRedditPostsByAuthorGet a user's post historygetRedditUserLook up a specific profilesearchRedditUsersFind users by name

### 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 SearchAuthOAuth + client ID + secretOne-click Xpoz authRate limits100 requests/minHandled automaticallySearch qualityReddit's search is notoriously poorFull-text indexed, boolean operatorsCommentsNo keyword search for comments✅ Full comment searchExportManual paginationOne-click CSV (64K rows)HistoricalLimitedBack to 2019

### Related Skills

xpoz-social-search — Cross-platform search (Twitter + Instagram + Reddit)
expert-finder — Find domain experts from social data
social-sentiment — Brand sentiment analysis

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

Built for ClawHub • 2026
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: atyachin
- Version: 1.2.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-08T00:35:09.779Z
- Expires at: 2026-05-15T00:35:09.779Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/reddit-api)
- [Send to Agent page](https://openagent3.xyz/skills/reddit-api/agent)
- [JSON manifest](https://openagent3.xyz/skills/reddit-api/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/reddit-api/agent.md)
- [Download page](https://openagent3.xyz/downloads/reddit-api)