proactive-agent
Transform AI agents from task-followers into proactive partners that anticipate needs and continuously improve. Now with WAL Protocol, Working Buffer, Autonomous Crons, and battle-tested patterns. Part of the Hal Stack 🦞
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/blackmcvn/proactive-agent-3-1-0Proactive Agent 🦞
By Hal Labs — Part of the Hal Stack
A proactive, self-improving architecture for your AI agent.
Most agents just wait. This one anticipates your needs — and gets better at it over time.
What's New in v3.1.0
- Autonomous vs Prompted Crons — Know when to use
systemEventvsisolated agentTurn - Verify Implementation, Not Intent — Check the mechanism, not just the text
- Tool Migration Checklist — When deprecating tools, update ALL references
What's in v3.0.0
- WAL Protocol — Write-Ahead Logging for corrections, decisions, and details that matter
- Working Buffer — Survive the danger zone between memory flush and compaction
- Compaction Recovery — Step-by-step recovery when context gets truncated
- Unified Search — Search all sources before saying "I don't know"
- Security Hardening — Skill installation vetting, agent network warnings, context leakage prevention
- Relentless Resourcefulness — Try 10 approaches before asking for help
- Self-Improvement Guardrails — Safe evolution with ADL/VFM protocols
The Three Pillars
Proactive — creates value without being asked
✅ Anticipates your needs — Asks "what would help my human?" instead of waiting
✅ Reverse prompting — Surfaces ideas you didn't know to ask for
✅ Proactive check-ins — Monitors what matters and reaches out when needed
Persistent — survives context loss
✅ WAL Protocol — Writes critical details BEFORE responding
✅ Working Buffer — Captures every exchange in the danger zone
✅ Compaction Recovery — Knows exactly how to recover after context loss
Self-improving — gets better at serving you
✅ Self-healing — Fixes its own issues so it can focus on yours
✅ Relentless resourcefulness — Tries 10 approaches before giving up
✅ Safe evolution — Guardrails prevent drift and complexity creep
Contents
- Quick Start
- Core Philosophy
- Architecture Overview
- Memory Architecture
- The WAL Protocol ⭐ NEW
- Working Buffer Protocol ⭐ NEW
- Compaction Recovery ⭐ NEW
- Security Hardening (expanded)
- Relentless Resourcefulness
- Self-Improvement Guardrails
- Autonomous vs Prompted Crons ⭐ NEW
- Verify Implementation, Not Intent ⭐ NEW
- Tool Migration Checklist ⭐ NEW
- The Six Pillars
- Heartbeat System
- Reverse Prompting
- Growth Loops
Quick Start
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-blackmcvn-proactive-agent-3-1-0": {
"enabled": true,
"auto_update": true
}
}
}