A specialized tool for generating concise summaries and incremental updates for multi-turn conversation logs.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install chat-conversation-summary
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install chat-conversation-summary using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Conversation Summary skill is designed to help AI agents and developers distill long-form dialogues into manageable summaries. As a powerful addition to the Openclaw Skills library, it offers unique support for incremental updates, allowing the system to merge new chat data with existing summaries without starting from scratch. This ensures that context is preserved efficiently across long-running sessions.
By automating the synthesis of chat logs, this skill enables users to quickly grasp the core themes of a discussion or retrieve specific outcomes from a previous interaction. It is built to be lightweight, relying on Python and standard HTTP requests to interface with summary engines.
To integrate this skill into your Openclaw Skills workflow, ensure you have Python 3 and the required dependencies installed:
pip install requests
The script can be executed directly via the command line:
python3 scripts/conversation_summary.py '<chat_list_json>' '<history_summary>'
The skill utilizes a structured JSON schema for both inputs and outputs to ensure data integrity:
| Component | Type | Description |
|---|---|---|
| chat_list | JSON String | Array of message objects (e.g., [{"role":"user", "content":"..."}]). |
| history_summary | String | Optional previous summary used for incremental context building. |
| status | String | Indicates success ('completed') or failure ('error'). |
| summary | String | The final generated text containing the conversation highlights. |
| error | String | Detailed error logs provided if the API request fails. |
Loading
A high-performance skill for generating structured, concise summaries of chat histories with support for incremental context updates.

A fully automated pipeline that converts trending Zhihu tech topics into high-quality, formatted WeChat Service Account articles with AI-driven research and image pairing.

A sophisticated multi-agent orchestration framework for automating complex task delegation, iterative learning, and multi-stage workflows.

A technical foundation for programmatically creating AI-generated digital human videos using the HeyGen API.

A specialized tool for generating concise summaries and incremental updates for conversation logs within AI agent workflows.

A high-performance skill designed to generate concise summaries of chat histories with support for incremental updates.








































