{
  "schemaVersion": "1.0",
  "item": {
    "slug": "reddit-cli",
    "name": "Reddit Cli",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/kelsia14/reddit-cli",
    "canonicalUrl": "https://clawhub.ai/kelsia14/reddit-cli",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/reddit-cli",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=reddit-cli",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "scripts/reddit-cli.js"
    ],
    "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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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/reddit-cli"
    },
    "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-cli",
    "agentPageUrl": "https://openagent3.xyz/skills/reddit-cli/agent",
    "manifestUrl": "https://openagent3.xyz/skills/reddit-cli/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/reddit-cli/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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Reddit CLI",
        "body": "Read Reddit using your session cookies. No API key needed."
      },
      {
        "title": "Quick start",
        "body": "reddit-cli posts programming 10       # Get 10 hot posts\nreddit-cli posts gaming 5 top         # Get top 5 posts\nreddit-cli search \"python tutorial\"   # Search all Reddit\nreddit-cli search \"help\" --sub linux  # Search in subreddit\nreddit-cli info AskReddit             # Subreddit info\nreddit-cli check                      # Test connection"
      },
      {
        "title": "Get posts from subreddit",
        "body": "reddit-cli posts <subreddit> [limit] [sort]\n\nlimit: number of posts (default: 10)\nsort: hot, new, top, rising (default: hot)"
      },
      {
        "title": "Search Reddit",
        "body": "reddit-cli search <query> [--sub <subreddit>] [limit]"
      },
      {
        "title": "Get subreddit info",
        "body": "reddit-cli info <subreddit>"
      },
      {
        "title": "Check connection",
        "body": "reddit-cli check"
      },
      {
        "title": "Environment",
        "body": "Set these in ~/.bashrc:\n\nexport REDDIT_SESSION=\"your_reddit_session_cookie\"\nexport TOKEN_V2=\"your_token_v2_cookie\"  # optional"
      },
      {
        "title": "Getting cookies",
        "body": "Go to reddit.com (logged in)\nDevTools (F12) → Application → Cookies → reddit.com\nCopy reddit_session value\nOptionally copy token_v2 value"
      },
      {
        "title": "Notes",
        "body": "Cookies expire, you may need to refresh them periodically\nRespects Reddit's rate limits\nFor personal use only"
      }
    ],
    "body": "Reddit CLI\n\nRead Reddit using your session cookies. No API key needed.\n\nQuick start\nreddit-cli posts programming 10       # Get 10 hot posts\nreddit-cli posts gaming 5 top         # Get top 5 posts\nreddit-cli search \"python tutorial\"   # Search all Reddit\nreddit-cli search \"help\" --sub linux  # Search in subreddit\nreddit-cli info AskReddit             # Subreddit info\nreddit-cli check                      # Test connection\n\nCommands\nGet posts from subreddit\nreddit-cli posts <subreddit> [limit] [sort]\n\nlimit: number of posts (default: 10)\nsort: hot, new, top, rising (default: hot)\nSearch Reddit\nreddit-cli search <query> [--sub <subreddit>] [limit]\n\nGet subreddit info\nreddit-cli info <subreddit>\n\nCheck connection\nreddit-cli check\n\nEnvironment\n\nSet these in ~/.bashrc:\n\nexport REDDIT_SESSION=\"your_reddit_session_cookie\"\nexport TOKEN_V2=\"your_token_v2_cookie\"  # optional\n\nGetting cookies\nGo to reddit.com (logged in)\nDevTools (F12) → Application → Cookies → reddit.com\nCopy reddit_session value\nOptionally copy token_v2 value\nNotes\nCookies expire, you may need to refresh them periodically\nRespects Reddit's rate limits\nFor personal use only"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/kelsia14/reddit-cli",
    "publisherUrl": "https://clawhub.ai/kelsia14/reddit-cli",
    "owner": "kelsia14",
    "version": "1.0.2",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/reddit-cli",
    "downloadUrl": "https://openagent3.xyz/downloads/reddit-cli",
    "agentUrl": "https://openagent3.xyz/skills/reddit-cli/agent",
    "manifestUrl": "https://openagent3.xyz/skills/reddit-cli/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/reddit-cli/agent.md"
  }
}