memory-read

Retrieve user memories from local SQLite storage using the obk memory list command.

4|2|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/73ai/openbotkit --skill memory-read-73ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory-read
Source: https://github.com/73ai/openbotkit/tree/main/skills/memory-read
Command: npx skills add https://github.com/73ai/openbotkit --skill memory-read-73ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Remembering and retrieving personal memories can be time-consuming and error-prone. This skill lets the assistant access saved memories quickly to answer questions about the user.

Core Features & Use Cases

  • List all memories to review what's stored on the device.
  • Filter memories by category (e.g., identity, preferences, relationships).
  • Use memories to answer questions about the user and personalize interactions.
  • Always run obk memory list to check what's stored — the command returns ALL saved facts.

Quick Start

Ask to recall a memory by listing memories with the command obk memory list.

Frequently Asked Questions about memory-read

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I recall saved personal memories to personalize assistant responses?

The assistant retrieves your saved memories from local SQLite storage by running the obk memory list command, returning all stored facts to personalize responses. It queries local storage to find saved identities, preferences, and relationships.

How do I list all stored memories from local storage on my device?

You can list all stored memories by running the obk memory list command, which queries the local SQLite database and returns every saved fact about the user available on the device.

Can I filter memories by category like preferences or relationships?

Yes, you can filter memories by category such as identity, preferences, or relationships. The obk memory list command retrieves all saved facts, allowing the assistant to apply relevant context to conversations.

Does recalling memories require a specific local database setup?

Yes, recalling memories requires that facts are stored locally in a SQLite database. The skill depends on querying this local storage via the obk memory list command to present results.

What is the best way to review what personal data is stored locally for personalization?

The best way to review stored personal data is to run the obk memory list command. This queries the local SQLite database and lists all saved memories, enabling you to verify stored identities and preferences.