← 返回 Skills 市场
OpenClaw Compact Summary
作者
hanxiao-bot
· GitHub ↗
· v1.0.0
· MIT-0
162
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-compact-summary
功能描述
Generates a structured markdown summary of conversation memory flush with key stats, tools, user requests, tasks, files, and timeline details.
安全使用建议
This skill is internally consistent for producing structured memory summaries, but check the following before installing: 1) Confirm which agent tools (read_file, grep_search, exec) the agent actually has—these will determine whether the skill can access workspace files. 2) Decide whether you want workspace file paths and tool results written into MEMORY.md; summaries can accidentally capture secrets or sensitive code. If needed, add redaction/sanitization steps before writing. 3) Ensure $WORKSPACE (if used) points to a safe scope; the SKILL.md references it but the skill does not declare it as a required env var. 4) Review the 'Resume Instruction' behavior (the directive not to acknowledge the summary) to ensure it fits your expected agent behavior. No network installs, credentials, or unexpected binaries are requested.
功能分析
Type: OpenClaw Skill
Name: openclaw-compact-summary
Version: 1.0.0
The skill bundle contains only metadata and a markdown template (SKILL.md) designed to help the OpenClaw agent format its memory summaries. It lacks executable code, does not request access to sensitive data, and uses standard prompt engineering techniques to ensure concise behavior during memory compaction.
能力评估
Purpose & Capability
Name/description (compact memory summary) aligns with the instructions: the SKILL.md describes exactly how to format and what to include (message counts, tools used, todo items, key files, timeline) and does not request unrelated capabilities.
Instruction Scope
Instructions explicitly reference tools (exec, read_file, grep_search), tool results, and $WORKSPACE file paths to populate 'Key Files' and 'Timeline'. That is consistent with a memory compaction task, but the skill assumes availability of file-reading/grep tools and access to workspace files — you should confirm those tool capabilities and whether including file paths/content in MEMORY.md is acceptable for your data sensitivity policies. The 'Resume Instruction' telling the agent not to acknowledge the summary is a behavior preference that is scope-limited but worth reviewing.
Install Mechanism
No install spec and no code files—this is instruction-only, so nothing gets written to disk or downloaded by the skill itself.
Credentials
The skill declares no required environment variables or credentials, but the SKILL.md uses $WORKSPACE in example paths. There's a minor mismatch: if the agent will resolve $WORKSPACE at runtime, ensure that variable is set and its scope/contents are appropriate to expose in a memory file. Otherwise the skill's declared requirements are proportionate.
Persistence & Privilege
always is false (normal), model invocation is enabled (normal). The skill does not request persistent presence or modify other skills/config—no elevated privileges detected.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-compact-summary - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-compact-summary触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
OpenClaw Compact Summary 是什么?
Generates a structured markdown summary of conversation memory flush with key stats, tools, user requests, tasks, files, and timeline details. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 162 次。
如何安装 OpenClaw Compact Summary?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-compact-summary」即可一键安装,无需额外配置。
OpenClaw Compact Summary 是免费的吗?
是的,OpenClaw Compact Summary 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
OpenClaw Compact Summary 支持哪些平台?
OpenClaw Compact Summary 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OpenClaw Compact Summary?
由 hanxiao-bot(@hanxiao-bot)开发并维护,当前版本 v1.0.0。
推荐 Skills