reddit-readonly
Browse 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.
Why use this skill?
Browse, search, and curate Reddit content with the reddit-readonly skill. Safely track subreddits and gather threads for manual review.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/tristanmanchester/reddit-read-onlyWhat This Skill Does
The reddit-readonly skill provides OpenClaw with a secure, read-only interface for interacting with Reddit. By leveraging public JSON endpoints, the agent can monitor subreddits, retrieve specific comment threads, and perform complex searches across multiple communities. This skill is strictly designed for information gathering; it lacks the capability to post content, cast votes, or interact with administrative controls. It acts as an intelligence layer that helps users curate content for manual follow-up.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/tristanmanchester/reddit-read-only
Ensure that your environment is configured for Node.js, as the underlying scripts are managed via .mjs files.
Use Cases
- Market Research: Monitor specific subreddits for product mentions or competitive feedback.
- Trend Analysis: Aggregate new posts across several communities to identify rising discussions within a specific domain.
- Content Curation: Generate a concise shortlist of relevant discussions for professional engagement or academic review.
- Technical Support Monitoring: Track specific keywords (e.g., "FastAPI deployment") to assist users by providing contextually relevant links for manual response.
Example Prompts
- "Find recent discussions about 'rust language' in r/programming and r/rust, excluding any posts about beginner tutorials. Give me a list with permalinks."
- "Get the comment thread for this URL [reddit-url] and summarize the top three arguments being made."
- "Show me the 10 most popular posts in r/machinelearning from the last week and highlight those that mention 'transformer models'."
Tips & Limitations
- Safety & Compliance: As a read-only tool, this skill is inherently safe. However, always verify content accuracy, as Reddit sentiment can be volatile.
- Rate Limiting: Start with small limits (5-10 results). If you encounter errors, reduce the depth of thread extraction or the frequency of your requests.
- Data Structure: Always check the JSON stdout for
ok: truebefore parsing. If the agent returns an HTML error, it implies a rate-limit trigger; wait a few moments before retrying. Always remind the user that they must visit the provided permalinks to participate in discussions, as this skill cannot perform any write operations.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-tristanmanchester-reddit-read-only": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
parallel-ai-search
Web search + URL extraction via Parallel Search/Extract APIs. Use for up-to-date research, domain-scoped searching, and extracting LLM-ready excerpts/markdown from URLs.
track17
Track parcels via the 17TRACK API (local SQLite DB, polling + optional webhook ingestion)
notion
Manage Notion notes, pages, and data sources with a JSON-first CLI for search, read/export, write/import, append, and move operations. Use when working with Notion, organising notes, moving pages, triaging an inbox, or reading/writing page content.
auditing-appstore-readiness
Audit an iOS app repo (Swift/Xcode or React Native/Expo) for App Store compliance and release readiness; output a pass/warn/fail report and publish checklist.
fabric-api
Create/search Fabric resources via HTTP API (notepads, folders, bookmarks, files).