super-proactiveTransforms AI agents into proactive partners with multi-tier memory, autonomous background tasks, task queue, and persistent working context for better auton...
Install via ClawdBot CLI:
clawdbot install Heldinhow/super-proactiveThe ultimate proactive + memory system for AI agents. Combines the best of 11 top-rated skills into one unified architecture.
Most AI agents just wait for prompts. This skill transforms your agent into a proactive partner that:
workspace/
+-- MEMORY.md # Long-term memory (curated learnings)
+-- SESSION-STATE.md # Working buffer (HOT - survives flush)
+-- memory/
| +-- YYYY-MM-DD.md # Daily logs (episodic)
+-- QUEUE.md # Task queue (Ready/In Progress/Done)
+-- skills/ # Procedural memory
The agent writes critical details to SESSION-STATE.md BEFORE responding. Every decision, correction, and important detail is logged immediately.
# Example: Log a decision
echo "$(date) - Decision: Using model for generation" >> SESSION-STATE.md
Run background tasks without prompting:
SESSION-STATE.md survives context flush. Always read/write this file for:
QUEUE.md with states:
Create these files in your workspace:
mkdir -p memory/$(date +%Y-%m-%d)
touch SESSION-STATE.md QUEUE.md
## Every Heartbeat (~30 min)
- [ ] Check QUEUE.md for Ready tasks
- [ ] Process queue if In Progress empty
- [ ] Verify services
## Every 4 Hours
- [ ] Research topic
- [ ] Update memory
## Daily (18:00 UTC)
- [ ] Summary, cleanup
ALWAYS search memory before answering.
# Read current queue
cat QUEUE.md
## Ready
- Research topic
echo "$(date) - Decision: Updated configuration" >> SESSION-STATE.md
| Skill | Rating | Best For |
|-------|--------|----------|
| elite-longterm-memory | 3.617 | Memory architecture |
| proactive-agent | 3.520 | WAL + Autonomous Crons |
| memory-setup | 3.536 | Configuration |
| memory-hygiene | 3.530 | Cleanup |
| agent-autonomy-kit | 3.483 | Task queue |
| agent-memory | 3.490 | Agent memory |
| neural-memory | 3.481 | Neural patterns |
| cognitive-memory | - | Human-like memory |
| proactive-solvr | 3.437 | Problem solving |
| proactive-tasks | 3.379 | Goals to Tasks |
| memory-manager | - | Management |
Super Proactive - Merged skill by Clawdinho
Based on 11 top-rated OpenClaw skills
v1.0.0 - Initial merged release
Generated Mar 1, 2026
An AI agent proactively monitors support tickets and customer interactions, logging decisions in SESSION-STATE.md to maintain context. It autonomously checks the task queue every 30 minutes to prioritize urgent issues and updates long-term memory with recurring problems for faster resolution.
The agent autonomously schedules background research tasks every 4 hours, logging insights into episodic memory files. It uses the three-tier memory system to curate findings in MEMORY.md, helping researchers track progress and anticipate new literature needs without manual prompting.
In software development teams, the agent proactively monitors project queues in QUEUE.md, assigning tasks and logging decisions to survive context flushes. It runs daily summaries at 18:00 UTC to clean up completed tasks and update procedural memory for recurring workflows.
The agent uses autonomous crons to check patient data queues every 30 minutes, logging critical health metrics in SESSION-STATE.md for immediate access. It anticipates needs by updating long-term memory with patient histories, enabling proactive alerts for caregivers.
For marketing teams, the agent autonomously researches topics and updates insights every 4 hours, storing results in memory files. It manages a task queue for content deadlines, using the WAL protocol to log editorial decisions and maintain consistency across projects.
Offer the skill as a cloud-based service with tiered pricing for different memory storage and proactive task limits. Revenue comes from monthly subscriptions, targeting businesses needing automated agent enhancements without infrastructure setup.
Sell customized licenses to large organizations for on-premises deployment, including premium support and integration services. Revenue is generated through one-time fees and annual maintenance contracts, focusing on industries with high data security needs.
Provide a free version with basic proactive features and memory limits, monetizing through upgrades for advanced crons, larger queues, and priority support. Revenue streams include in-app purchases and ad-free experiences for power users.
💬 Integration Tip
Start by setting up the file structure and HEARTBEAT.md first, then gradually enable autonomous crons to avoid overwhelming the agent with background tasks.
Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Clau...
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
Search and analyze your own session logs (older/parent conversations) using jq.
Typed knowledge graph for structured agent memory and composable skills. Use when creating/querying entities (Person, Project, Task, Event, Document), linking related objects, enforcing constraints, planning multi-step actions as graph transformations, or when skills need to share state. Trigger on "remember", "what do I know about", "link X to Y", "show dependencies", entity CRUD, or cross-skill data access.
Ultimate AI agent memory system for Cursor, Claude, ChatGPT & Copilot. WAL protocol + vector search + git-notes + cloud backup. Never lose context again. Vibe-coding ready.
Headless browser automation CLI optimized for AI agents with accessibility tree snapshots and ref-based element selection