memory

Index daily chat logs and enable semantic search across past conversations.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires yaml, lightrag-hku, and includes scripts (resource) components.

What problem does it solve?

Long-term memory across conversations with persistent indexing and semantic search to recall past discussions. Use when the user asks about something from past conversations, wants to recall what was discussed days/weeks ago, or says things like "we talked about...", "remember when...", "what did I say about...". The query should be a natural language question about past conversations. Special commands: "index" to manually trigger indexing of new chat logs, "status" to show indexing status.

Core Features & Use Cases

  • Per-user memory across sessions with persistent indexing
  • Semantic search over all past conversations for quick recall
  • Manual and automatic indexing of daily logs for up-to-date memory
  • Contextual recall across multiple sessions and threads

Quick Start

Use the memory skill to search past conversations or manually trigger indexing and status checks.

Frequently Asked Questions about memory

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

FAQPage Schema
How do I enable long-term memory for semantic search across past chat logs?

To enable long-term memory for semantic search across past chat logs, you need a configured embedding provider, embedding model, embedding host, and an optional rag backend. Indexing daily logs allows persistent recall of prior discussions across sessions.

What is the best way to recall what was discussed in previous conversations?

The best way to recall previous conversations is using semantic search over indexed daily chat logs. Query with natural language questions like "what did I say about" to retrieve context from past sessions without manual scrolling.

Does this RAG memory skill require a specific embedding provider to work?

Yes, this RAG memory skill requires a configured embedding provider, embedding model, and embedding host to perform semantic search. An optional rag backend provides retrieval with proper context and latency controls.

Can I manually trigger indexing of new chat logs instead of waiting for automatic updates?

Yes, you can manually trigger indexing of new chat logs by using the "index" command. The "status" command shows current indexing status to verify that memory is up-to-date across sessions.

When should I not use semantic search for conversation recall?

Semantic search for conversation recall is not suited for queries outside past chat history or when lacking a configured embedding provider. It only retrieves indexed daily logs and cannot access unindexed or external data sources.