Openakita get-memory-stats
Get memory system statistics including total count and breakdown by type. When you need to check memory usage or understand memory distribution.
install
source · Clone the upstream repo
git clone https://github.com/openakita/openakita
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openakita/openakita "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/system/get-memory-stats" ~/.claude/skills/openakita-openakita-get-memory-stats && rm -rf "$T"
manifest:
skills/system/get-memory-stats/SKILL.mdsource content
Get Memory Stats
获取记忆系统统计信息。
Parameters
无参数。
Returns
- 总记忆数量
- 今日会话数
- 待处理会话数
- 按类型分布
- 按优先级分布
Related Skills
: 添加记忆add-memory
: 搜索记忆search-memory