are-open-weight-ready-social

Installation
SKILL.md

LLM-Based Social Media Moderation with Open-Weight Models

This skill enables Claude to build and evaluate content moderation systems that use open-weight LLMs for zero-shot harmful content detection. Based on Chou et al. (2026), the approach uses structured role-definition prompts with precise violation definitions to classify social media posts into categories (rudeness, intolerance, threats) without fine-tuning. The key finding: open-weight models running on a single 24GB GPU achieve sensitivity (81-97%) and specificity (91-100%) competitive with proprietary models, making privacy-preserving, on-premise moderation viable.

When to Use

  • When the user wants to build a content moderation API or service for a social platform (Bluesky, Mastodon, custom forums)
  • When the user needs to classify user-generated text as harmful/safe without training data (zero-shot)
  • When the user asks about running moderation locally for privacy (GDPR compliance, on-premise requirements)
  • When the user wants to evaluate or benchmark multiple LLMs for moderation accuracy
  • When the user needs to design a moderation taxonomy with clear violation definitions
  • When the user is building personalized content filters that respect individual user preferences
  • When the user asks how to handle edge cases like model refusals, verbose reasoning tokens, or ambiguous content

Key Technique

The core method is definition-anchored zero-shot classification: each moderation category is paired with a precise natural-language definition, injected into a standardized prompt template with the role "You are a social media moderator." The model outputs a binary yes/no decision. No few-shot examples or fine-tuning are needed. The prompt template follows this structure:

Installs
1
GitHub Stars
6
First Seen
Jun 20, 2026
are-open-weight-ready-social — ndpvt-web/arxiv-claude-skills