MemOS
Give AI agents persistent long-term memory that grows
All Skills in This Repository (6)
Pure Emerald Level Indicatorsmemos-memory-guide
Search and write MemOS Local memories to recall past conversations and discover skills.
browserwing-executor
Automate browser interactions via HTTP API for navigation, element manipulation, and data extraction.
browserwing-admin
Manage BrowserWing browser automation via RESTful API operations.
ask-user-question
Display graphical questions with single or multi-select options and custom text input.
dev-browser
Automate browser interactions and workflows using Playwright.
safe-file-deletion
Require explicit user confirmation before executing file deletion commands.
Frequently Asked Questions
FAQPage SchemaHow to install MemOS?โผ
Run `npx skills add MemTensor/MemOS --all -g -y` in your terminal to install all skills in this suite globally.
What does MemOS do for AI agents?โผ
MemOS gives agents persistent long-term memory, so they can recall past conversations, user preferences, and task history across sessions instead of starting fresh every time.
Can I self-host MemOS on my own servers?โผ
Yes. You can run it with Docker Compose, which starts the MemOS API together with Neo4j and Qdrant, keeping all data on your own infrastructure.
Does MemOS work with OpenClaw and other agent frameworks?โผ
Yes. MemOS provides official local and cloud plugins for OpenClaw, Hermes, and DeepSeek Harness, plus a standard API any agent framework can call.
Can MemOS run fully offline without cloud accounts?โผ
Yes. The local plugin stores everything in an on-device SQLite database with a local embedding model, requiring no API keys or registration.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core