memory

Search, save, retrieve, list, and forget memories via a Python script.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/patanet7/corvus --skill memory-patanet7
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory
Source: https://github.com/patanet7/corvus/tree/main/config/skills/tools/memory
Command: npx skills add https://github.com/patanet7/corvus --skill memory-patanet7

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill allows agents to persist and retrieve contextual information across conversations, preventing repetitive questions and maintaining continuity.

Core Features & Use Cases

  • Search Memories: Recall past information, decisions, and user preferences.
  • Save Memories: Store important outcomes, user preferences, and key decisions for future reference.
  • Use Case: At the start of a new conversation, use memory search to quickly retrieve the user's last stated preference or a critical decision made in a previous session.

Quick Start

Use the memory skill to search for memories related to the user's last request.

Frequently Asked Questions about memory

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

FAQPage Schema
How do I persist agent context across different sessions?

To persist agent context across sessions, you use a memory skill to save and retrieve information. This enables agents to recall past decisions and user preferences without asking repetitive questions.

What is the best way to retrieve previous user preferences in an agent conversation?

The best way to retrieve previous user preferences is to perform a memory search at the start of a new conversation. You can query past records by text, domain, or record ID to quickly restore context.

Can I filter saved memories by domain and visibility?

Yes, you can filter saved memories by domain and visibility. When saving or searching for records, the tool provides specific options to set importance levels and visibility for contextual queries.

How do I delete or forget specific agent memories?

You can delete or forget specific agent memories by executing the forget action via the Python script. This allows you to remove outdated records and manage the persistence scope of your agent context.

Does this memory tool require external dependencies to manage context?

No, this memory tool requires no external dependencies to manage context. It operates via a standalone Python script executing specific actions like search, save, and get for persistent records.