Toolverse
All skills

openclaw-profanity

by openclaw

Content moderation plugin for OpenClaw/Moltbot AI agents. Use when building chatbots that need profanity filtering, moderating user messages in Discord/Slack/Telegram bots, or adding content moderation to OpenClaw agents.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
openclaw
Category
Security

About this skill

Content moderation plugin for OpenClaw/Moltbot AI agents. Use when building chatbots that need profanity filtering, moderating user messages in Discord/Slack/Telegram bots, or adding content moderation to OpenClaw agents.

How to use

  1. Zainstaluj wtyczkę za pomocą npm: npm install openclaw-profanity. 2. Zaimportuj OpenClaw i profanityPlugin do swojego projektu JavaScript. 3. Utwórz instancję OpenClaw z wtyczką, przekazując obiekt konfiguracyjny. Wybierz akcję: 'warn' (ostrzegaj), 'censor' (censuruj), 'block' (blokuj) lub 'log' (loguj). 4. Włącz detectLeetspeak, aby łapać obejścia typu "f4ck" lub "sh1t", i normalizeUnicode, aby wykrywać cyrylickie lookaliki. 5. Opcjonalnie dodaj customWords (słowa do flagowania) i ignoreWords (słowa do pominięcia), aby dostosować filtr do swoich potrzeb. 6. Uruchom bota — wtyczka będzie automatycznie moderować wiadomości użytkowników na wybranym kanale (Discord, Slack, Telegram lub OpenClaw agent).

Related skills