WeChat Blessings
Create the blessing in conversation, then use {baseDir}/scripts/send_blessing.py only for confirmed delivery.
Compose
- Determine the occasion, recipient relationship, tone, language, length, and whether commercial wording is appropriate.
- If key context is missing, ask only for information that materially changes the greeting.
- Produce three distinct candidates: warm, concise, and expressive unless the user requested one style.
- Avoid unverifiable personal details, health promises, pressure, spam phrasing, and identical mass-personalized claims.
- Let the user select or edit the final wording.
Read references/styles.md when choosing tone or personalizing a batch.
Confirm and send
- A final blessing is not permission to send it.
- Run the delivery script without
--executeand show the exact text, recipients, time, and confirmation code. - Send only after explicit confirmation of that preview.
- If text, targets, or time changes, generate a new preview and code.
- Never claim delivery success without a successful gateway response.
python3 {baseDir}/scripts/send_blessing.py \
--target "Alice" --text "生日快乐,愿新的一岁平安顺遂。"
python3 {baseDir}/scripts/send_blessing.py \
--target "Alice" --target "Bob" \
--text "端午安康,愿生活常有清香与从容。" \
--send-at "2026-07-03 08:30:00"
After confirmation, append:
--execute --confirm CONFIRMATION_CODE
评论
加载中…