reddit-moderate

Featured

Reddit moderation via PRAW: fetch modqueue, classify reports, take actions.

AI & Automation 388 stars 36 forks Updated 2 days ago MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
86
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Reddit Moderate On-demand Reddit community moderation powered by PRAW. Fetches your modqueue, classifies content against subreddit rules and author history using LLM-powered report classification, and executes mod actions you confirm. ## Modes | Mode | Invocation | Behavior | |------|-----------|----------| | **Interactive** | `/reddit-moderate` | Fetch queue → classify → present with analysis → you confirm actions | | **Auto** | `/loop 10m /reddit-moderate --auto` | Fetch queue → classify → auto-action high-confidence items → flag rest | | **Dry-run** | `/reddit-moderate --dry-run` | Fetch queue → classify → show recommendations without acting | ## Prerequisites ```bash # Required env vars (add to ~/.env, chmod 600) REDDIT_CLIENT_ID="your_client_id" REDDIT_CLIENT_SECRET="your_secret" REDDIT_USERNAME="your_username" REDDIT_PASSWORD="your_password" REDDIT_SUBREDDIT="your_subreddit" ``` Credentials are loaded from `~/.env` via python-dotenv. Load them from `~/.env` via python-dotenv only. ```bash pip install praw python-dotenv ``` Bootstrap subreddit data before first use: ```bash python3 ~/.claude/scripts/reddit_mod.py setup ``` This creates `reddit-data/{subreddit}/` with auto-generated rules, mod log summary, repeat offender list, and template files. See the **LLM Classification Phase** section for details on what each file provides. ## Script Commands ```bash # Fetch modqueue (items awaiting review) python3 ~/.claude/scripts/reddit_mod.py queue --limit 20 # F...

Details

Author
notque
Repository
notque/claude-code-toolkit
Created
2 months ago
Last Updated
2 days ago
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

prd-taskmaster

Smart PRD generator with TaskMaster integration. Detects existing PRDs and offers execute/update/replace options. Generates comprehensive technical PRDs optimized for task breakdown, validates with 13 automated checks, and optionally executes tasks autonomously with datetime tracking and rollback support. Use when user requests "PRD", "product requirements", or mentions task-driven development. Defaults to PRD generation with handoff to TaskMaster. Optionally supports autonomous execution with 4 modes.

451 Updated 4 weeks ago
anombyte93
AI & Automation Solid

reddit-fetch

Fetch content from Reddit using Gemini CLI or curl JSON API fallback. Use when accessing Reddit URLs, researching topics on Reddit, or when Reddit returns 403/blocked errors.

8,472 Updated 2 weeks ago
ykdojo
Code & Development Featured

claude-code-review

Use when asked to review a PR, or when /review is invoked with a PR number or URL. Performs a focused code review checking for bugs, security, performance, and test gaps, then posts findings as a PR comment and formal GitHub review.

456 Updated today
DataRecce
AI & Automation Featured

qodo-pr-resolver

Review and resolve PR issues with Qodo - get AI-powered code review issues and fix them interactively (GitHub, GitLab, Bitbucket, Azure DevOps)

29,392 Updated today
qwibitai
AI & Automation Featured

pr-sheriff

PR Sheriff workflow: triage PRs into easy-wins and crew assignments. Prints recommendations inline - does NOT post to GitHub.

15,574 Updated today
gastownhall