← Back to Skills Marketplace
thegdsks

OpenClaw Profanity Plugin

by thegdsks · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
1605
Downloads
1
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-profanity
Description
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.
Usage Guidance
This skill appears to do what it says, but before installing the referenced npm package: 1) Inspect the package source on GitHub and npm for suspicious postinstall scripts or unexpected dependencies. 2) Confirm the package maintainer and recent activity (stars, issues, releases). 3) Review the onViolation handler examples — they call functions like banUser/trackViolation which you must implement safely (ensure they don't expose credentials or overreach). 4) Test the package in a sandboxed environment and pin a specific package version. 5) Be cautious if you deploy it to bots with moderator powers (deleting messages, banning users): require explicit review and logging for any automated punitive action.
Capability Analysis
Type: OpenClaw Skill Name: openclaw-profanity Version: 1.0.0 The provided files describe a profanity detection plugin for OpenClaw agents. The `_meta.json` contains standard metadata, and `SKILL.md` provides documentation and JavaScript code examples for integrating and configuring the plugin. There is no evidence of prompt injection against the AI agent, data exfiltration, malicious execution, persistence, or obfuscation within the analyzed content. The `npm install` command and external links are standard references to a third-party package, not malicious in themselves.
Capability Assessment
Purpose & Capability
Name, description, and examples all describe a profanity-moderation plugin for OpenClaw/Moltbot. The SKILL.md shows how to install and configure a plugin that warns, censors, blocks, or logs — these capabilities align with the stated purpose.
Instruction Scope
Instructions are limited to installing and configuring a profanity plugin and providing optional onViolation handlers. One small inconsistency: examples use an action value 'custom' in a custom handler example even though earlier allowed actions list does not include 'custom'. The onViolation handler examples demonstrate actions like banning users or deleting messages — these are expected for moderation plugins but require developer-implemented functions (trackViolation, banUser) and therefore need careful review before enabling in production.
Install Mechanism
The registry entry has no install spec (instruction-only), but SKILL.md instructs users to run 'npm install openclaw-profanity'. Instruction-only skills are low-risk from the registry perspective, however installing the referenced npm package carries the usual third-party package risks (postinstall scripts, supply-chain). No automated or hidden install behavior is present in the skill bundle itself.
Credentials
The skill requests no environment variables, credentials, or config paths. There is no evidence in the instructions that it needs unrelated secrets or system access.
Persistence & Privilege
always is false and the skill does not request persistent/system-level privileges or attempt to modify other skills' configurations. Autonomous invocation is allowed (platform default) but not combined with other concerning privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openclaw-profanity
  3. After installation, invoke the skill by name or use /openclaw-profanity
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Profanity plugin for OpenClaw/Moltbot agents with auto-moderation actions.
Metadata
Slug openclaw-profanity
Version 1.0.0
License
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is OpenClaw Profanity Plugin?

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. It is an AI Agent Skill for Claude Code / OpenClaw, with 1605 downloads so far.

How do I install OpenClaw Profanity Plugin?

Run "/install openclaw-profanity" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is OpenClaw Profanity Plugin free?

Yes, OpenClaw Profanity Plugin is completely free (open-source). You can download, install and use it at no cost.

Which platforms does OpenClaw Profanity Plugin support?

OpenClaw Profanity Plugin is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created OpenClaw Profanity Plugin?

It is built and maintained by thegdsks (@thegdsks); the current version is v1.0.0.

💬 Comments