agentsclimarketplace

Proactive triggers

Skill OnestarQQ/Samantha/skills/proactive-triggers

🌟 AI Companion System — Memory, Skills & Self-Evolution. Built on OpenClaw.

Install
npx -y skills add OnestarQQ/Samantha --skill proactive-triggers

Assembled 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" }

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.