A production-grade integration that provides AI agents with persistent long-term memory capabilities via the EverMemOS system.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install evermemos
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install evermemos using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The EverMemOS skill is a sophisticated memory integration designed to give AI agents a persistent brain. By leveraging Openclaw Skills, this integration allows agents to store and recall information across different sessions, moving beyond the limitations of standard context windows. It acts as a specialized database for memories, categorizing information into episodic events, user profiles, and future plans.
This skill is essential for developers looking to create personalized AI assistants that grow with the user. It supports multiple retrieval methods, including keyword, semantic vector, and hybrid searches, ensuring that the agent can always find the most relevant context to inform its current task.
To utilize this skill, you must have an active EverMemOS server instance.
# Clone the repository and start via Docker
cd EverMemOS
docker-compose up -d
# Verify the service is running
curl http://localhost:1995/health
EVERMEMOS_URL: The API address of your server (Default: http://localhost:1995).EVERMEMOS_API_KEY: Your authentication key if applicable.curl -X POST ${EVERMEMOS_URL}/api/v1/memories \
-H "Content-Type: application/json" \
-d '{"content": "User prefers Python for data science", "sender": "user", "user_id": "user_01"}'
The skill organizes memory into a structured taxonomy for optimized retrieval:
| Memory Type | Purpose | Example |
|---|---|---|
| EPISODIC_MEMORY | Conversation events | "User learned AI deployment today" |
| PROFILE | User personas | "User prefers minimalist UI designs" |
| FORESIGHT | Future planning | "User intends to learn LangChain next month" |
| EVENT_LOG | Atomic facts | "User deployed MongoDB successfully" |
Each record includes a message_id, content, sender, timestamp, and scene metadata.
Loading
An AI-driven CLI tool for diagnosing, optimizing, and managing Google Ads campaigns with automated triage and guardrail protection.

An AI-powered assistant for deep token research, secure wallet management, and real-time DeFi operations across multiple chains.

A comprehensive tool for AI agents to automate Jira Cloud workflows, from issue tracking to sprint management.

A high-precision utility for converting images containing text, mathematical formulas, and diagrams into structured code formats.

A comprehensive multi-channel crawler and visualization engine for monitoring and archiving Weibo trending topics.

A comprehensive RSS collection and management system designed for incremental fetching, automated tagging, and professional HTML reporting.








































