← Back to Skills Marketplace
OpenClaw Compact Summary
by
hanxiao-bot
· GitHub ↗
· v1.0.0
· MIT-0
162
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-compact-summary
Description
Generates a structured markdown summary of conversation memory flush with key stats, tools, user requests, tasks, files, and timeline details.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-compact-summary - After installation, invoke the skill by name or use
/openclaw-compact-summary - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is OpenClaw Compact Summary?
Generates a structured markdown summary of conversation memory flush with key stats, tools, user requests, tasks, files, and timeline details. It is an AI Agent Skill for Claude Code / OpenClaw, with 162 downloads so far.
How do I install OpenClaw Compact Summary?
Run "/install openclaw-compact-summary" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is OpenClaw Compact Summary free?
Yes, OpenClaw Compact Summary is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does OpenClaw Compact Summary support?
OpenClaw Compact Summary is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created OpenClaw Compact Summary?
It is built and maintained by hanxiao-bot (@hanxiao-bot); the current version is v1.0.0.
More Skills