/reddit-moderate
Reddit moderation: fetch modqueue, classify content, take mod actions
$ npx -y skills add notque/vexjoy-agent --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/reddit-moderate
Context preview
What this command does when you run it.
Reddit moderation: fetch modqueue, classify content, take mod actions
Command definition
reddit-moderate.mddescription: "Reddit moderation: fetch modqueue, classify content, take mod actions" argument-hint: "[--auto] [--dry-run]" allowed-tools: ["Read", "Bash", "Skill"]
/reddit-moderate
Moderate your Reddit community. Fetches the modqueue, classifies each item against subreddit rules, and recommends actions for your approval.
Usage
/reddit-moderate # Interactive: fetch, classify, present, confirm, act /reddit-moderate --auto # Auto mode: remove clear spam, skip uncertain /reddit-moderate --dry-run # Dry-run: show recommendations without acting
Loop Mode
/loop 10m /reddit-moderate --auto
Call the Skill tool with `reddit-moderate`.
Parse the argument:
- No argument → run interactive mode (Phase 1-5)
- "--auto" → run auto mode
- "--dry-run" → run dry-run mode
Essays and writing behind this toolkit live at vexjoy.com. VexJoy Agent connects plain-English requests to specialist agents, skills, and workflows. /do selects the knowledge and tools needed for your task.
Repo: notque/vexjoy-agent
Other commands on vexjoy-agent.
github-notifications
Triage GitHub notifications: fetch, classify, report actions needed.
github-profile-rules
`github-profile-rules` — extract programming rules and coding conventions from a GitHub user's public profile via API.

