# Content Guard

> Proactive content moderation guard for all incoming messages

- Skill: `glincker/content-guard` (Agent Skill)
- Install (CLI): `npx skillmds@latest add glincker/content-guard`
- Raw SKILL.md: https://api.skillmd.com/api/skills/glincker/content-guard/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: glincker (https://skillmd.com/u/glincker)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/glincker/content-guard

---


# Content Guard Skill

This skill provides proactive content moderation across all messaging
platforms (WhatsApp, Telegram, Discord, Slack, iMessage, etc.).

## Automatic Moderation Mode

When enabled, automatically:
1. Check all incoming messages for profanity
2. Flag or censor based on configuration
3. Log incidents for review

## Configuration

The guard can be configured for different strictness levels:

### Strict Mode
- Block all profanity immediately
- No context consideration
- Best for: Children's platforms, professional environments

### Moderate Mode (Default)
- Check with context awareness
- Allow profanity in gaming/casual contexts
- Best for: General community platforms

### Lenient Mode
- Only flag severe profanity
- Allow most casual language
- Best for: Adult communities

## Usage in Conversations

When a message comes in:
1. Run `check_profanity` on the content
2. If flagged, use `analyze_profanity_context` for context
3. If still flagged after context, censor or warn

## Integration

This skill integrates with:
- WhatsApp groups (via OpenClaw/Moltbot bridge)
- Telegram channels
- Discord servers
- Slack workspaces
- iMessage threads
- Matrix rooms
- Microsoft Teams

## Supported Languages

All 24 languages are supported for moderation:
arabic, chinese, czech, danish, dutch, english, esperanto, finnish, french,
german, hindi, hungarian, italian, japanese, korean, norwegian, persian,
polish, portuguese, russian, spanish, swedish, thai, turkish

## Credits

Powered by [glin-profanity](https://github.com/GLINCKER/glin-profanity)

Compatible with OpenClaw, Moltbot (legacy), and Clawdbot (legacy).

