ai-conversation-summaryGenerate summaries for conversation content. Helps users quickly get a summary of their chat history with support for incremental updates.
Install via ClawdBot CLI:
clawdbot install dadaliu0121/ai-conversation-summaryA 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 summaryGenerated Feb 24, 2026
Summarizes lengthy customer support chat histories to help agents quickly understand issues and resolutions, improving response times and service quality. Useful for onboarding new agents or escalating complex cases.
Generates concise summaries of team chat discussions in collaboration tools like Slack or Microsoft Teams, ensuring all members stay informed on decisions and action items without reading entire threads.
Summarizes student-tutor conversations to highlight key learning points and progress, aiding in personalized feedback and curriculum adjustments for improved educational outcomes.
Creates summaries of doctor-patient chat interactions for medical records, helping healthcare providers track symptoms, treatments, and follow-ups efficiently while maintaining accuracy.
Summarizes attorney-client or internal legal team conversations to distill critical arguments and evidence, supporting case preparation and documentation with clear overviews.
Offers the skill as a cloud-based API with tiered pricing based on usage volume, targeting businesses needing scalable conversation summarization. Revenue is generated through monthly or annual subscriptions with premium support options.
Licenses the skill for integration into enterprise platforms like CRM or helpdesk software, providing custom solutions with dedicated support. Revenue comes from one-time licensing fees and ongoing maintenance contracts.
Provides a free basic version with limited summaries, encouraging adoption, while charging for advanced features like incremental updates or higher accuracy. Revenue is generated from upgrades and add-on services.
💬 Integration Tip
Ensure chatList is valid JSON and handle errors gracefully by checking API response codes to provide user-friendly feedback.
Extract text from PDFs with OCR support. Perfect for digitizing documents, processing invoices, or analyzing content. Zero dependencies required.
Fast local PDF parsing with PyMuPDF (fitz) for Markdown/JSON outputs and optional images/tables. Use when speed matters more than robustness, or as a fallback while heavier parsers are unavailable. Default to single-PDF parsing with per-document output folders.
Find, evaluate, and recommend ClawHub skills by need with quality filtering and preference learning.
Fetch full tweets, long tweets, quoted tweets, and X Articles from X/Twitter without login or API keys, using no dependencies and zero configuration.
Skill 查找器 | Skill Finder. 帮助发现和安装 ClawHub Skills | Discover and install ClawHub Skills. 回答'有什么技能可以X'、'找一个技能' | Answers 'what skill can X', 'find a skill'. 触发...
Generate QR codes from text or URL for mobile scanning.