reddit

Installation
SKILL.md

Reddit — OAuth or login-cookie access

The connector injects exactly one of these credentials:

  • REDDIT_COOKIES: JSON cookie array captured by the ACE browser extension. It includes reddit_session and grants full account access. Secret — never echo, print, log or return it.
  • REDDIT_TOKEN: official OAuth bearer token (identity read submit).

The helper automatically prefers official OAuth when present and otherwise uses Cookie. It sends Reddit's required descriptive User-Agent and never forwards cookies outside reddit.com.

Script resolution

Bash calls do not share shell variables. Resolve the helper inside every fenced Bash invocation before using it:

Installs
190
GitHub Stars
13
First Seen
Jun 20, 2026
reddit — acedatacloud/skills