Install
openclaw skills install @zhimibuhui/wechat-blessingsCreate personalized Chinese or multilingual greetings for holidays, birthdays, milestones, and customer care, then preview and send them through WeChat only...
openclaw skills install @zhimibuhui/wechat-blessingsCreate the blessing in conversation, then use {baseDir}/scripts/send_blessing.py only for confirmed delivery.
Read references/styles.md when choosing tone or personalizing a batch.
--execute and show the exact text, recipients, time, and confirmation code.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