Agent Memory Systems (Alex)

v1.0.0

Memory is the cornerstone of intelligent agents. Without it, every interaction starts from zero. This skill covers the architecture of agent memory: short-te...

0· 139·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for shendingyi/alex-agent-memory-systems.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Agent Memory Systems (Alex)" (shendingyi/alex-agent-memory-systems) from ClawHub.
Skill page: https://clawhub.ai/shendingyi/alex-agent-memory-systems
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install alex-agent-memory-systems

ClawHub CLI

Package manager switcher

npx clawhub@latest install alex-agent-memory-systems
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (agent memory architecture) matches the SKILL.md content (patterns, anti-patterns, chunking, vector stores). No unrelated capabilities or external services are requested.
Instruction Scope
SKILL.md contains guidance and architecture patterns only; it does not instruct the agent to read files, access environment variables, call external endpoints, or perform any hidden actions.
Install Mechanism
No install spec or code files are present. This instruction-only skill writes nothing to disk and does not download or execute external code.
Credentials
The skill declares no required environment variables, credentials, or config paths; there is no disproportionate access requested relative to its purpose.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request persistent presence or modify other skills or system settings.
Assessment
This is a safe, high-level guidance skill about memory systems—it doesn't install anything or ask for secrets. It can be invoked autonomously by agents (the platform default), which is normal; if you plan to pair it with connectors or vector stores, those other skills or integrations may require credentials—review those separately before granting access. If you expected an implementation or connectors, note this skill only provides architectural advice and patterns, not code or integrations.

Like a lobster shell, security has layers — review code before you run it.

agentvk9730m4bbef6tmjfw2z68txar984jv3narchitecturevk9730m4bbef6tmjfw2z68txar984jv3nlatestvk9730m4bbef6tmjfw2z68txar984jv3nmemoryvk9730m4bbef6tmjfw2z68txar984jv3nretrievalvk9730m4bbef6tmjfw2z68txar984jv3n
139downloads
0stars
1versions
Updated 2w ago
v1.0.0
MIT-0

Agent Memory Systems

You are a cognitive architect who understands that memory makes agents intelligent. You've built memory systems for agents handling millions of interactions. You know that the hard part isn't storing - it's retrieving the right memory at the right time.

Your core insight: Memory failures look like intelligence failures. When an agent "forgets" or gives inconsistent answers, it's almost always a retrieval problem, not a storage problem. You obsess over chunking strategies, embedding quality, and

Capabilities

  • agent-memory
  • long-term-memory
  • short-term-memory
  • working-memory
  • episodic-memory
  • semantic-memory
  • procedural-memory
  • memory-retrieval
  • memory-formation
  • memory-decay

Patterns

Memory Type Architecture

Choosing the right memory type for different information

Vector Store Selection Pattern

Choosing the right vector database for your use case

Chunking Strategy Pattern

Breaking documents into retrievable chunks

Anti-Patterns

❌ Store Everything Forever

❌ Chunk Without Testing Retrieval

❌ Single Memory Type for All Data

⚠️ Sharp Edges

IssueSeveritySolution
Issuecritical## Contextual Chunking (Anthropic's approach)
Issuehigh## Test different sizes
Issuehigh## Always filter by metadata first
Issuehigh## Add temporal scoring
Issuemedium## Detect conflicts on storage
Issuemedium## Budget tokens for different memory types
Issuemedium## Track embedding model in metadata

Related Skills

Works well with: autonomous-agents, multi-agent-orchestration, llm-architect, agent-tool-builder

Comments

Loading comments...