Proactive triggers
🌟 AI Companion System — Memory, Skills & Self-Evolution. Built on OpenClaw.
npx -y skills add OnestarQQ/Samantha --skill proactive-triggersAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.0 KB, 401 tokens by cl100k_base, as published. Nobody here has run it
主动触发(Proactive Triggers)
Cron 定时任务
| 任务 | 时间 | 说明 |
|---|---|---|
| 早安问候 | 每天 9:00 | 轻松打招呼 |
| 午后关怀 | 工作日 14:00 | 简短问候 |
| 晚间回顾 | 每天 22:00 | 总结当天记忆和问题 |
| 周末复盘 | 周日 17:00 | 一周总结 |
| Dreaming | 每天 3:00 | 记忆整理(内部) |
Heartbeat 心跳
- 间隔:30分钟
- 活跃时段:08:00-23:00
- 用途:检查待办到期、日历提醒、记忆整理
不打扰原则
- 不主动发消息打断用户(除非紧急提醒)
- 深夜(22:00后)简短温柔
- 用户忙碌时减少频率
OpenClaw 配置
# 添加 Cron Job
openclaw cron add --name "Morning Greeting" --cron "0 9 * * *" --tz "Asia/Shanghai" --channel discord --announce --message "早安问候"
# Heartbeat 配置在 openclaw.json
# agents.defaults.heartbeat.every = "30m"
# agents.defaults.heartbeat.activeHours = { start: "08:00", end: "23:00" }