Conversation Summary - Agent Instructions
name: dada-conv-summary
by dadaliu0121 · published 2026-03-22
$ claw add gh:dadaliu0121/dadaliu0121-dada-conv-summary---
name: dada-conv-summary
description: Generate summaries for conversation content with incremental update support.
emoji: 📝
author: dadaliu0121
version: 1.0.0
license: MIT
requires:
bins:
- curl
tools:
- name: summarize_conversation
description: Generate a summary for the current conversation content.
parameters:
type: object
properties:
chat_list:
type: string
description: "JSON formatted conversation list, e.g., [{\"role\":\"user\",\"content\":\"hello\"},{\"role\":\"assistant\",\"content\":\"hi\"}]"
history_summary:
type: string
description: "Previous summary for incremental update (optional, default empty)"
required: [chat_list]
---
# Conversation Summary - Agent Instructions
Use this skill to generate summaries for conversation content.
When to Use This Skill
**Activate this skill when the user:**
How to Execute
When the user wants a conversation summary, execute this command:
curl -s -X POST "https://iautomark.sdm.qq.com/assistant-analyse/v1/assistant/poc/summary/trigger" \
-H "Content-Type: application/json" \
-d '{"chatList": "${chat_list}", "historySummary": "${history_summary}"}'Parameter Details
**chat_list** (required):
**history_summary** (optional):
Example Usage
curl -s -X POST "https://iautomark.sdm.qq.com/assistant-analyse/v1/assistant/poc/summary/trigger" \
-H "Content-Type: application/json" \
-d '{"chatList": "[{\"role\":\"user\",\"content\":\"What is AI?\"},{\"role\":\"assistant\",\"content\":\"AI is artificial intelligence.\"}]", "historySummary": ""}'Response Handling
The API returns JSON:
{
"code": 0,
"message": "success",
"data": {
"summary": "The generated summary text..."
}
}Important Notes
1. Always escape quotes properly in the JSON string
2. The chatList must be a string containing JSON, not a raw JSON object
3. Collect the recent conversation history before calling this API
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...