Install
openclaw skills install reddit-cliReddit CLI using cookies for authentication. Read posts, search, and get subreddit info.
openclaw skills install reddit-cliRead Reddit using your session cookies. No API key needed.
reddit-cli posts programming 10 # Get 10 hot posts
reddit-cli posts gaming 5 top # Get top 5 posts
reddit-cli search "python tutorial" # Search all Reddit
reddit-cli search "help" --sub linux # Search in subreddit
reddit-cli info AskReddit # Subreddit info
reddit-cli check # Test connection
reddit-cli posts <subreddit> [limit] [sort]
reddit-cli search <query> [--sub <subreddit>] [limit]
reddit-cli info <subreddit>
reddit-cli check
Set these in ~/.bashrc:
export REDDIT_SESSION="your_reddit_session_cookie"
export TOKEN_V2="your_token_v2_cookie" # optional
reddit_session valuetoken_v2 value