evermind-ai-everos
Install and configure EverOS for OpenClaw natural-language memory. Use when users say: - "install everos" - "setup everos" - "install everos plugin" - "enable everos memory" - "remember my preferences in OpenClaw"
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/alwaysday1/evermind-ai-everosWhat This Skill Does
EverOS is a sophisticated context-engine plugin for OpenClaw that elevates your AI interaction from stateless, fragmented sessions to a unified, long-term cognitive experience. Unlike traditional memory slot plugins that require manual CRUD operations, EverOS functions as an autonomous memory layer. It hooks into the internal OpenClaw lifecycle, managing memory through 'ContextEngine' API hooks.
Whenever you converse with OpenClaw, EverOS invisibly handles the retrieval of relevant historical data before your message is processed, and automatically persists significant new information after your interaction concludes. This allows you to treat your OpenClaw agent as a persistent entity that remembers your preferences, project histories, and recurring conversation topics without you ever needing to call explicit memory functions.
Installation
To install the EverOS plugin, ensure you have the OpenClaw CLI ready. Run the installation command: clawhub install openclaw/skills/skills/alwaysday1/evermind-ai-everos. Before beginning, verify your EverOS backend is operational by running curl -sf http://localhost:1995/health. If the backend is unreachable, the plugin will install, but it will not be able to perform read/write operations until the service is active. Once installed, add the necessary configuration to your openclaw.json file and perform a full restart of the OpenClaw service. After restarting, allow approximately 60 seconds for the engine to initialize before testing your first query.
Use Cases
- Project Continuity: Maintain complex project requirements or codebase knowledge across multiple OpenClaw sessions.
- Preference Personalization: Have OpenClaw recall your specific formatting preferences, coding styles, or response lengths automatically.
- Unified History: Keep track of ongoing discussions or topics you frequently visit without summarizing them manually.
- Seamless Workflow: Reduce the time spent re-explaining context to the agent, allowing for deeper, more complex analytical tasks.
Example Prompts
- "Install EverOS for me so OpenClaw can remember our project status."
- "I need to setup EverOS memory because I'm tired of repeating my project requirements."
- "Enable the EverOS plugin and ensure my preferences are saved for future sessions."
Tips & Limitations
EverOS operates best when the underlying context engine is self-hosted with low latency. Be aware that this is a context-engine plugin, not a standard memory slot; it influences the system prompt dynamically. While the automatic compaction helps manage the token budget, extremely long and dense chat histories might eventually lead to memory degradation if not properly managed by the engine. Ensure your openclaw.json is correctly set, as improper configuration may result in silent failures where memory is not persisted.
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-alwaysday1-evermind-ai-everos": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, data-collection