{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/reddit-api",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=reddit-api",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/reddit-api",
    "agentPageUrl": "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"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Reddit Search",
        "body": "Search 100M+ Reddit posts and comments without a Reddit API key.\n\nFind 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."
      },
      {
        "title": "⚡ Setup",
        "body": "👉 Follow xpoz-setup — handles auth automatically. User just clicks \"Authorize\" once."
      },
      {
        "title": "Setup",
        "body": "Run xpoz-setup skill. Verify: mcporter call xpoz.checkAccessKeyStatus"
      },
      {
        "title": "What You Can Search",
        "body": "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"
      },
      {
        "title": "Search Posts",
        "body": "mcporter call xpoz.getRedditPostsByKeywords \\\n  query=\"self hosting AND docker\" \\\n  startDate=2026-01-01 \\\n  limit=100\n\n# Always poll for results:\nmcporter call xpoz.checkOperationStatus operationId=op_abc123"
      },
      {
        "title": "Search Comments",
        "body": "Comments often contain the deepest expertise — practitioners sharing real experience:\n\nmcporter call xpoz.getRedditCommentsByKeywords \\\n  query=\"kubernetes networking troubleshoot\" \\\n  fields='[\"id\",\"text\",\"authorUsername\",\"subredditName\",\"score\",\"createdAtDate\"]'"
      },
      {
        "title": "Find Subreddits",
        "body": "mcporter call xpoz.getRedditSubredditsByKeywords \\\n  query=\"machine learning\" \\\n  limit=30"
      },
      {
        "title": "Look Up a User",
        "body": "mcporter call xpoz.getRedditUser \\\n  identifier=spez \\\n  identifierType=username"
      },
      {
        "title": "Boolean Queries",
        "body": "AND, OR, NOT (uppercase)\n\"exact phrase\" for precise matching\n() for grouping\n\nmcporter call xpoz.getRedditPostsByKeywords \\\n  query=\"(python OR rust) AND \\\"web scraping\\\" NOT selenium\""
      },
      {
        "title": "CSV Export",
        "body": "Every search returns a dataDumpExportOperationId. Poll it to get a download URL with the full dataset (up to 64K rows):\n\nmcporter call xpoz.checkOperationStatus operationId=op_datadump_xyz\n# → result.url = S3 download link"
      },
      {
        "title": "Why Not Use the Reddit API Directly?",
        "body": "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"
      },
      {
        "title": "Related Skills",
        "body": "xpoz-social-search — Cross-platform search (Twitter + Instagram + Reddit)\nexpert-finder — Find domain experts from social data\nsocial-sentiment — Brand sentiment analysis\n\nWebsite: xpoz.ai • Free tier available • No Reddit API key needed\n\nBuilt for ClawHub • 2026"
      }
    ],
    "body": "Reddit Search\n\nSearch 100M+ Reddit posts and comments without a Reddit API key.\n\nFind 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.\n\n⚡ Setup\n\n👉 Follow xpoz-setup — handles auth automatically. User just clicks \"Authorize\" once.\n\nSetup\n\nRun xpoz-setup skill. Verify: mcporter call xpoz.checkAccessKeyStatus\n\nWhat You Can Search\nTool\tWhat It Does\ngetRedditPostsByKeywords\tSearch posts by topic\ngetRedditCommentsByKeywords\tSearch comments (where deep expertise lives)\ngetRedditUsersByKeywords\tFind users discussing a topic\ngetRedditSubredditsByKeywords\tDiscover relevant communities\ngetRedditPostsByAuthor\tGet a user's post history\ngetRedditUser\tLook up a specific profile\nsearchRedditUsers\tFind users by name\nQuick Examples\nSearch Posts\nmcporter call xpoz.getRedditPostsByKeywords \\\n  query=\"self hosting AND docker\" \\\n  startDate=2026-01-01 \\\n  limit=100\n\n# Always poll for results:\nmcporter call xpoz.checkOperationStatus operationId=op_abc123\n\nSearch Comments\n\nComments often contain the deepest expertise — practitioners sharing real experience:\n\nmcporter call xpoz.getRedditCommentsByKeywords \\\n  query=\"kubernetes networking troubleshoot\" \\\n  fields='[\"id\",\"text\",\"authorUsername\",\"subredditName\",\"score\",\"createdAtDate\"]'\n\nFind Subreddits\nmcporter call xpoz.getRedditSubredditsByKeywords \\\n  query=\"machine learning\" \\\n  limit=30\n\nLook Up a User\nmcporter call xpoz.getRedditUser \\\n  identifier=spez \\\n  identifierType=username\n\nBoolean Queries\nAND, OR, NOT (uppercase)\n\"exact phrase\" for precise matching\n() for grouping\nmcporter call xpoz.getRedditPostsByKeywords \\\n  query=\"(python OR rust) AND \\\"web scraping\\\" NOT selenium\"\n\nCSV Export\n\nEvery search returns a dataDumpExportOperationId. Poll it to get a download URL with the full dataset (up to 64K rows):\n\nmcporter call xpoz.checkOperationStatus operationId=op_datadump_xyz\n# → result.url = S3 download link\n\nWhy Not Use the Reddit API Directly?\n\tReddit API\tXpoz Reddit Search\nAuth\tOAuth + client ID + secret\tOne-click Xpoz auth\nRate limits\t100 requests/min\tHandled automatically\nSearch quality\tReddit's search is notoriously poor\tFull-text indexed, boolean operators\nComments\tNo keyword search for comments\t✅ Full comment search\nExport\tManual pagination\tOne-click CSV (64K rows)\nHistorical\tLimited\tBack to 2019\nRelated Skills\nxpoz-social-search — Cross-platform search (Twitter + Instagram + Reddit)\nexpert-finder — Find domain experts from social data\nsocial-sentiment — Brand sentiment analysis\n\nWebsite: xpoz.ai • Free tier available • No Reddit API key needed\n\nBuilt for ClawHub • 2026"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/atyachin/reddit-api",
    "publisherUrl": "https://clawhub.ai/atyachin/reddit-api",
    "owner": "atyachin",
    "version": "1.2.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}