redditBrowse, search, post, and moderate Reddit. Read-only works without auth; posting/moderation requires OAuth setup.
Install via ClawdBot CLI:
clawdbot install theglove44/redditRequires:
Browse, search, post to, and moderate subreddits. Read-only actions work without auth; posting/moderation requires OAuth setup.
http://localhost:8080
export REDDIT_CLIENT_ID="your_client_id"
export REDDIT_CLIENT_SECRET="your_client_secret"
export REDDIT_USERNAME="your_username"
export REDDIT_PASSWORD="your_password"
# Hot posts from a subreddit
node {baseDir}/scripts/reddit.mjs posts wallstreetbets
# New posts
node {baseDir}/scripts/reddit.mjs posts wallstreetbets --sort new
# Top posts (day/week/month/year/all)
node {baseDir}/scripts/reddit.mjs posts wallstreetbets --sort top --time week
# Limit results
node {baseDir}/scripts/reddit.mjs posts wallstreetbets --limit 5
# Search within a subreddit
node {baseDir}/scripts/reddit.mjs search wallstreetbets "YOLO"
# Search all of Reddit
node {baseDir}/scripts/reddit.mjs search all "stock picks"
# By post ID or full URL
node {baseDir}/scripts/reddit.mjs comments POST_ID
node {baseDir}/scripts/reddit.mjs comments "https://reddit.com/r/subreddit/comments/abc123/..."
# Text post
node {baseDir}/scripts/reddit.mjs submit yoursubreddit --title "Weekly Discussion" --text "What's on your mind?"
# Link post
node {baseDir}/scripts/reddit.mjs submit yoursubreddit --title "Great article" --url "https://example.com/article"
node {baseDir}/scripts/reddit.mjs reply THING_ID "Your reply text here"
# Remove a post/comment
node {baseDir}/scripts/reddit.mjs mod remove THING_ID
# Approve a post/comment
node {baseDir}/scripts/reddit.mjs mod approve THING_ID
# Sticky a post
node {baseDir}/scripts/reddit.mjs mod sticky POST_ID
# Unsticky
node {baseDir}/scripts/reddit.mjs mod unsticky POST_ID
# Lock comments
node {baseDir}/scripts/reddit.mjs mod lock POST_ID
# View modqueue
node {baseDir}/scripts/reddit.mjs mod queue yoursubreddit
login command once to authorize~/.reddit-token.json (auto-refreshes)Generated Mar 1, 2026
A marketing agency uses the skill to track mentions of client brands across Reddit, analyzing sentiment and trends in specific subreddits like r/marketing or r/technology. They automate daily reports on hot or new posts to identify emerging discussions and potential crises, enabling proactive engagement without manual browsing.
A YouTuber or streamer employs the skill to post updates and links to their latest videos in relevant subreddits like r/gaming or r/videos, fostering audience interaction. They also search for trending topics to tailor content ideas and reply to comments to build a loyal community, all automated through scripts.
A fintech startup leverages the skill to scrape and analyze posts from subreddits like r/wallstreetbets or r/investing for sentiment on stocks and cryptocurrencies. They use search functionality to gather data on specific terms, generating insights for investment strategies or product development based on real-time user discussions.
A subreddit moderator team utilizes the skill to automate routine tasks such as removing spam posts, approving submissions, and locking controversial threads. By setting up OAuth, they manage modqueue efficiently, reducing manual workload and ensuring consistent enforcement of community guidelines across large volumes of content.
A company offers a subscription-based platform that integrates this Reddit skill to provide businesses with automated sentiment analysis, trend reports, and competitive monitoring. Clients pay monthly fees for dashboards showing key metrics from Reddit data, targeting industries like marketing and finance for data-driven decision-making.
A digital agency builds custom automation scripts using this skill to handle Reddit posting, commenting, and moderation for clients. They charge project-based or retainer fees for managing brand presence, crisis response, and community growth, leveraging the skill's OAuth capabilities for authenticated actions.
A freelance developer creates and sells tailored scripts or integrations based on this Reddit skill to small businesses or individual creators. They offer one-time development fees or ongoing support packages, enabling clients to automate tasks like content sharing or market research without technical expertise.
š¬ Integration Tip
Set up OAuth environment variables securely and test read-only commands first to avoid rate limits; use the token storage for seamless authenticated actions in production.
Fetch and read transcripts from YouTube videos. Use when you need to summarize a video, answer questions about its content, or extract information from it.
Fetch and summarize YouTube video transcripts. Use when asked to summarize, transcribe, or extract content from YouTube videos. Handles transcript fetching via residential IP proxy to bypass YouTube's cloud IP blocks.
Interact with Twitter/X ā read tweets, search, post, like, retweet, and manage your timeline.
LinkedIn automation via browser relay or cookies for messaging, profile viewing, and network actions.
Search YouTube videos, get channel info, fetch video details and transcripts using YouTube Data API v3 via MCP server or yt-dlp fallback.
Complete YouTube toolkit ā transcripts, search, channels, playlists, and metadata all in one skill. Use when you need comprehensive YouTube access, want to search and then get transcripts, browse channel content, work with playlists, or need the full suite of YouTube data endpoints. The all-in-one YouTube skill for agents.