Show what has been captured in the current session and overall memory system status. Use to review session activity or check memory system health.
/plugin marketplace add Z-M-Huang/cc-obsidian-mem/plugin install cc-obsidian-mem@cc-obsidian-memThis skill is limited to using the following tools:
Display current session capture status and memory system information.
/mem-status
/mem-status projects
/mem-status session
Check Worker Service
curl -s http://localhost:37781/health
Get Current Session
curl -s http://localhost:37781/session/current
List Projects
Use mem_list_projects tool
Get Project Context
If a project is active, use mem_project_context
## Memory System Status
### Worker Service
- **Status**: Running
- **Uptime**: 2 hours
- **Port**: 37781
### Current Session
- **Session ID**: abc-123
- **Project**: my-project
- **Started**: 2 hours ago
- **Observations**: 15
#### Captured This Session
| Type | Count |
|------|-------|
| File Edits | 8 |
| Commands | 5 |
| Errors | 2 |
### Projects in Memory
1. project-a (last active: 1 day ago)
2. project-b (last active: 3 days ago)
3. my-project (active now)
### Quick Stats
- Total Notes: 156
- Sessions Logged: 42
- Errors Documented: 23
- Decisions Recorded: 15
If the worker isn't running:
ps aux | grep workerbun run src/worker/index.tscat ~/.cc-obsidian-mem/config.jsonIf no data is being captured:
.claude/hooks.jsonThis skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.