TTokenySpace
返回 Skills 列表

祝福

Create personalized Chinese or multilingual greetings for holidays, birthdays, milestones, and customer care, then preview and send them through WeChat only...

#中文
0

安装到 Tokeny(自动)

下载 ZIP
安装"wechat-blessings"技能
技能信息:
- 名称: 祝福
- 标识: wechat-blessings
- 描述: Create personalized Chinese or multilingual greetings for holidays, birthdays, milestones, and customer care, then preview and send them through WeChat only...
- 版本: 1.0.0
下载地址:
https://www.tokeny.space/api/skills/wechat-blessings/download
继续

复制上方内容到 Tokeny 客户端并在会话中发送即可自动安装;也可直接 下载 ZIP并拖动到技能窗口安装。

SKILL.md

WeChat Blessings

Create the blessing in conversation, then use {baseDir}/scripts/send_blessing.py only for confirmed delivery.

Compose

  1. Determine the occasion, recipient relationship, tone, language, length, and whether commercial wording is appropriate.
  2. If key context is missing, ask only for information that materially changes the greeting.
  3. Produce three distinct candidates: warm, concise, and expressive unless the user requested one style.
  4. Avoid unverifiable personal details, health promises, pressure, spam phrasing, and identical mass-personalized claims.
  5. 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 --execute and 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

评论

加载中…