R

Agentic Workflows

Reddit Community Agentic Workflows

10 workflows — multi-step AI automation tools for coding agents on Reddit Community.

Available free v1.0.0 Browser LLM
$ sidebutton install reddit
Download ZIP

Reddit Community agentic workflows

10
Check Karma reddit_check_karma

Audit a Reddit account — pulls total post/comment karma plus the per-subreddit breakdown table from the user's profile page.

Inputs
  • username · string
Steps
8
Click an elementExtract text from a selectorNavigate to a URLWaitcontrol stop
Allowed old.reddit.com
Check Replies reddit_check_replies

Inbox pull for the logged-in user — fetches recent comment replies with author, body, parent-thread link, and timestamp. Requires active login session.

Inputs

None

Steps
4
browser extractMapNavigate to a URLWaitcontrol stop
Allowed old.reddit.com
Draft Reply reddit_draft_reply

Thread-page embed button — reads the open thread, drafts one MxTide-voice comment, types it into the textarea for manual review and submission.

Inputs
  • post_url · string
  • instructions · string
Steps
10
Click an elementExtract text from a selectorbrowser extractMapScroll the pageType into a fieldcontrol stopworkflow call
Allowed old.reddit.com
Evaluate & Draft reddit_evaluate_and_draft

Single-thread decision — runs Strategy D on one thread, returns COMMENT/SKIP verdict, importance score, and a MxTide-voice draft.

Inputs
  • title · string
  • score · string
  • author · string
  • flair · string
  • comments · string
  • body · string
  • thread_comments · string
Steps
7
control ifcontrol stopdata getllm generateworkflow call
Get Feed reddit_get_feed

Fetch posts from a subreddit sorted by hot, new, rising, or top via browser extraction on old.reddit.com. Returns structured data: title, url, score, comments, author, and flair per post.

Inputs
  • subreddit · string
  • sort · string
Steps
4
browser extractMapNavigate to a URLWaitcontrol stop
Allowed old.reddit.com
Persona Draft reddit_persona_draft

Shared persona workflow for Reddit drafting. Classifies thread type, applies MxTide voice rules and mood mapping, and generates a draft. Called by all Reddit drafting workflows via workflow.call.

Inputs
  • title · string
  • score · string
  • body · string
  • comments · string
  • thread_comments · string
  • instructions · string
  • output_format · string
Steps
3
control stopAsk an LLM to classify inputllm generate
Post Comment reddit_post_comment

Navigate to a Reddit post on old.reddit.com, type a top-level comment, and submit it. Requires an active Reddit session in the browser.

Inputs
  • post_url · string
  • comment_text · string
Steps
9
Click an elementbrowser extractAllNavigate to a URLScroll the pageType into a fieldWaitcontrol stop
Allowed old.reddit.com
Read Thread reddit_read_thread

Read a full Reddit thread in one pass — post metadata (title, score, author, flair, comment count, body) plus structured top-level comments (author, score, body). Single page load, combined output.

Inputs
  • post_url · string
Steps
10
Extract text from a selectorbrowser extractMapNavigate to a URLWaitcontrol stop
Scan & Evaluate reddit_scan_and_evaluate

Batch-scan a subreddit feed — reads top threads, scores each against Strategy D, emits per-thread verdicts plus mood-matched draft comments for approval.

Inputs
  • subreddit · string
  • sort · string
Steps
32
browser extractAllbrowser extractMapbrowser injectCSSNavigate to a URLWaitcontrol foreachcontrol ifcontrol stopdata getllm generatevariable setworkflow call
Allowed old.reddit.com
Suggest Replies reddit_suggest_reply

Thread-page floating button — reads the open thread, prompts for reply direction, returns 5 ranked MxTide-voice reply options.

Inputs
  • post_url · string
  • direction · string
Steps
7
Extract text from a selectorbrowser extractMapcontrol stopworkflow call
Allowed old.reddit.com