Matrix List
Scannednpx machina-cli add skill ojowwalker77/Claude-Matrix/list --openclawFiles (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_warnwith action "list" to show warnings - "solutions": Show detailed solutions list
Export
When the user says "export" or "backup":
- Use
matrix_statusto get all data - Format as JSON
- Use
Writeto save to the specified path (or default tomatrix-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
- Step 1: Use matrix_status with no arguments to fetch stats, memory contents, and recent solutions
- Step 2: If exporting, format the data as JSON
- 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