Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Reddit moderation via PRAW: fetch modqueue, classify reports, take actions.
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.
| 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 |
| Signal | Load These Files | Why |
|---|---|---|
| Classifying items, category definitions, confidence thresholds | classification-prompt.md | Routes to the matching deep reference |
| Prompt template, untrusted content handling, prompt injection defense | classification-prompt.md | Routes to the matching deep reference |
| Action mapping by confidence level, config.json format | classification-prompt.md | Routes to the matching deep reference |
npx skills add notque/vexjoy-agent --skill reddit-moderateHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Mostly actionable with clear steps; only a few small gaps remain.