Files
Hermes-Skills/lottery-hk/cron-prompts/README.md
T
mike 1164834ccb lottery-hk: v1.2.4 — SKILL.md 显式 include v_xg-qi-pitfall.md + 4 框架
变更:
- description 加 '4 框架在 references/analysis-example-073/074/075.md, 不是脚本, agent 用 example 推演'
- description 加 '必读: references/v_xg-qi-pitfall.md (Qi 字段语义陷阱实战)'

新增 cron-prompts/ 目录 (cron config 不在 git, 存档):
- README.md (cron jobs 说明 + schedule + 修改流程)
- lottery-hot-data.md (5bec1f60f77f prompt)
- lottery-draw-result.md (668dcf3ec54d prompt)

下次 cron 跑前 082 期开彩(7/30 周四 21:30 北京),
agent 加载 lottery-hk skill v1.2.4 会看到:
- 时区硬规则
- 挂牌日 = 开彩日
- v_xg.json 字段语义
- 4 框架在 references/analysis-example-* (不是脚本)
- v_xg-qi-pitfall.md 必读
2026-07-30 15:23:59 +08:00

24 lines
893 B
Markdown

# Lottery cron prompts 配置
**这文件记录 cron 用 lottery-hk skill 的 prompt 配置**,因为 cron config 不在 git。
## Cron jobs
| job_id | name | schedule (北京) | 推送到 | 触发条件 |
|---|---|---|---|---|
| `5bec1f60f77f` | lottery-hot-data | `30 11 * * 0,2,4` 周/二/四 11:30 | QQ | 距 082 期开彩 2 小时前推送 4 框架挂牌分析 |
| `668dcf3ec54d` | lottery-draw-result | `0 14 * * 0,2,4` 周/二/四 14:00 | QQ | 开彩后(北京 22:00)推送 7 号码 + 挂牌资料 |
**UTC 14:00 = 北京 22:00**,北京时间硬规则。
## Prompt 文件
- [`lottery-hot-data.md`](./lottery-hot-data.md) — 5bec1f60f77f prompt
- [`lottery-draw-result.md`](./lottery-draw-result.md) — 668dcf3ec54d prompt
## 修改流程
1. 改对应 .md 文件
2. 手动执行 `hermes cronjob update <job_id> --prompt "$(cat .md)"`
3. 改完在 Hermes-Skills git commit + push