A read-only Reddit browsing tool for AI agents that extracts posts and comments via public JSON endpoints without requiring write access.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install reddit-readonly
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install reddit-readonly using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Reddit Readonly is a specialized tool designed to facilitate non-intrusive data gathering from the Reddit platform. As part of the Openclaw Skills ecosystem, it allows AI agents to search for topics, browse subreddits, and pull full comment threads for context without the need for posting, voting, or moderation permissions. This makes it an ideal choice for developers and researchers who need to monitor community sentiment or gather public data while maintaining a read-only footprint.
By leveraging public JSON endpoints, this skill provides a structured way to access Reddit's vast repository of information. It is built to be polite to the platform, offering configurable rate limiting and small default request sizes. Integrating this with other Openclaw Skills enables automated research workflows that can identify trends and summarize discussions efficiently.
To integrate this capability into your project, ensure you have Node.js installed. You can configure the skill using environment variables to control request timing and user-agent settings. This ensures your use of Openclaw Skills remains compliant with platform expectations.
# List posts from a specific subreddit
node ./scripts/reddit-readonly.mjs posts python --sort hot --limit 10
# Configure custom delays for rate limiting
export REDDIT_RO_MIN_DELAY_MS=800
export REDDIT_RO_MAX_DELAY_MS=1800
The skill provides a consistent JSON output format for all commands, making it easy to parse for automated workflows within Openclaw Skills.
| Field | Type | Description |
|---|---|---|
| ok | Boolean | Indicates if the request was successful. |
| data | Object/Array | The actual content retrieved (posts, comments, etc.). |
| error | Object | Contains message and details if the request fails. |
| permalink | String | A direct link to the Reddit thread or comment. |
Loading
A comprehensive social media management skill that enables post scheduling, AI caption generation, and analytics tracking via chat commands.

A CLI-based automated memecoin trader for Solana that leverages Agent Gary for autonomous AI-driven decision making.

Fractal Memory is an automated hierarchical compression system that distills raw agent experiences into structured patterns to prevent context overflow.

A CLI-based P2P tool for routing tasks to different AI models and sharing subscriptions securely within teams.

TorrentClaw is a powerful AI agent skill for searching, filtering, and downloading high-quality movie and TV torrents with automated local client integration.

Control Chrome tabs, interact with web elements, and automate complex browser workflows using an AI-powered MCP bridge and extension.








































