youtube_moderation_prototype
SKILL.md
YouTube Chat Moderation Skill (PROTOTYPE)
Purpose: Validate this skill pattern with 0102 (Claude Code) before deploying to native Qwen/Gemma environment.
Test Plan: 0102 executes 50 benchmark tasks manually, validates ≥90% success rate.
Task
Moderate incoming YouTube live chat messages to maintain positive community environment.
Instructions (For 0102 Validation)
1. CAPS SPAM CHECK
Rule: IF message.length > 20 AND uppercase_ratio > 0.80 → BLOCK
Expected Pattern: caps_check_executed=True