memory-recall

Retrieve relevant long-term memories from OpenViking session state.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/mikmaneggahommie/Telebirr-Clone --skill memory-recall-mikmaneggahommie
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory-recall
Source: https://github.com/mikmaneggahommie/Telebirr-Clone/tree/main/openviking_source/examples/claude-memory-plugin/skills/memory-recall
Command: npx skills add https://github.com/mikmaneggahommie/Telebirr-Clone --skill memory-recall-mikmaneggahommie

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps you retrieve and understand past decisions, fixes, and historical context from previous sessions, preventing repetitive work and ensuring continuity.

Core Features & Use Cases

  • Long-term Memory Retrieval: Access and recall relevant information from OpenViking's session memory.
  • Contextual Understanding: Provides historical context for current tasks, aiding in decision-making.
  • Use Case: If you're unsure about a configuration change made last week, use this Skill to recall the exact decision and its reasoning.

Quick Start

Use the memory-recall skill to find memories related to setting up the database.

Frequently Asked Questions about memory-recall

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

FAQPage Schema
How do I recall past decisions and context from previous OpenViking sessions?

To recall past decisions from OpenViking sessions, use this Skill to execute a Python-based memory bridge script that retrieves relevant long-term memories and historical context. It searches session state and curates actionable facts with source URIs.

What is the best way to retrieve historical context for a current software engineering task?

The best way to retrieve historical context is to query the long-term memory retrieval system. It searches previous session states to provide historical context for current tasks, preventing repetitive work and ensuring continuity.

Can I get the source URIs for memories recalled from past session history?

Yes, you can get source URIs for recalled memories. The memory retrieval process operates by executing a Python memory bridge script to perform recall searches and curate actionable facts complete with their originating source URIs.

Does memory recall work for finding specific configuration changes made in previous weeks?

Yes, memory recall works for finding specific configuration changes. If you are unsure about a configuration change made last week, you can query the session memory to recall the exact decision and its underlying reasoning.

Do I need to install external dependencies to retrieve context from OpenViking session state?

No external dependencies are required to retrieve context from OpenViking session state. The Skill operates independently using internal scripts to access long-term memories and query past historical data directly.

Why should I use long-term memory retrieval instead of manually searching session logs?

You should use long-term memory retrieval because it automatically surfaces relevant context and past decisions from OpenViking session state. Manually searching logs is repetitive, whereas this mechanism curates actionable facts with source URIs instantly.