Life Memory Logger for Openclaw

An AI-powered personal memory assistant that captures and organizes interpersonal details, commitments, and significant life events into a searchable knowledge base.

cp3d1455926-svg
v1.0.0
Mar 30, 2026
0
693
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install life-memory-logger

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install life-memory-logger using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Life Memory Logger?

Life Memory Logger is a sophisticated personal CRM designed for AI agents to help users manage the complexities of social and professional relationships. By utilizing Openclaw Skills, the system intelligently extracts nuanced data from conversations—such as birthdays, food preferences, professional goals, and specific promises—and archives them in a structured format. This ensures that important details are never forgotten and that every interaction is informed by relevant historical context.

The skill acts as a digital brain, bridging the gap between casual mentions and actionable intelligence. Whether you are tracking a client's project history or remembering a friend's dietary restrictions, Life Memory Logger provides a reliable framework for maintaining stronger, more thoughtful connections through automated reminders and organized data retrieval.

Life Memory Logger Use Cases

  • Professional networking by tracking client preferences, project statuses, and meeting action items.
  • Personal relationship management for remembering birthdays, anniversaries, and gift ideas.
  • Managing dietary restrictions and allergies for friends and family during event planning.
  • Tracking promises and follow-up commitments made during informal conversations.
  • Building a searchable history of life milestones and travel plans for long-term reference.

How Life Memory Logger Works

  1. The AI agent analyzes user input to identify key entities, dates, and preferences mentioned in dialogue.
  2. Data is categorized and stored in person-specific JSON files located within the memory directory.
  3. A master index is updated to allow for high-speed retrieval of relationship context during future queries.
  4. Automated cron jobs trigger daily, weekly, and monthly reviews to scan for upcoming events or overdue tasks.
  5. Proactive notifications are generated to alert the user about impending milestones or required follow-ups.

Life Memory Logger Setup

To deploy this skill within your environment, follow these configuration steps:

# Create the required storage hierarchy
mkdir -p /memory/life-memories/people

# Initialize the tracking files
touch /memory/life-memories/upcoming-events.json
touch /memory/life-memories/follow-ups.json
touch /memory/life-memories/master-index.json

# Make the utility scripts executable
chmod +x scripts/extract_memory.py scripts/search_memory.py scripts/generate_reminder.py

Ensure your agent has the necessary filesystem permissions to read and write to the /memory path for persistent storage of Openclaw Skills data.

Life Memory Logger Data Schema & Taxonomy

The skill organizes data using a flat-file JSON structure for maximum portability and human readability:

Data Component Format Purpose
Individual Profiles /people/[name].json Stores facts, conversation summaries, and specific action items per person.
Event Ledger upcoming-events.json A consolidated list of birthdays, deadlines, and milestones.
Follow-up Registry follow-ups.json Tracks pending promises and recommendations with associated due dates.
Master Index master-index.json Provides a quick-lookup map of names to their respective memory files.

Life Memory Logger Advanced Features

  • Intelligent entity extraction to identify sentiment and emotional context from conversation logs.
  • Multi-tiered privacy rules that flag sensitive health or financial information for explicit confirmation.
  • Automated maintenance schedules for daily memory processing and monthly data consolidation.
  • Context-aware proactive reminders that provide relevant background info before scheduled meetings.
  • Native support for "Forget" commands to ensure GDPR-compliant data deletion and privacy management.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*