dynamic-content-personalizer

仓库创建 2025年12月18日最近提交 1 天前SkillHot 收录 20 天前
▸ 精选理由

减少个性化出错风险,确保回退与空值安全,适合复杂分段场景。

▸ 风险提示

需处理收件人字段/数据,可能涉敏感个人信息。

这个 Skill 做什么

基于分段与导出列生成合并标签、回退和条件区块的个性化规范。

根据分段和导出字段生成合并标签规范、每个标签的兜底值和条件内容区块规则,确保个性化字段不会露空或泄露敏感 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. 邮件个性化/合并标签/条件内容块/兜底默认值

垂直行业个性化合并标签条件内容通用
2.5k
Stars
335
Forks
40
仓库内 Skill
+141
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/aaron-he-zhu/aaron-marketing-skills/main/email/engage/dynamic-content-personalizer/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/aaron-he-zhu/aaron-marketing-skills/main/email/engage/dynamic-content-personalizer/SKILL.md"
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
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有