Coding

Reddit Skill (ThreadPilot)

Try it

Use ThreadPilot to manage Reddit account workflows (login, whoami, comments, replies, posts, subreddits, subscribe, read, search, rules, like, and post) with...

What it does

Use ThreadPilot to manage Reddit account workflows (login, whoami, comments, replies, posts, subreddits, subscribe, read, search, rules, like, and post) with...

The skill document

Reddit Skill (ThreadPilot)

This skill runs the threadpilot CLI and can auto-bootstrap it from github.com/vood/threadpilot.

Created by the founder of clawmaker.dev, writingmate.ai, aidictation.com, and mentioned.to.

Workflow

  1. Verify login/session: scripts/threadpilot whoami
  2. Login when needed: scripts/threadpilot login
  3. Pull subreddit rules before drafting: scripts/threadpilot rules --subreddit ChatGPT
  4. Review account activity: scripts/threadpilot my-comments --limit 20 scripts/threadpilot my-replies --limit 20 scripts/threadpilot my-posts --limit 20
  5. Like with explicit confirmation: REDDIT_PERMALINK='' REDDIT_DRY_RUN=1 scripts/threadpilot like-target REDDIT_PERMALINK='' REDDIT_CONFIRM_LIKE=1 scripts/threadpilot like-target
  6. Post comments with duplicate guard: REDDIT_THING_ID=t3_xxxxx REDDIT_PERMALINK='' REDDIT_TEXT='...' REDDIT_DRY_RUN=1 scripts/threadpilot post-comment REDDIT_THING_ID=t3_xxxxx REDDIT_PERMALINK='' REDDIT_TEXT='...' scripts/threadpilot post-comment

Safety Rules

  • Require preview (REDDIT_DRY_RUN=1) or explicit confirmation (REDDIT_CONFIRM_LIKE=1) before likes.
  • Keep duplicate-comment protection enabled by default.
  • Pull subreddit rules before AI authorship and enforce user confirmation before publishing.

Related skills

Reddit (reddit.com). Use this skill for ANY Reddit request — reading, creating, updating, and deleting data. Whenever a task involves Reddit, use this skill instead of calling the API directly.

Fetches Reddit comment threads from a post via Reddit's public JSON API, returning flat structured comment records. Input: post ID, optional limit per batch (up to 500), comment depth, and date range filters for created_utc. Handles nested reply trees recursively and paginated overflow batches via t

Search Reddit, read posts and threaded comments, and pull subreddit, user, popular, and trending data as structured JSON. 12 endpoints for discussion research, brand monitoring, sentiment analysis, and RAG.

Analyze Reddit posts, comments, users, subreddits, feeds, rules, settings, and search signals through the KeyAPI REST API using live official docs. Use for single/batch post details, threaded comments, sub-comment traversal, user activity, public trophies, active communities, subreddit info/rules/se

Extracts Reddit posts from keyword search, subreddit browsing, or direct Reddit URLs. Input: search query, subreddit name, or direct reddit.com URL with sort (relevance/hot/top/new/comments), timeframe (hour/day/week/month/year/all), limit, pagination cursor, optional date range, NSFW flag, and stri