在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用add
星标6
分支1
更新时间2026年3月23日 10:14
Manually add a real→fake redaction mapping
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Manually add a real→fake redaction mapping
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | add |
| description | Manually add a real→fake redaction mapping |
| user_invocable | true |
| args | <real_value> <fake_value> |
The user wants to manually add a redaction mapping. Parse the arguments to extract the real value and fake replacement value, then call redact_add_mapping from the redact-server MCP.
If the user provided arguments like clientcorp.com target.example.com, use the first value as real and the second as fake.
If the user only provided one value, ask them for the replacement value, or suggest a sensible default like target-N.example.com for hostnames.
Confirm the mapping was added successfully.