privacy-message-content-replace-v1

Replace sensitive image content in WeChat messages before sending.

13|3|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/Theodora-Y/MaskClaw --skill privacy-message-content-replace-v1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: privacy-message-content-replace-v1
Source: https://github.com/Theodora-Y/MaskClaw/tree/main/user_skills/demo_d1_257b_UserA/privacy-message-content-replace-v1
Command: npx skills add https://github.com/Theodora-Y/MaskClaw --skill privacy-message-content-replace-v1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

在 在wechat场景下,Agent尝试发送包含特定图片内容的消息时 场景下保护 message_content 字段。 策略为 replace。

Core Features & Use Cases

  • 内容替换实现对图片等敏感信息的遮蔽与替换,确保发送前符合隐私政策。
  • 规则驱动的行为干预,聚焦微信场景下的消息发送环节。
  • 使用场景示例:在微信场景下对包含特定图片内容的消息进行替换后再发送。

Quick Start

Use the privacy-message-content-replace-v1 rule to replace sensitive image content in a WeChat message before sending.

Frequently Asked Questions about privacy-message-content-replace-v1

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I replace sensitive image content in WeChat messages before sending?

To replace sensitive image content in WeChat messages, you apply a rule-based replacement strategy. It checks the message_content field and substitutes specific images with user-provided alternatives before the agent sends the message.

What happens if a WeChat message contains sensitive content but no replacement is provided?

If a WeChat message contains sensitive image content and no user-provided replacement is supplied, the system blocks the sending action entirely. This rule-based intervention ensures privacy policies are strictly enforced.

Can I use this rule-based content replacement for text fields in WeChat messages?

This specific rule focuses on replacing sensitive image content within the message_content field for WeChat messages. It applies a replace strategy to ensure specific image content is redacted or substituted.

How does rule-based message content replacement work to protect privacy?

Rule-based message content replacement works by intercepting an agent's attempt to send a WeChat message. It checks for specific image content and uses a user-provided replacement to redact sensitive information, ensuring privacy compliance.

Do I need to configure anything before replacing sensitive content in WeChat messages?

You need to provide the specific replacement content for the sensitive images. The rule-based strategy relies on these user-provided replacements to intervene during the WeChat message sending process and apply the changes.