censor_message

A tool that replaces profanity in text with asterisks or another chosen replacement.

In plain words
What is it for?
Use it to censor text before sending or posting, including content written in supported languages.
Why use it?
It lets you share messages in family-friendly or moderated settings without displaying offensive words.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/glincker/glin-profanity/censor_message
Any agent
npx skills add glincker/glin-profanity --skill censor_message
Clone the repo
git clone --depth 1 https://github.com/glincker/glin-profanity

Made for: Claude Code, Codex.

Per session 16 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 375 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00016 $0.00375
Opus 5 $0.00008 $0.00187
Sonnet 5 $0.00003 $0.00075
Haiku 4.5 $0.00002 $0.00038

Measured 2d ago against content hash 6a3ccb8f6086, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

censor_message scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

packages/openclaw/skills/censor_message/SKILL.md · 68 lines

What it actually says

Censor Message Skill

When the user wants to send a message but have profanity automatically censored, use the censor_text tool.

When to Use

  • User says "censor this message"
  • User wants to share content but remove bad words
  • Preparing content for family-friendly platforms
  • Moderating user content before posting

How to Use

  1. Call the censor_text tool with the text
  2. Return the censored version
  3. Optionally show what was censored

Parameters

  • text: The text to censor
  • replacement: Custom replacement (default: "***")
  • languages: Array of languages to check

Example

Input: "What the fuck is this shit?" Output: "What the *** is this ***?"

Custom Replacements

Users can specify custom replacement strings:

  • "[CENSORED]" for formal documents
  • "****" for standard
  • "" (empty) to remove entirely
  • "[REDACTED]" for official-looking documents

Multi-language Support

Works with 24 languages. For non-English content, specify:

languages: ["spanish", "portuguese"]

Platform Integration

This skill works across all OpenClaw-supported platforms:

  • WhatsApp
  • Telegram
  • Discord
  • Slack
  • iMessage
  • And more...

Credits

Powered by glin-profanity

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

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 68 lines · 16 tokens per session scan A 6a3ccb8f6086

Subscribe to this mod's changes

censor_message is a skill published in the GitHub repository glincker/glin-profanity (59 stars, last pushed 1mo ago), licensed MIT. It adds 16 tokens to every session and 375 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

start9-frontend

Start9 house style for every Angular + Taiga UI web frontend (StartOS ui/setup-wizard, StartWRT, StartTunnel, brochure-marketplace, start9-store, ops-server, support-server). Use BEFORE writing or reviewing any frontend code in these apps — components, templates, styles/CSS, forms, dialogs/toasts, routing, state, DI…

Start9Labs/start-technologies · 129 tokens

opendia-harness

Install, configure, and troubleshoot OpenDia for Grok Build (and other MCP harnesses). Use when setting up the plugin, config.toml MCP entry, ports, extension disconnects, tool timeouts, or tunnel mode.

aeonfun/opendia · 52 tokens

opendia

Drive the user's real browser through OpenDia MCP (logged-in sessions, cookies, wallets, bookmarks, history). Use when automating Chrome/Firefox for social posts, form fills, multi-tab research, local webapp testing, or any task that needs the user's existing browser profile — not a disposable cloud browser.

aeonfun/opendia · 66 tokens

huly-cli

Operate Huly through the @firfi/huly-cli executable. Use when a coding agent needs to authenticate, switch Huly workspaces or projects, discover commands, query structured Huly data, or perform confirmed Huly mutations from a shell or automation workflow.

dearlordylord/huly-mcp · 56 tokens

pixi-vn-getting-started

Use when setting up a new or existing project on @drincs/pixi-vn, wiring the main.ts entry point, or calling the top-level Game API (Game.init, Game.start, Game.onEnd, Game.addOnError, Game.onNavigate, Game.clear) — this is the entry point every Pixi'VN project needs before touching canvas, narration, sound, storage…

DRincs-Productions/pixi-vn · 90 tokens

pixi-vn-migration

Use when upgrading an existing @drincs/pixi-vn project to a newer version, or when a runtime/type error matches a known breaking change. Covers every breaking change between versions with before/after code.

DRincs-Productions/pixi-vn · 49 tokens