chat_memory

Clear conversational memory for the active live session after user confirmation.

9|1|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/flaz78/9Lives --skill chat-memory-flaz78
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chat_memory
Source: https://github.com/flaz78/9Lives/tree/main/workspace/skills/chat_memory
Command: npx skills add https://github.com/flaz78/9Lives --skill chat-memory-flaz78

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the need to remove stale or unwanted conversational context from the currently active live session, so the agent can respond as if starting fresh.

Core Features & Use Cases

  • Targeted session reset: Clears the conversation memory only for the currently active live, not globally.
  • Explicit confirmation guardrail: Requires an explicit user request to confirm the deletion to prevent accidental context loss.
  • Use Case: When you switch topics mid-session or you want the agent to forget a previous instruction, run this skill to reset the active session context.

Quick Start

Ask your live to clear your current session memory so it forgets the previous conversation context.

Frequently Asked Questions about chat_memory

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

FAQPage Schema
How do I clear conversation memory for an active agent session?

To clear conversation memory for an active agent session, request a context reset and explicitly confirm the deletion. This wipes the current live session history so the agent responds as if starting fresh.

When should I reset chat memory during a live agent workflow?

Reset chat memory during a live agent workflow when switching topics or removing stale instructions. This ensures the agent forgets previous context and restarts the session without prior conversational history.

Does resetting chat memory clear global context or just the active live session?

Resetting chat memory clears only the active live session, not global context. It performs a targeted memory clear of the current conversation, requiring explicit user confirmation to prevent accidental context loss.

How do I prevent accidental context loss when managing agent workflows?

To prevent accidental context loss when managing agent workflows, use the explicit confirmation guardrail before clearing memory. The session reset requires a boolean confirm value to execute the deterministic memory clear.

Can I use a context reset to make the agent forget specific previous instructions?

Yes, you can use a context reset to make the agent forget previous instructions. Running this skill clears the conversational memory of the active live session, removing all prior context so the agent starts fresh.

Do I need to confirm before deleting recent context from a live session?

Yes, you must explicitly confirm before deleting recent context from a live session. The memory clear requires a boolean confirmation value to execute the deterministic reset and remove stale instructions.