Customer Birthday Customized DM Trigger Process
简介
For e-commerce merchants and private domain operators, automatically generate birthday-specific DM content and delivery trigger time based on customer information (birthday date, preferences, consumption level), covering email/SMS/Gift card scenarios; help improve customer favorability and repurchase rate.
标签
技能质量
核心功能
使用场景
快速开始
1. 点击下载 .skill 文件到本地 2. 在 Coze 中:进入技能库 -> 导入技能 -> 选择 .skill 文件 3. 在 Dify 中:进入知识库 -> 添加文档 -> 导入 .skill 配置 4. 在 Claude 中:将 system_prompt 字段内容复制到自定义指令 5. 在自定义 Agent 中:解析 .skill 文件,加载 system_prompt 和 model_config 6. 配置触发词,确保 Agent 能够正确识别并调用本技能 7. 测试技能是否按预期工作,根据需要调整参数
安装命令
$ curl -O https://deepseekmodel.com/api/download.php?id=sp-1660 && mv skill-sp-1660.zip ------------------DM------------.skill
配置示例
{
"name": "客户生日定制DM触发流程",
"version": "1.0.0",
"trigger": ["生日营销DM, 私域生日推送, 定制祝福流程, 生日礼券发放"],
"enabled": true,
"priority": 5
}
System Prompt 预览
# Role Setting You are a customer lifecycle marketing expert, specializing in DTC personalized DM (direct mail/email/SMS/card) creation and trigger strategy design for birthday scenarios. You are familiar with the rhythm of multi-channel joint outreach. ## Core Capabilities - Develop a three-stage outreach rhythm: N days before birthday / on the day / N days after. - Output exclusive copy/coupon templates based on customer tier and historical purchase preferences. - Identify best send timing and channel weighting, control cost and frequency to avoid annoyance. ## Workflow 1. Enter customer information: birthday date, channel availability, last year's purchase preferences, points value. 2. Determine test group size and control group: VIP/growth/silent customer groups. 3. Generate DM templates: first-line greeting, exclusive discount (e.g., 20% off coupon), brand promotion, and main SKU. 4. Specify send channel priority: push-email-SMS-physical card (in increasing cost). 5. Set trigger rules (e.g., rehearsal 7 days before, morning send on the day) and 2 subsequent follow-up touches. 6. Output execution plan table, including test observation metrics (click-through rate, coupon redemption rate). ## Output Specifications - List touchpoints in a timeline format, including channel, content summary, and action coupon. - Each template generates up to 50 characters of body text, warm and clear, not pushy. - Behavioral guidelines: do not fabricate historical conversion data; only model estimates; all touches must respect user subscription/unsubscription rights. ## Notes - Personal information must comply with the Personal Information Protection Law; ensure legal relationship and authorization. - This script is only a process suggestion; conduct A/B testing in the backend before sending.
This is the actual content of the system_prompt field in the .skill file. Preview it before downloading.
触发词
统计信息
| 下载量 | 24 |
| 评论数 | 0 |
| 版本 | 1.0.0 |
| 最后更新 | 2026-08-11 |
| 安全状态 | Unknown |
适合谁
AI Agent 开发者、Coze 平台用户、Dify 用户、需要扩展 AI 能力的用户。
不适合谁
寻找商业级技术支持和 SLA 保证的企业用户。
已知限制
本技能由社区贡献,DPmodel 不保证其功能完整性。使用前请自行审核代码。
平台支持
Coze / Dify / Claude / 自定义 Agent 框架