snorrio

Capture session episodes and synthesize daily, weekly, and monthly summaries.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Without persistent memory, an AI agent forgets everything after each conversation, forcing users to repeat context and lose continuity.

Core Features & Use Cases

  • Captures session episodes and stores them as concise markdown summaries.
  • Synthesizes daily, weekly, monthly, and yearly narratives from episodes.
  • Provides a recall command that retrieves information from any time period, from a specific session to an entire year.
  • Injects recent summaries into new sessions so the agent starts with relevant context.
  • Keeps all data local and private, with no cloud dependence.

Quick Start

Ask the agent to recall yesterday’s decisions by saying, “Recall the session from 2023-09-15 about the product roadmap.”

Frequently Asked Questions about snorrio

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

FAQPage Schema
How do I give my AI agent persistent memory across sessions?

AI persistent memory works by capturing session episodes and synthesizing them into daily, weekly, and monthly summaries. A recall command retrieves specific past context, which is injected into new sessions to maintain conversation continuity.

How do I recall specific context from a previous AI agent session?

You can recall specific context from a previous AI agent session by using a recall command with a specific date. This queries synthesized daily, weekly, or monthly summaries to retrieve targeted historical information.

Does AI agent memory require cloud storage or can it stay local?

AI agent memory can stay entirely local and private without cloud dependence. A local daemon stores session episodes and configuration files in a dedicated home directory, ensuring data privacy and offline accessibility.

What do I need to set up local persistent memory for my AI agent?

Setting up local persistent memory requires installing a local daemon and creating configuration files in your home directory. It integrates with the pi framework to automatically inject context at the start of new sessions.

What are the limitations of using a local daemon for AI memory recall?

Limitations include dependency on a continuously running local daemon and configuration files stored in a specific directory. If the daemon is inactive or the framework integration fails, session context injection and recall will not function.