From sundial-org-awesome-openclaw-skills-4
Reads Reddit posts, searches, and fetches subreddit info using session cookies. No API key needed.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sundial-org-awesome-openclaw-skills-4:reddit-cliThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Read Reddit using your session cookies. No API key needed.
Read 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 valuenpx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4Searches and retrieves Reddit content including posts, comments, subreddit info, and user profiles via the public JSON API.
Reads and searches Reddit posts by scraping old.reddit.com. Use for browsing subreddits, searching topics, or monitoring communities with read-only access and no authentication.
Automates Reddit operations via Composio's Reddit toolkit through Rube MCP: search subreddits, create posts, manage comments, and browse top content.