ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

agent-memory-templates

Production-tested memory templates for AI agents. Includes SOUL.md personality templates, memory checkpoint patterns, observational memory configs, and 100 power prompts. From the creators of ClawVault.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/g9pedro/agent-memory-templates
Or

Agent Memory Templates

Production-tested templates for building AI agents with memory.

What's Included

Free Templates

  • Memory checkpoint template
  • Session handoff template
  • Context death recovery pattern
  • Daily note generator
  • Decision logger format

Premium Content

For the complete set of 100 prompts, 12 personality templates, and the full memory architecture playbook:

Quick Start

# Use the memory checkpoint pattern
clawvault checkpoint --working-on "your task" --focus "key details"

# Use the session handoff
clawvault sleep "what you accomplished" --next "what's next"

# Recovery on wake
clawvault wake

Built by Versatly

https://store.versatlygroup.com | https://clawvault.dev

Metadata

Author@g9pedro
Stars2387
Views1
Updated2026-03-09
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-g9pedro-agent-memory-templates": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.