Conversation Summary
Generate summaries for conversation content. Helps users quickly get a summary of their chat history with support for incremental updates.
New
Join 0+ developers using this skill
skill
Productivity & Organization
beginner
Generate summaries for conversation content. Helps users quickly get a summary of their chat history with support for incremental updates.
Real data. Real impact.
Emerging
Developers
Per week
Open source
Skills give you superpowers. Install in 30 seconds.
A skill that generates summaries for conversation content. Call the summary API to create concise overviews of chat histories.
Activate this skill when the user:
Trigger phrases:
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>" }'
| Parameter | Type | Required | Description |
|---|---|---|---|
| chatList | string | Yes | JSON formatted conversation content |
| historySummary | string | No | Previous summary for incremental update |
[ {"role": "user", "content": "How is the weather today?"}, {"role": "assistant", "content": "It is sunny, 25 degrees."} ]
The API returns JSON with:
code: Status code, 0 means successmessage: Status messagedata.summary: Generated conversation summaryNo automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions1,500+ AI skills, agents & workflows. Install in 30 seconds. Part of the Torly.ai family.
© 2026 Torly.ai. All rights reserved.