qavr-status

Display QAVR memory system status and configuration in a diagnostic report.

Updated Jan 26, 2026
One-click install
npx skills add https://github.com/kimasplund/clawdbot-skills-pack --skill qavr-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qavr-status
Source: https://github.com/kimasplund/clawdbot-skills-pack/tree/main/memory-learning/qavr-status
Command: npx skills add https://github.com/kimasplund/clawdbot-skills-pack --skill qavr-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a quick diagnostic view of the QAVR learned memory system, consolidating mode, interaction counts, top memories by Q-value, and the current configuration into a single, readable snapshot.

Core Features & Use Cases

  • System overview: displays memories tracked, contexts, warm/cold state, and overall counts.
  • Per-context details: shows interactions, mode, and progress toward warming for each context.
  • Top memories: lists the highest-Q memories per warm context with IDs and visit counts.

Quick Start

Run the qavr-status command to display the current QAVR memory system status. Optionally specify a context to inspect a single context (e.g., /qavr-status debugging). Review the output for warm contexts, top memories, and configuration settings.

Frequently Asked Questions about qavr-status

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

FAQPage Schema
How do I check the status of a learned memory system for debugging?

You can check learned memory system status by running a diagnostic command that outputs a concise report consolidating mode, interaction counts, top memories by Q-value, and configuration settings into a single readable snapshot.

How do I monitor memory interactions and warm state progress per context?

You can monitor memory interactions and warm state progress per context by running a diagnostic status command. The output displays per-context details, showing interaction counts, current mode, and progress toward warming for each tracked context.

Can I view diagnostic data for just one specific context?

Yes, you can view diagnostic data for a single context by specifying the context name when running the diagnostic command. This narrows the output to show only the interactions, mode, and top memories for that targeted context.

What does a Q-value memory diagnostic report include?

A Q-value memory diagnostic report includes total memories tracked, warm and cold states, per-context interaction counts, and a list of the highest-Q memories with their IDs and visit counts for each warm context.

Do I need access to local data stores to run memory diagnostics?

Yes, you need access to local QAVR data stores and configuration files to run memory diagnostics. The diagnostic tool reads these local stores to consolidate system status, interaction counts, and configuration into a readable snapshot.

What is the best way to display top memories across multiple contexts?

The best way to display top memories across multiple contexts is to run a diagnostic status command, which lists the highest-Q memories per warm context alongside their memory IDs and visit counts in a single consolidated overview.