From sundial-org-awesome-openclaw-skills-4
Browse and search Reddit in read-only mode using public JSON endpoints. Build shortlists of links for manual review.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sundial-org-awesome-openclaw-skills-4:reddit-readonlyThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Read-only Reddit browsing for Clawdbot.
Read-only Reddit browsing for Clawdbot.
All commands print JSON to stdout.
{ "ok": true, "data": ... }{ "ok": false, "error": { "message": "...", "details": "..." } }node {baseDir}/scripts/reddit-readonly.mjs posts <subreddit> \
--sort hot|new|top|controversial|rising \
--time day|week|month|year|all \
--limit 10 \
--after <token>
# Search within a subreddit
node {baseDir}/scripts/reddit-readonly.mjs search <subreddit> "<query>" --limit 10
# Search all of Reddit
node {baseDir}/scripts/reddit-readonly.mjs search all "<query>" --limit 10
# By post id or URL
node {baseDir}/scripts/reddit-readonly.mjs comments <post_id|url> --limit 50 --depth 6
node {baseDir}/scripts/reddit-readonly.mjs recent-comments <subreddit> --limit 25
node {baseDir}/scripts/reddit-readonly.mjs thread <post_id|url> --commentLimit 50 --depth 6
Use this when the user describes criteria like: "Find posts about X in r/a, r/b, and r/c posted in the last 48 hours, excluding Y".
node {baseDir}/scripts/reddit-readonly.mjs find \
--subreddits "python,learnpython" \
--query "fastapi deployment" \
--include "docker,uvicorn,nginx" \
--exclude "homework,beginner" \
--minScore 2 \
--maxAgeHours 48 \
--perSubredditLimit 25 \
--maxResults 10 \
--rank new
find (or posts/search) using small limits.thread.--limit and/or set slower pacing via env vars:export REDDIT_RO_MIN_DELAY_MS=800
export REDDIT_RO_MAX_DELAY_MS=1800
export REDDIT_RO_TIMEOUT_MS=25000
export REDDIT_RO_USER_AGENT='script:clawdbot-reddit-readonly:v1.0.0 (personal)'
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4Reads and searches Reddit posts by scraping old.reddit.com. Use for browsing subreddits, searching topics, or monitoring communities with read-only access and no authentication.
Searches and retrieves Reddit content including posts, comments, subreddit info, and user profiles via the public JSON API.
Automates Reddit operations via Rube MCP and Composio: search subreddits, create posts, manage comments, and browse top content. Requires a connected Reddit account.