← 返回 Skills 市场
thegdsks

OpenClaw Profanity Plugin

作者 thegdsks · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
1605
总下载
1
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-profanity
功能描述
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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-profanity
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-profanity 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Profanity plugin for OpenClaw/Moltbot agents with auto-moderation actions.
元数据
Slug openclaw-profanity
版本 1.0.0
许可证
累计安装 2
当前安装数 2
历史版本数 1
常见问题

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1605 次。

如何安装 OpenClaw Profanity Plugin?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-profanity」即可一键安装,无需额外配置。

OpenClaw Profanity Plugin 是免费的吗?

是的,OpenClaw Profanity Plugin 完全免费(开源免费),可自由下载、安装和使用。

OpenClaw Profanity Plugin 支持哪些平台?

OpenClaw Profanity Plugin 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 OpenClaw Profanity Plugin?

由 thegdsks(@thegdsks)开发并维护,当前版本 v1.0.0。

💬 留言讨论