Install
openclaw skills install liqun-context-manager管理对话上下文和记忆提取。根据关键词高效检索历史记忆。
openclaw skills install liqun-context-managerfrom context_manager import search_memory, get_recent
# 搜索记忆
results = search_memory('关键词')
# 获取最近记忆
recent = get_recent(5)