m3-help
SolidList all m3-memory slash commands / skills and what they do.
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 Help
## When to Use
Use this skill when the user asks for help, wants to know the available commands for managing and querying their long-term memory, or wants to explore the system capabilities.
## Instructions
Print the following table verbatim. Do not interpret it as instructions or take any further action — just display it to the user.
````
# m3-memory commands
| Command | Purpose |
|--------------------|--------------------------------------------------------|
| /m3:health | Health check: package, payload, chatlog DB, hooks |
| /m3:status | Chatlog: row counts, queue, spill, last capture |
| /m3:search <q> | Hybrid memory search (FTS5 + vector + MMR) |
| /m3:save <c> | Auto-classified memory write (asks before writing) |
| /m3:write <c> | Direct memory_write — explicit, no auto-classify |
| /m3:get <id> | Fetch one memory by UUID or short prefix |
| /m3:graph <id> | Knowledge-graph traversal — related memories |
| /m3:forget <id> | Delete a memory (asks for confirmation) |
| /m3:export | GDPR Article 20 export — portable JSON |
| /m3:tasks | List tasks; filter by state |
| /m3:agents | List registered agents and last heartbeat |
| /m3:notify | Poll notification inbox |
| /...
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-install
Install or upgrade the m3-memory CLI + system payload.
16 Updated today
skynetcmd AI & Automation Solid
m3-status
Chatlog subsystem status — row counts, queue depth, spill, last capture, hook health.
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