A lightweight command-line interface that enables Reddit interaction and content retrieval using session cookies instead of standard API keys.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install reddit-cli
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-cli using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Reddit CLI is a powerful utility designed for developers who need quick, terminal-based access to Reddit content. By utilizing session cookies for authentication, this tool provides a streamlined alternative to traditional API-based integrations, making it a unique addition to the collection of Openclaw Skills. It allows users to browse subreddits, search for specific discussions, and inspect community metadata without the overhead of OAuth2 application management.
This skill is particularly useful for those who want to integrate Reddit data into their local development environment or automated scripts. As part of the Openclaw Skills ecosystem, it prioritizes simplicity and speed, allowing for rapid information gathering from one of the world's largest discussion platforms.
To get started with this skill, you must first extract your session cookies from a logged-in browser session. Add them to your environment configuration as follows:
# Add these to your ~/.bashrc or ~/.zshrc
export REDDIT_SESSION="your_reddit_session_cookie"
export TOKEN_V2="your_token_v2_cookie" # Optional but recommended
# Apply the changes
source ~/.bashrc
# Test your connection
reddit-cli check
The Reddit CLI organizes data based on standard Reddit objects. Below is the mapping of parameters used within this skill:
| Parameter | Description | Allowed Values |
|---|---|---|
| subreddit | The target community name | Any valid subreddit string |
| limit | Number of items to return | Integer (Default: 10) |
| sort | Criteria for ranking posts | hot, new, top, rising |
| query | Search terms for discovery | String |
| --sub | Scopes a search to a specific subreddit | Subreddit name |
Loading
An AI-powered crypto portfolio analyzer that delivers deep risk metrics, stress testing, and automated optimization strategies while supporting a token buyback ecosystem.

A powerful multi-column web interface for side-by-side management and interaction with multiple OpenClaw agents.

A lightweight, file-based memory system that allows AI agents to persist learnings and decisions with sub-20ms search performance.

A comprehensive toolkit that enables AI agents to autonomously handle outbound and inbound phone calls using Twilio integration.

Pget enables high-throughput parallel file downloads and in-memory tar extraction for rapid data retrieval.

An autonomous commerce protocol that enables AI agents to list items, negotiate deals, and execute point-based transactions.








































