reddit-readonlyBrowse and search Reddit in read-only mode using public JSON endpoints. Use when the user asks to browse subreddits, search for posts by topic, inspect comment threads, or build a shortlist of links to review and reply to manually.
Install via ClawdBot CLI:
clawdbot install buksan1950/reddit-readonlyRequires:
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)'
Generated Mar 1, 2026
A tech startup can use this skill to monitor discussions in relevant subreddits like r/startups or r/technology to identify trending topics, pain points, and user feedback on competitors. This helps in refining product features and understanding market demand without directly engaging users.
Marketing agencies can leverage this skill to search for popular posts and comments in niche subreddits such as r/marketing or r/socialmedia to gather insights for content creation. It allows them to curate trending topics and generate ideas for blog posts or social media campaigns based on real-time discussions.
Researchers in sociology or psychology can use this skill to analyze comment threads and posts from subreddits like r/science or r/AskReddit to study public opinions, behavioral patterns, or emerging social issues. It provides a read-only way to collect qualitative data for studies without influencing the community.
Companies can employ this skill to track mentions of their brand or products in subreddits like r/customerservice or industry-specific forums to identify common complaints or questions. This enables proactive support by creating a shortlist of issues to address manually through official channels.
Business analysts can use the find command to search across multiple competitor subreddits for posts about specific topics like pricing or features within a set timeframe. This helps in benchmarking and identifying gaps in the market to inform strategic decisions without direct interaction.
Develop a subscription-based software that integrates this skill to offer automated Reddit monitoring dashboards for businesses. Users can set up alerts for keywords, track sentiment, and generate reports, with revenue from monthly or annual licensing fees.
Offer a freelance service where experts use this skill to conduct targeted Reddit research for clients, such as identifying market opportunities or gathering user feedback. Revenue is generated through project-based fees or hourly rates for delivering curated insights and shortlists.
Run a content creation agency that utilizes this skill to analyze Reddit trends and produce data-backed articles, videos, or social media content for brands. Revenue comes from retainer contracts or per-content pricing, leveraging the skill to ensure relevance and engagement.
💬 Integration Tip
Integrate this skill into existing workflows by setting up environment variables for pacing to avoid rate limits, and use the find command for multi-subreddit searches to streamline data collection.
Summarize URLs or files with the summarize CLI (web, PDFs, images, audio, YouTube).
AI-optimized web search via Tavily API. Returns concise, relevant results for AI agents.
This skill should be used when users need to search the web for information, find current content, look up news articles, search for images, or find videos. It uses DuckDuckGo's search API to return results in clean, formatted output (text, markdown, or JSON). Use for research, fact-checking, finding recent information, or gathering web resources.
Web search and content extraction via Brave Search API. Use for searching documentation, facts, or any web content. Lightweight, no browser required.
Search indexed Discord community discussions via Answer Overflow. Find solutions to coding problems, library issues, and community Q&A that only exist in Discord conversations.
Multi search engine integration with 17 engines (8 CN + 9 Global). Supports advanced search operators, time filters, site search, privacy engines, and WolframAlpha knowledge queries. No API keys required.