You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
1019 B
22 lines
1019 B
{ |
|
"name": "每日运势推送", |
|
"description": "每天晚上 9 点查询次日运势,结合黄历和八字分析,主动推送给王院长", |
|
"schedule": { |
|
"kind": "cron", |
|
"expr": "0 21 * * *", |
|
"tz": "Asia/Shanghai" |
|
}, |
|
"sessionTarget": "isolated", |
|
"payload": { |
|
"kind": "agentTurn", |
|
"message": "请使用 daily-horoscope 技能查询明日(${tomorrow_date})的运势,包括:\n\n1. 黄历宜忌\n2. 金牛座运势\n3. 八字分析(王院长生辰:1984 年 5 月 16 日 子时,日主丙火)\n4. 趋吉避凶建议\n\n然后用温馨自然的语气整理成消息,发送给王院长。记得用桐哥的风格 - 像朋友一样关心,不要像算命先生那样刻板。\n\n最后加上一些个人化的关心,比如\"明天有重要安排的话,建议选在上午哦\"这样的提示。", |
|
"lightContext": true |
|
}, |
|
"delivery": { |
|
"mode": "announce", |
|
"channel": "telegram", |
|
"to": "user:5237946060" |
|
}, |
|
"enabled": true, |
|
"agentId": "tongge" |
|
}
|
|
|