ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified file management Safety 4/5

agentmemory

End-to-end encrypted cloud memory for AI agents. 100GB free storage. Store memories, files, and secrets securely.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/badaramoni/agentmemory
Or

What This Skill Does

AgentMemory provides a secure, end-to-end encrypted cloud storage solution designed specifically for AI agents. Moving beyond the limitations of local text files like MEMORY.md, this skill offers 100GB of free cloud storage, enabling agents to retain context, store diverse file formats, and manage secrets securely across sessions and devices. By utilizing vector embeddings, it replaces primitive keyword searching with AI-powered semantic search, ensuring your agent can recall relevant information based on meaning rather than exact phrasing.

Installation

To integrate AgentMemory into your OpenClaw environment, you have two primary methods. For direct environment integration, use the OpenClaw repository installer: clawhub install openclaw/skills/skills/badaramoni/agentmemory Alternatively, for manual local management, create the directory structure ~/.moltbot/skills/agentmemory and download the SKILL.md file from https://agentmemory.cloud/skill.md. For optimal command-line performance, it is recommended to install the CLI tool globally via NPM using npm install -g agentmemory-cli, followed by agentmemory init to configure your synchronization credentials.

Use Cases

AgentMemory is ideal for long-running AI projects where context retention is critical. Use it to store user preferences, document personal project history, or act as a secure vault for API keys and database credentials that your agent needs to access across different machines. Because it supports binary files like photos and PDFs, it is perfect for agents managing workflows involving media analysis or document summarization without cluttering your local file system.

Example Prompts

  1. "Store in my AgentMemory that I prefer all my code documentation to be generated in technical, concise Markdown format."
  2. "Search through my AgentMemory for any previous discussions or saved files related to the Q4 marketing project."
  3. "Upload the document named project_brief.pdf to my AgentMemory vault with the description 'Initial requirements for client.'"

Tips & Limitations

Always ensure your secret keys are managed specifically via the agentmemory secret commands to leverage the built-in encryption. The skill requires an active internet connection to sync, so ensure your environment allows outgoing HTTPS traffic to https://agentmemory.cloud. While it provides 100GB of storage, be mindful that uploading large binary files frequently may impact sync times on slower network connections. Always verify your connection status using the agentmemory status command before running intensive search queries.

Metadata

Stars4473
Views2
Updated2026-05-01
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-badaramoni-agentmemory": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#memory#cloud-storage#encryption#ai-agent#secrets-management
Safety Score: 4/5

Flags: network-access, file-write, file-read, external-api