m3-status
SolidChatlog subsystem status — row counts, queue depth, spill, last capture, hook health.
AI & Automation 16 stars
3 forks Updated today Apache-2.0
Install
Quality Score: 77/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# M3 Status
## When to Use
Use this skill when you want to view the status, row counts, queue depth, spill size, and hook health of the background chatlog subsystem.
## Instructions
Step 1 — run via the Bash tool, trying these resolvers in order. Stop at the first that returns exit 0:
```bash
mcp-memory chatlog status # 1. plain CLI
python -m m3_memory.cli chatlog status # 2. module form (Windows --user case)
.venv/Scripts/python.exe -m m3_memory.cli chatlog status # 3. repo venv (Windows)
.venv/bin/python -m m3_memory.cli chatlog status # 3. repo venv (macOS/Linux)
```
Step 2 — print the table verbatim.
Step 3 — append exactly ONE line of interpretation: capture rate, hook health, or any explicit warning the table reported.
Details
- Author
- skynetcmd
- Repository
- skynetcmd/m3-memory
- Created
- 5 months ago
- Last Updated
- today
- Language
- Python
- License
- Apache-2.0
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
m3-help
List all m3-memory slash commands / skills and what they do.
16 Updated today
skynetcmd AI & Automation Solid
m3-health
Health check — package version, installed payload, chatlog DB row count, per-agent hook state.
16 Updated today
skynetcmd AI & Automation Solid
m3-guide
How to use m3 memory well — search-first protocol, write vs supersede, chatlog access and its store-topology trap, and verifying capture is live. Use when working with m3 memory tools or unsure which one fits.
16 Updated today
skynetcmd