consent-registry
仓库创建 2025年12月18日最近提交 1 天前SkillHot 收录 20 天前
▸ 精选理由
便于邮件合规与退订核查,适合市场与合规团队使用。
▸ 风险提示
会存储个人联系信息与同意时间,需合规处理并注意数据删除。
这个 Skill 做什么
为每个订阅者维护持久的同意与退订记录(邮件合规)。
把每个订阅者的同意、退订和投诉做成可追溯的台账,记录证据并立即应用删除或抑制措施,确保合规性可查。适合在登记 opt-in、处理 unsubscribe webhook、记录投诉或查询合法依据时使用。数据以追加流形式保存、支持伪匿名 id,并保证撤回立刻生效,不会被延迟处理。
▸ 展开 SKILL.md 英文原文
Use when the user asks to "log this subscriber's opt-in", record unsubscribes/complaints, or query lawful basis; curates pseudonymous consent facts through the append-only consent stream and applies suppression/erasure tombstones immediately. Not for SEND scoring — use email-quality-auditor; not for building segments — use list-segment-builder. 订阅同意台账/实时退订抑制/合法性依据登记
2.5k
Stars
335
Forks
40
仓库内 Skill
+141
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/aaron-he-zhu/aaron-marketing-skills/main/protocol/consent-registry/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/aaron-he-zhu/aaron-marketing-skills/main/protocol/consent-registry/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Consent Registry The canonical consent and live-suppression authority. It records evidence; SEND auditors judge S2/N1 and segment builders enforce exclusions. A withdrawal must never wait as a pending proposal. ## Quick Start ```text Record opt-in for subject sha256-7d9f with basis/proof references and timestamp. Immediately suppress sha256-7d9f from unsubscribe webhook evt-882. Is sha256-7d9f suppressed right now? ``` ## Skill Contract **Unit:** one pseudonymous subject ID supplied by the user's system. **Reads:** `memory/events/consent.ndjson` by replay, its projection, and minimum proof references. **Writes:** consent events only through `registry-events.py`; human records are proj
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有