Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Transforms AI agents into proactive partners with multi-tier memory, autonomous background tasks, task queue, and persistent working context for better auton...
Transforms AI agents into proactive partners with multi-tier memory, autonomous background tasks, task queue, and persistent working context for better auton...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
The 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: Anticipates needs without being asked Remembers everything important Runs background tasks autonomously Gets better over time
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
Episodic (memory/YYYY-MM-DD.md) - What happened today Semantic (MEMORY.md) - What I know (long-term) Procedural (skills/) - How to do things
Run background tasks without prompting: Every 30min: Check queue, health, memory Every 4h: Research topic, update insights Daily 18h: Summary, cleanup
SESSION-STATE.md survives context flush. Always read/write this file for: Current project context Pending decisions Active tasks
QUEUE.md with states: Ready - Tasks to do In Progress - Currently working Done - Completed Blocked - Waiting
Create these files in your workspace: mkdir -p memory/$(date +%Y-%m-%d) touch SESSION-STATE.md QUEUE.md
ALWAYS search memory before answering.
# Read current queue cat QUEUE.md
echo "$(date) - Decision: Updated configuration" >> SESSION-STATE.md
Write immediately - If important, log NOW Search before answering - Never guess, search memory Use sessions - Keep SESSION-STATE.md for working context Curate MEMORY.md - Review daily logs weekly, keep insights Be proactive - Anticipate needs, dont just wait
SkillRatingBest Forelite-longterm-memory3.617Memory architectureproactive-agent3.520WAL + Autonomous Cronsmemory-setup3.536Configurationmemory-hygiene3.530Cleanupagent-autonomy-kit3.483Task queueagent-memory3.490Agent memoryneural-memory3.481Neural patternscognitive-memory-Human-like memoryproactive-solvr3.437Problem solvingproactive-tasks3.379Goals to Tasksmemory-manager-Management
Super Proactive - Merged skill by Clawdinho Based on 11 top-rated OpenClaw skills
v1.0.0 - Initial merged release
Agent frameworks, memory systems, reasoning layers, and model-native orchestration.
Largest current source with strong distribution and engagement signals.