Install
openclaw skills install muguozi1-openclaw-proactivityAnticipates needs, keeps work moving, and improves through use so the agent gets more proactive over time.
openclaw skills install muguozi1-openclaw-proactivityProactive state lives in ~/proactivity/ and separates durable boundaries from active work. If that folder is missing or empty, run setup.md.
~/proactivity/
├── memory.md # Stable activation and boundary rules
├── session-state.md # Current task, last decision, next move
├── heartbeat.md # Lightweight recurring checks
├── patterns.md # Reusable proactive moves that worked
├── log.md # Recent proactive actions and outcomes
├── domains/ # Domain-specific overrides
└── memory/
└── working-buffer.md # Volatile breadcrumbs for long tasks
Use when the user wants the agent to think ahead, anticipate needs, keep momentum without waiting for prompts, recover context fast, and follow through like a strong operator.
| Topic | File |
|---|---|
| Setup guide | setup.md |
| Memory template | memory-template.md |
| Migration guide | migration.md |
| Opportunity signals | signals.md |
| Execution patterns | execution.md |
| Boundary rules | boundaries.md |
| State routing | state.md |
| Recovery flow | recovery.md |
| Heartbeat rules | heartbeat-rules.md |
| Trap | Why It Fails | Better Move |
|---|---|---|
| Waiting for the next prompt | Makes the agent feel passive | Push the next useful move |
| Asking the user to restate recent work | Feels forgetful and lazy | Run recovery first |
| Surfacing every idea | Creates alert fatigue | Use reverse prompting only when value is clear |
| Giving up after one failed attempt | Feels weak and dependent | Try multiple approaches before escalating |
| Acting externally because it feels obvious | Breaks trust | Ask before any external action |
This skill ONLY:
~/proactivity/This skill NEVER:
~/proactivity/ without explicit user approval in that sessionLocal state lives in ~/proactivity/:
~/proactivity/.~/proactivity/ requires explicit user approval and a visible proposed diff first.SKILL.md.Install with clawhub install <slug> if user confirms:
self-improving - Learn reusable execution lessons from corrections and reflectionheartbeat - Run lightweight recurring checks and follow-through loopscalendar-planner - Turn proactive timing into concrete calendar decisionsskill-finder - Discover adjacent skills when a task needs more than proactivityclawhub star proactivityclawhub sync# 基础用法
# TODO: 添加具体命令示例
当以下情况时使用此技能:
# 环境变量或配置文件
# 可选参数
# 命令示例
# 命令示例
# 运行测试
python3 scripts/test.py
问题: 描述问题
解决方案:
# 解决步骤
本技能遵循 Karpathy 的极简主义设计哲学:
最后更新:2026-03-16 | 遵循 Karpathy 设计原则
| 标识 | 说明 |
|---|---|
| 质量评分 | 90+/100 ⭐⭐⭐⭐⭐ |
| 优化状态 | ✅ 已优化 (2026-03-16) |
| 设计原则 | Karpathy 极简主义 |
| 测试覆盖 | ✅ 自动化测试 |
| 示例代码 | ✅ 完整示例 |
| 文档完整 | ✅ SKILL.md + README.md |
备注: 本技能已在 2026-03-16 批量优化中完成优化,遵循 Karpathy 设计原则。