conversation-summary
Generate summaries for conversation content with incremental update support.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/dadaliu0121/conversation-summary-apiWhat This Skill Does
The Conversation Summary skill for OpenClaw is designed to parse long-form conversation logs and distill them into concise, meaningful summaries. By leveraging the dedicated OpenClaw API endpoint, this skill facilitates efficient information retrieval, ensuring that users can maintain context across extensive chat sessions without needing to manually scroll through message history. The skill supports incremental updates, allowing it to ingest previous summaries alongside new conversation turns to create an evolving record of the interaction.
Installation
You can integrate this capability into your OpenClaw environment by executing the following command in your terminal:
clawhub install openclaw/skills/skills/dadaliu0121/conversation-summary-api
This command retrieves the necessary binaries and configuration files from the openclaw/skills repository, enabling the conversation-summary command immediately after setup.
Use Cases
- Meeting Recaps: Quickly generate a summary of a long brainstorm session to extract action items.
- Knowledge Retrieval: Use the summary to get a quick 'TL;DR' on complex topics discussed during a deep-dive session.
- Context Restoration: Perfect for returning to an AI agent after an extended period of inactivity to catch up on previous conclusions.
- Progress Tracking: Document the evolution of a project or decision-making process over multiple dialogue iterations.
Example Prompts
- "Can you give me a quick recap of everything we've covered so far regarding the project roadmap?"
- "Summarize our recent discussion about the architectural changes for the API."
- "What did we conclude in our last conversation? Please provide a brief summary."
Tips & Limitations
- Data Formatting: Ensure that your chat history is correctly stringified before submission. The API strictly requires the
chatListto be a string-encoded JSON array. - Incremental Updates: To save processing time and maintain consistency, always include the previous summary in the
historySummaryparameter if one exists. - Error Handling: Always monitor the
codefield in the API response. If the code is non-zero, the API failed to process the request, and you should log the error message provided. - Token Constraints: While the skill handles large inputs, extremely long conversations should be chunked or managed periodically to ensure the model output remains focused and accurate.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-dadaliu0121-conversation-summary-api": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api
Related Skills
conversation-summary
Generate summaries for conversation content with incremental update support.
conversation-summary
Generate summaries for conversation content with incremental update support.
conversation-summary
Generate summaries for conversation content with incremental update support.
task-management
Sales task management tool for SCRM. Create, update, delete, and list sales follow-up tasks. 销售任务管理工具,支持查询、创建、更新、删除销售人员的客户跟进任务。
conversation-summary
Generate summaries for conversation content. Helps users quickly get a summary of their chat history with support for incremental updates.