privacy-file-content-replace-v2

Replace file_content with user_provided_replacement in WeChat agent actions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

In WeChat scenarios, users want to modify the Agent's operation content to protect the file_content field. The strategy is replacement.

Core Features & Use Cases

  • Replacement strategy: replace the Agent-sent file_content with a user_provided_replacement value when modification is desired.
  • Context-aware: applies specifically to WeChat messaging flows and file sending.
  • Boundary handling: if a replacement value is not provided, the system uses a safe default or retains the original content as defined.

Quick Start

Use the rule to replace the Agent's file_content with user_provided_replacement in WeChat file transfers.

Frequently Asked Questions about privacy-file-content-replace-v2

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

FAQPage Schema
How do I replace file_content in WeChat agent actions to protect privacy?▼

You can replace file_content in WeChat agent actions by applying a rule engine that substitutes the Agent-sent field with a user-provided replacement value. This enforces privacy by honoring user modifications during WeChat file-sending scenarios.

What happens to WeChat file_content if a user-provided replacement is missing?▼

When a user-provided replacement is missing for WeChat file_content, the system handles this boundary case by using a safe default or retaining the original content. This ensures the file transfer flow proceeds without interruption.

When do I need to use a content replacement strategy for WeChat file sending?▼

You need a content replacement strategy for WeChat file sending when you want to protect the file_content field and modify the Agent's operation content. It applies specifically to WeChat messaging flows where privacy rules must be enforced.

Can I use this content replacement rule for non-WeChat agent messaging platforms?▼

No, this content replacement rule is context-aware and applies specifically to WeChat messaging flows and file-sending scenarios. It enforces the replacement of the Agent's file_content field only within the WeChat agent action environment.

How does the rule engine handle privacy modifications for WeChat file transfers?▼

The rule engine handles privacy modifications for WeChat file transfers by replacing the Agent-sent file_content with a user-provided replacement value. If no replacement is provided, it safely defaults to retaining the original content.