From sundial-org-awesome-openclaw-skills-4
Access Reddit via CLI using session cookies: fetch posts from subreddits by sort/hot/top/new, search queries across Reddit or in subs, get subreddit info, and test connection. No API key needed.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
Read Reddit using your session cookies. No API key needed.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
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 value