
from reddit-skills10
A collection of Reddit automation sub-skills (auth, publishing, discovery, interactions) driven by a local Chrome extension and a Python CLI bridge for safe, us
Provides an agent-facing skill set to automate Reddit tasks via a local Chrome extension and a Python CLI bridge. It routes intents to focused sub-skills for authentication, publishing posts, browsing/searching content, commenting and voting, and higher-level campaign workflows. The project enforces an execution boundary: all operations must run through the repository's CLI to centralize credential handling and enforce confirmations.
Use when a user requests Reddit operations that must act on a real account (post, comment, upvote, fetch feeds). Requires explicit user approval before publish/comment actions and a running Chrome environment with the unpacked extension loaded. Not suitable for environments without Chrome or when explicit user consent can't be obtained.
scripts/cli.py) for all actions and example commands for common tasks (check-login, subreddit-feed, submit-text, post-comment).Best for agents that can execute local CLI commands and interact with a browser bridge (Claude Code, local Copilot flows, or any agent with shell+browser automation support). Use with caution due to browser/credential requirements.
This skill has not been reviewed by our automated audit pipeline yet.