← 返回 Skills 市场
jaxint

LiQun Context Manager

作者 jaxint · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
80
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install liqun-context-manager
功能描述
管理对话上下文和记忆提取。根据关键词高效检索历史记忆。
使用说明 (SKILL.md)

Context Manager Skill

功能

  • 搜索记忆文件
  • 提取相关上下文
  • 管理会话状态

使用方法

from context_manager import search_memory, get_recent

# 搜索记忆
results = search_memory('关键词')

# 获取最近记忆
recent = get_recent(5)
安全使用建议
This skill's code is small and mostly consistent with a memory-search tool, but it also searches a 'skills' directory which is not documented in SKILL.md. That could reveal files belonging to other skills (including configs or secrets) if such files exist. Before installing: (1) ask the author why 'skills' is included and request limiting SEARCH_DIRS to the dedicated memory directory; (2) inspect the contents of any local 'skills' directory you use and remove or relocate sensitive files; (3) consider modifying the code to only return safe metadata (e.g., filenames in a designated memory folder) or to return content snippets rather than full paths; (4) if you run this in an environment with other skill code or secrets, avoid installing until the SEARCH_DIRS behavior is clarified. If you want, I can produce a patched version that only searches the 'memory' directory and/or filters paths by an allowlist.
功能分析
Type: OpenClaw Skill Name: liqun-context-manager Version: 1.0.0 The context-manager skill bundle is a straightforward utility for searching and retrieving local markdown and JSON files within designated 'memory' and 'skills' directories. The code in context_manager.py performs basic file I/O and string matching without any network activity, system-level execution, or attempts to access sensitive data outside its defined scope.
能力评估
Purpose & Capability
Name/description (manage conversation context, search memories) align with the provided functions search_memory and get_recent. However, SEARCH_DIRS includes both 'memory' and 'skills' — searching 'skills' is not mentioned in the description and is disproportionate to a memory-only manager.
Instruction Scope
SKILL.md demonstrates use of search_memory and get_recent and makes no mention of scanning a 'skills' directory. The runtime code walks both 'memory' and 'skills' and returns file paths for any .md/.json containing the keyword — this expands scope to potentially read other skill files/configs not related to conversation memory.
Install Mechanism
Instruction-only style with a small included Python module; there is no installer, no downloads, and no packages declared. Low install risk.
Credentials
The skill does not request environment variables, credentials, or config paths. The code does not access environment variables or network resources.
Persistence & Privilege
always is false and no special privileges or persistent system changes are requested. The skill does not modify other skills or system configurations.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install liqun-context-manager
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /liqun-context-manager 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
liqun-context-manager v1.0.0 - 初始版本发布。 - 支持搜索记忆文件与提取相关对话上下文。 - 提供会话状态管理功能。 - 简单 API:search_memory 和 get_recent 用于检索关键词和获取最近记忆。
元数据
Slug liqun-context-manager
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

LiQun Context Manager 是什么?

管理对话上下文和记忆提取。根据关键词高效检索历史记忆。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 80 次。

如何安装 LiQun Context Manager?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install liqun-context-manager」即可一键安装,无需额外配置。

LiQun Context Manager 是免费的吗?

是的,LiQun Context Manager 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

LiQun Context Manager 支持哪些平台?

LiQun Context Manager 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 LiQun Context Manager?

由 jaxint(@jaxint)开发并维护,当前版本 v1.0.0。

💬 留言讨论