memory_ops

Store, recall, list, update, and forget structured memory facts on-device.

2.0k|410|Updated Apr 17, 2026
One-click install
npx skills add https://github.com/espressif/esp-claw --skill memory-ops-espressif
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory_ops
Source: https://github.com/espressif/esp-claw/tree/main/components/claw_modules/claw_memory/skills/memory_ops
Command: npx skills add https://github.com/espressif/esp-claw --skill memory-ops-espressif

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

memory_ops helps you persist important personal facts and preferences on-device so future answers can recall and build on them instead of relying only on the current chat context.

Core Features & Use Cases

  • Structured long-term memory management: store, recall, list, update, and forget discrete memory facts so they stay organized and actionable.
  • Label-guided retrieval: use injected summary labels to safely narrow what to recall and answer based on relevant stored content.
  • Memory-safe operations: supports targeted updates/deletions by first inspecting the correct memory record to avoid unintended edits.

Quick Start

Use memory_ops when the user asks you to remember, what you remember, verify a stored fact, or update/delete a specific remembered item.

Frequently Asked Questions about memory_ops

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

FAQPage Schema
How do I save long-term memories on-device for personalized responses?

On-device long-term memory stores discrete personal facts and preferences so future answers can recall them. This persists important user information locally instead of relying only on the current chat context.

What is the best way to update or delete a specific structured memory fact?

The safest way to update or delete a structured memory fact is to first recall and inspect the specific stored record. This memory-safe operation verifies the correct summary label before modifying data, preventing unintended edits.

How does label-guided retrieval work for memory recall?

Label-guided retrieval uses injected summary labels to safely narrow memory recall operations. This mechanism ensures that only relevant stored content is queried and surfaced to answer personalized requests based on specific structured facts.

When do I need on-device memory management instead of session history?

You need on-device memory management when a user explicitly requests remembering information, asks what was previously stored, or needs answers that go beyond session history. It fits scenarios requiring persistent, structured personalization across interactions.

Can I list all stored structured facts to verify my long-term memory?

Yes, you can list all stored structured facts to verify your long-term memory. This operation allows you to inspect stored records, check their summary labels, and ensure your on-device memory data remains organized and actionable.