reddit-read-onlyBrowse 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 tristanmanchester/reddit-read-onlyRequires:
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 wants to identify trending discussions about a specific technology, such as 'fastapi deployment', across relevant subreddits like r/python and r/learnpython. They use the skill to search for posts from the last 48 hours, filter by keywords, and analyze comment threads to gather user pain points and feature requests, helping prioritize product updates.
A digital marketing agency needs to curate engaging content from subreddits like r/funny or r/AskReddit to share on client social media channels. They use the skill to list top posts by time period, fetch comment threads for context, and create a shortlist of permalinks with high engagement, ensuring timely and relevant content selection without manual browsing.
A consumer goods company monitors subreddits like r/consumeradvice or r/productreviews to track mentions of their brand or competitors. They use the skill to search for posts with specific keywords, exclude irrelevant terms, and analyze recent comments to identify sentiment and emerging issues, enabling proactive customer service and reputation management.
A university researcher studies public opinion on topics like climate change in subreddits such as r/science or r/environment. They use the skill to gather posts and comments over a defined timeframe, apply filters for relevance, and export data for qualitative analysis, facilitating insights into community dynamics and discourse patterns without manual data collection.
A consulting firm specializing in DevOps seeks potential clients by finding posts about infrastructure challenges in subreddits like r/devops and r/sysadmin. They use the skill to search for queries like 'docker scaling issues', filter by score and recency, and compile a shortlist of permalinks where users express needs, allowing targeted outreach and manual engagement.
Offer a subscription-based platform that integrates this skill to automate Reddit content discovery and analysis. Users pay monthly for features like scheduled searches, sentiment analysis, and curated shortlists, helping them save time and improve content strategy. Revenue comes from tiered pricing based on usage limits and advanced analytics.
Provide a consulting service where analysts use this skill to deliver custom reports on Reddit trends and discussions for clients in specific industries. Revenue is generated through project-based fees or retainer contracts, offering insights into competitor activity, customer feedback, and emerging topics to inform business decisions.
Freelancers use this skill to efficiently gather Reddit data for articles, blog posts, or social media content, charging clients per project or hour. By automating search and context fetching, they can produce higher-quality, data-driven content faster, with revenue based on deliverables such as curated lists or analysis summaries.
💬 Integration Tip
Integrate this skill into existing workflows by setting environment variables for request pacing and using the JSON output format to pipe data into other tools, such as dashboards or CRM systems, for seamless automation.
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.