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...
This item's current download entry is known to bounce back to a listing or homepage instead of returning a package file.
Use the source page and any available docs to guide the install because the item currently does not return a direct package file.
I tried to install a skill package from Yavira, but the item currently does not return a direct package file. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required.
I tried to upgrade a skill package from Yavira, but the item currently does not return a direct package file. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need.
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.