{
  "schemaVersion": "1.0",
  "item": {
    "slug": "reddapi",
    "name": "reddapi",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/dowands/reddapi",
    "canonicalUrl": "https://clawhub.ai/dowands/reddapi",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/reddapi",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=reddapi",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "SUPPORTING.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",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/reddapi"
    },
    "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/reddapi",
    "agentPageUrl": "https://openagent3.xyz/skills/reddapi/agent",
    "manifestUrl": "https://openagent3.xyz/skills/reddapi/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/reddapi/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": "Overview",
        "body": "Access Reddit's complete data archive through reddapi.dev's powerful API. This skill provides semantic search, subreddit discovery, and trend analysis capabilities."
      },
      {
        "title": "🔍 Semantic Search",
        "body": "Natural language search across millions of Reddit posts and comments.\n\n# Search for user pain points\ncurl -X POST \"https://reddapi.dev/api/v1/search/semantic\" \\\n  -H \"Authorization: Bearer $REDDAPI_API_KEY\" \\\n  -d '{\"query\": \"best productivity tools for remote teams\", \"limit\": 100}'\n\n# Find complaints and frustrations\ncurl -X POST \"https://reddapi.dev/api/v1/search/semantic\" \\\n  -H \"Authorization: Bearer $REDDAPI_API_KEY\" \\\n  -d '{\"query\": \"frustrations with current TOOL_NAME\", \"limit\": 100}'"
      },
      {
        "title": "📊 Trends API",
        "body": "Discover trending topics with engagement metrics.\n\n# Get trending topics\ncurl \"https://reddapi.dev/api/v1/trends\" \\\n  -H \"Authorization: Bearer $REDDAPI_API_KEY\"\n\nResponse includes:\n\npost_count: Number of posts\ntotal_upvotes: Engagement score\navg_sentiment: Sentiment analysis (-1 to 1)\ntrending_keywords: Top keywords\ngrowth_rate: Trend momentum"
      },
      {
        "title": "📝 Subreddit Discovery",
        "body": "# List popular subreddits\ncurl \"https://reddapi.dev/api/subreddits?limit=100\" \\\n  -H \"Authorization: Bearer $REDDAPI_API_KEY\"\n\n# Get specific subreddit info\ncurl \"https://reddapi.dev/api/subreddits/programming\" \\\n  -H \"Authorization: Bearer $REDDAPI_API_KEY\""
      },
      {
        "title": "Market Research",
        "body": "# Analyze competitor discussions\ncurl -X POST \"https://reddapi.dev/api/v1/search/semantic\" \\\n  -H \"Authorization: Bearer $REDDAPI_API_KEY\" \\\n  -d '{\"query\": \"COMPETITOR problems complaints\", \"limit\": 200}'"
      },
      {
        "title": "Niche Discovery",
        "body": "# Find underserved user needs\ncurl -X POST \"https://reddapi.dev/api/v1/search/semantic\" \\\n  -H \"Authorization: Bearer $REDDAPI_API_KEY\" \\\n  -d '{\"query\": \"I wish there was an app that\", \"limit\": 100}'"
      },
      {
        "title": "Trend Analysis",
        "body": "# Monitor topic growth\ncurl \"https://reddapi.dev/api/v1/trends\" \\\n  -H \"Authorization: Bearer $REDDAPI_API_KEY\" | python3 -c \"\nimport sys, json\ndata = json.load(sys.stdin)\nfor trend in data.get('data', {}).get('trends', []):\n    print(f\\\"{trend['topic']}: {trend['growth_rate']}% growth\\\")\n\""
      },
      {
        "title": "Search Results",
        "body": "{\n  \"success\": true,\n  \"results\": [\n    {\n      \"id\": \"post123\",\n      \"title\": \"User post title\",\n      \"selftext\": \"Post content...\",\n      \"subreddit\": \"r/somesub\",\n      \"score\": 1234,\n      \"num_comments\": 89,\n      \"created_utc\": \"2024-01-15T10:30:00Z\"\n    }\n  ],\n  \"total\": 15000\n}"
      },
      {
        "title": "Trends Response",
        "body": "{\n  \"success\": true,\n  \"data\": {\n    \"trends\": [\n      {\n        \"topic\": \"AI regulation\",\n        \"post_count\": 1247,\n        \"total_upvotes\": 45632,\n        \"avg_sentiment\": 0.42,\n        \"growth_rate\": 245.3\n      }\n    ]\n  }\n}"
      },
      {
        "title": "Environment Variables",
        "body": "export REDDAPI_API_KEY=\"your_api_key\"\n\nGet your API key at: https://reddapi.dev"
      },
      {
        "title": "Related Skills",
        "body": "niche-hunter: Automated opportunity discovery\nmarket-analysis: Comprehensive research workflows"
      }
    ],
    "body": "reddapi.dev Skill\nOverview\n\nAccess Reddit's complete data archive through reddapi.dev's powerful API. This skill provides semantic search, subreddit discovery, and trend analysis capabilities.\n\nKey Features\n🔍 Semantic Search\n\nNatural language search across millions of Reddit posts and comments.\n\n# Search for user pain points\ncurl -X POST \"https://reddapi.dev/api/v1/search/semantic\" \\\n  -H \"Authorization: Bearer $REDDAPI_API_KEY\" \\\n  -d '{\"query\": \"best productivity tools for remote teams\", \"limit\": 100}'\n\n# Find complaints and frustrations\ncurl -X POST \"https://reddapi.dev/api/v1/search/semantic\" \\\n  -H \"Authorization: Bearer $REDDAPI_API_KEY\" \\\n  -d '{\"query\": \"frustrations with current TOOL_NAME\", \"limit\": 100}'\n\n📊 Trends API\n\nDiscover trending topics with engagement metrics.\n\n# Get trending topics\ncurl \"https://reddapi.dev/api/v1/trends\" \\\n  -H \"Authorization: Bearer $REDDAPI_API_KEY\"\n\n\nResponse includes:\n\npost_count: Number of posts\ntotal_upvotes: Engagement score\navg_sentiment: Sentiment analysis (-1 to 1)\ntrending_keywords: Top keywords\ngrowth_rate: Trend momentum\n📝 Subreddit Discovery\n# List popular subreddits\ncurl \"https://reddapi.dev/api/subreddits?limit=100\" \\\n  -H \"Authorization: Bearer $REDDAPI_API_KEY\"\n\n# Get specific subreddit info\ncurl \"https://reddapi.dev/api/subreddits/programming\" \\\n  -H \"Authorization: Bearer $REDDAPI_API_KEY\"\n\nUse Cases\nMarket Research\n# Analyze competitor discussions\ncurl -X POST \"https://reddapi.dev/api/v1/search/semantic\" \\\n  -H \"Authorization: Bearer $REDDAPI_API_KEY\" \\\n  -d '{\"query\": \"COMPETITOR problems complaints\", \"limit\": 200}'\n\nNiche Discovery\n# Find underserved user needs\ncurl -X POST \"https://reddapi.dev/api/v1/search/semantic\" \\\n  -H \"Authorization: Bearer $REDDAPI_API_KEY\" \\\n  -d '{\"query\": \"I wish there was an app that\", \"limit\": 100}'\n\nTrend Analysis\n# Monitor topic growth\ncurl \"https://reddapi.dev/api/v1/trends\" \\\n  -H \"Authorization: Bearer $REDDAPI_API_KEY\" | python3 -c \"\nimport sys, json\ndata = json.load(sys.stdin)\nfor trend in data.get('data', {}).get('trends', []):\n    print(f\\\"{trend['topic']}: {trend['growth_rate']}% growth\\\")\n\"\n\nResponse Format\nSearch Results\n{\n  \"success\": true,\n  \"results\": [\n    {\n      \"id\": \"post123\",\n      \"title\": \"User post title\",\n      \"selftext\": \"Post content...\",\n      \"subreddit\": \"r/somesub\",\n      \"score\": 1234,\n      \"num_comments\": 89,\n      \"created_utc\": \"2024-01-15T10:30:00Z\"\n    }\n  ],\n  \"total\": 15000\n}\n\nTrends Response\n{\n  \"success\": true,\n  \"data\": {\n    \"trends\": [\n      {\n        \"topic\": \"AI regulation\",\n        \"post_count\": 1247,\n        \"total_upvotes\": 45632,\n        \"avg_sentiment\": 0.42,\n        \"growth_rate\": 245.3\n      }\n    ]\n  }\n}\n\nEnvironment Variables\nexport REDDAPI_API_KEY=\"your_api_key\"\n\n\nGet your API key at: https://reddapi.dev\n\nRelated Skills\nniche-hunter: Automated opportunity discovery\nmarket-analysis: Comprehensive research workflows"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/dowands/reddapi",
    "publisherUrl": "https://clawhub.ai/dowands/reddapi",
    "owner": "dowands",
    "version": "2.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/reddapi",
    "downloadUrl": "https://openagent3.xyz/downloads/reddapi",
    "agentUrl": "https://openagent3.xyz/skills/reddapi/agent",
    "manifestUrl": "https://openagent3.xyz/skills/reddapi/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/reddapi/agent.md"
  }
}