memory-cli-ops
9
总安装量
9
周安装量
#32543
全站排名
安装命令
npx skills add https://github.com/d-o-hub/rust-self-learning-memory --skill memory-cli-ops
Agent 安装分布
opencode
9
gemini-cli
9
claude-code
9
github-copilot
9
codex
9
kimi-cli
9
Skill 文档
Memory CLI Operations
Execute and troubleshoot the memory-cli for the self-learning memory system.
Quick Reference
- Commands – Full command reference
- Troubleshooting – Debugging guide
- Examples – Common workflows
When to Use
- Running CLI commands for episode/pattern management
- Debugging CLI command failures
- Understanding command syntax and options
- Guiding users through CLI workflows
CLI Overview
Location: ./target/release/memory-cli
Output Formats: human (default), json, yaml
Global Options
memory-cli [OPTIONS] <COMMAND>
Options:
-c, --config <FILE> Configuration file path
-f, --format <FORMAT> Output format (human|json|yaml)
-v, --verbose Enable verbose output
--dry-run Show what would be done
Commands Overview
| Command | Alias | Purpose |
|---|---|---|
| episode | ep | Episode management |
| pattern | pat | Pattern analysis |
| storage | st | Storage operations |
| config | cfg | Configuration |
| health | hp | Health monitoring |
| backup | bak | Backup/restore |
| monitor | mon | Metrics |
See commands.md for detailed command documentation and examples.md for common workflows.