memory

Manage long-term memory storage and retrieval for AI agents via CLI.

1|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/raybird/telenexus --skill memory-raybird
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory
Source: https://github.com/raybird/telenexus/tree/main/skills/memory
Command: npx skills add https://github.com/raybird/telenexus --skill memory-raybird

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the limitation of short-term context windows by providing a persistent, searchable storage layer for user preferences, project details, and historical decisions.

Core Features & Use Cases

  • Semantic Search: Retrieve specific project details or past decisions using natural language queries.
  • Memory Maintenance: Correct AI knowledge by deleting erroneous or outdated information from the memory bank.
  • Use Case: If you need to recall the specific API architecture discussed in a session from last week, use the search function to instantly surface those technical requirements.

Quick Start

Use the memory skill to search for the project requirements discussed in our previous meeting.

Frequently Asked Questions about memory

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

FAQPage Schema
How do I manage long-term memory storage for AI agents?

To manage long-term memory storage for AI agents, use a CLI-based interface to execute memory operations against a local data store, enabling persistent context retrieval and selective deletion of conversation history.

How does semantic search work for retrieving past AI conversation history?

Semantic search for retrieving past AI conversation history works by querying the local memory data store using natural language, allowing you to instantly surface specific project details or historical decisions.

Do I need Node.js to run memory management operations for AI context?

Yes, you need a Node.js runtime environment to execute memory management operations for AI context, as the CLI-based interface relies on it to interact with the local data store.

Can I delete outdated information from an AI agent's memory bank?

Yes, you can delete outdated information from an AI agent's memory bank using the selective deletion feature, which corrects AI knowledge by removing erroneous conversation history from local storage.

What is the best way to maintain context accuracy for AI agents over time?

The best way to maintain context accuracy for AI agents over time is through statistical monitoring and selective deletion of conversation history, ensuring the persistent memory storage layer remains accurate and relevant.