memory-usage

Store, retrieve, search, and forget memories across global, agent, or path scopes.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ayo-ooo/ayo --skill memory-usage-ayo-ooo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory-usage
Source: https://github.com/ayo-ooo/ayo/tree/main/internal/builtin/skills/memory-usage
Command: npx skills add https://github.com/ayo-ooo/ayo --skill memory-usage-ayo-ooo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Understanding and using memory to persist user preferences, recall context, and manage long-term knowledge across sessions.

Core Features & Use Cases

  • Store, retrieve, and manage memories across sessions for agents and users.
  • Automatically categorize memories (preference, fact, correction, pattern) and support global, agent, and path scopes.
  • Use memories to improve continuity, personalize behavior, and enable context-aware interactions.

Quick Start

Store a user preference or fact by issuing a memory store action with the content you want remembered.

Frequently Asked Questions about memory-usage

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

FAQPage Schema
How do I persist user preferences across different agent sessions?

You can persist user preferences across different agent sessions by storing them as memories using a memory store action. The system automatically categorizes and saves this context for later retrieval.

What is agent memory management for long-term context retrieval?

Agent memory management is the process of storing, searching, and retrieving long-term knowledge and project facts across sessions. It enables context-aware interactions by automatically injecting relevant memories into prompts.

How do I store and recall project facts during agent conversations?

To store and recall project facts, issue a memory store action with the content you want remembered. The system supports structured categories like fact and pattern, and allows you to search and list these memories later.

Can I scope agent memory to specific paths or keep it global?

Yes, you can scope agent memory globally, to a specific agent, or to a specific path. This allows you to manage long-term knowledge and apply context precisely where it is needed.

What is the best way to make an agent remember corrections across sessions?

The best way to make an agent remember corrections is to use a memory management system that automatically categorizes corrections and persists them. This ensures the agent does not repeat mistakes in future interactions.

How do I forget or delete outdated context from agent memory?

You can forget or delete outdated context from agent memory using the forget action. This removes specific stored memories, ensuring your agent's long-term knowledge base remains accurate and uncluttered.