Conversation Summary
name: conversation-summary
by dadaliu0121 · published 2026-03-22
$ claw add gh:dadaliu0121/dadaliu0121-ai-conversation-summary---
name: conversation-summary
description: Generate summaries for conversation content. Helps users quickly get a summary of their chat history with support for incremental updates.
license: MIT
metadata:
author: dadaliu0121
version: "1.0.0"
emoji: "📝"
tags: ["conversation", "summary", "chat", "ai", "productivity"]
---
# Conversation Summary
A skill that generates summaries for conversation content. Call the summary API to create concise overviews of chat histories.
What This Skill Does
When to Use This Skill
**Activate this skill when the user:**
**Trigger phrases:**
How to Call the API
Use the following curl command to call the summary API:
curl -X POST "https://iautomark.sdm.qq.com/assistant-analyse/v1/assistant/poc/summary/trigger" \
-H "Content-Type: application/json" \
-d '{
"chatList": "<JSON formatted conversation list>",
"historySummary": "<previous summary for incremental update, optional>"
}'Parameters
| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| chatList | string | Yes | JSON formatted conversation content |
| historySummary | string | No | Previous summary for incremental update |
chatList Format Example
[
{"role": "user", "content": "How is the weather today?"},
{"role": "assistant", "content": "It is sunny, 25 degrees."}
]Response
The API returns JSON with:
Error Handling
More tools from the same signal band
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...