Get the FREE Ultimate OpenClaw Setup Guide →

Matrix List

Scanned
npx machina-cli add skill ojowwalker77/Claude-Matrix/list --openclaw
Files (1)
SKILL.md
1.1 KB

Matrix List & Export

Display or export Matrix memory contents and statistics.

List (default)

Use matrix_status to retrieve information and present it to the user.

  • No arguments: Show statistics, scope breakdown, recent solutions, top performers
  • "stats": Focus on statistics only
  • "failures": Focus on recorded failures
  • "warnings": Use matrix_warn with action "list" to show warnings
  • "solutions": Show detailed solutions list

Export

When the user says "export" or "backup":

  1. Use matrix_status to get all data
  2. Format as JSON
  3. Use Write to save to the specified path (or default to matrix-export.json)

Source

git clone https://github.com/ojowwalker77/Claude-Matrix/blob/main/skills/list/SKILL.mdView on GitHub

Overview

Matrix List lets you view Matrix memory contents and statistics, including scope breakdown, recent solutions, failures, and warnings. It also supports exporting the full memory snapshot as JSON for backup or analysis.

How This Skill Works

It retrieves current data with matrix_status to build a live view, and uses matrix_warn with action 'list' to surface warnings. For backups, it formats the full dataset as JSON and saves it with Write to a file (default matrix-export.json).

When to Use It

  • Ask to list matrix solutions or retrieve recent activity
  • View current matrix statistics or scope breakdown
  • Display memory contents or matrix status
  • Check recorded failures or warnings
  • Export matrix data or backup the matrix to a JSON file

Quick Start

  1. Step 1: Use matrix_status with no arguments to fetch stats, memory contents, and recent solutions
  2. Step 2: If exporting, format the data as JSON
  3. Step 3: Use Write to save to matrix-export.json (or your chosen path) and verify the file

Best Practices

  • Use matrix_status to fetch a complete view before exporting
  • For warnings, call matrix_warn with action 'list' to ensure you capture all alerts
  • When exporting, fetch data first, format as JSON, and then save with Write
  • Verify the export path and file permissions before writing
  • Consider exporting during low-activity periods to minimize data churn

Example Use Cases

  • User asks to show matrix status and receives stats, scope, and recent solutions
  • User asks to export matrix data and saves a JSON snapshot to matrix-export.json
  • User asks to list failures to review recent error records
  • User asks to backup matrix and creates a JSON backup of memory
  • User asks to list warnings and reviews all captured warnings

Frequently Asked Questions

Add this skill to your agents
Sponsor this space

Reach thousands of developers