dynamic-content-personalizer
减少个性化出错风险,确保回退与空值安全,适合复杂分段场景。
需处理收件人字段/数据,可能涉敏感个人信息。
基于分段与导出列生成合并标签、回退和条件区块的个性化规范。
根据分段和导出字段生成合并标签规范、每个标签的兜底值和条件内容区块规则,确保个性化字段不会露空或泄露敏感 PII。适合要在不同用户组显示不同内容、或做动态推荐/首名调用时使用。特别之处是带有回退安全审计和 PII 保护,能把崩掉的合并标签风险在发前堵住。
▸ 展开 SKILL.md 英文原文
Use when the user asks to "personalize the email", "add merge tags / dynamic content", "set up conditional blocks per segment", or "make first-name and product-recommendation fields fall back safely"; produces a merge-tag map with per-tag fallbacks, conditional-block rules with per-segment variations, a fallback-safety audit, and a PII guard on what may render, informing the SEND E (Engagement/personalization) dimension. Not for building the segments — use list-segment-builder; not for writing the base copy — use email-creative-builder; not for scoring EQS or running vetoes — use email-quality-auditor. 邮件个性化/合并标签/条件内容块/兜底默认值
帮我安装这个 skill:https://raw.githubusercontent.com/aaron-he-zhu/aaron-marketing-skills/main/email/engage/dynamic-content-personalizer/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/aaron-he-zhu/aaron-marketing-skills/main/email/engage/dynamic-content-personalizer/SKILL.md"# Dynamic Content Personalizer Takes an already-written email creative plus the segment map (or the raw export columns) and specifies the **personalization layer**: a merge-tag map where every tag has a stated fallback, conditional-content blocks with per-segment variations, a fallback-safety audit that no empty field or dead conditional can render, and a PII guard on which fields are even allowed into the body. This is the SEND **E (Engagement/personalization)** lever. It does not build segments, write the base copy, or score the program. **Scope guard**: this skill wires personalization onto existing copy for existing segments only. It does **not** define WHO the segments are ([list-segm