conversation-summarizerGenerate summaries for conversation content with incremental update support.
Install via ClawdBot CLI:
clawdbot install lyue82665-droid/conversation-summarizerUse this skill to generate summaries for conversation content.
When the user requests any of the following:
Use the summarize_conversation tool to call the summary API.
python3 scripts/conversation_summary.py '<chat_list_json>' '<history_summary>'
| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| chat_list | string | Yes | JSON formatted conversation content |
| history_summary | string | No | Previous summary for incremental update |
[
{"role": "user", "content": "How is the weather today?"},
{"role": "assistant", "content": "It is sunny, 25 degrees."}
]
The script returns JSON with:
status: "completed" or "error"summary: Generated conversation summaryerror: Error message if failedGenerated Mar 1, 2026
Summarizes customer interactions to quickly identify issues and resolutions, enabling support teams to handle follow-ups efficiently. Useful for tracking recurring problems and improving service quality.
Generates concise summaries of team discussions, highlighting key decisions and action items. Helps remote teams stay aligned without reviewing entire meeting recordings.
Summarizes patient-therapist conversations to maintain progress notes and track treatment plans. Supports incremental updates for ongoing sessions while ensuring privacy with JSON input.
Creates summaries of tutoring interactions to outline topics covered and student progress. Assists tutors in planning future sessions and reporting to parents or institutions.
Summarizes sales conversations to extract key points, objections, and next steps. Enables sales teams to refine strategies and improve conversion rates based on historical data.
Offers the skill as a cloud-based API with tiered pricing based on usage volume, targeting businesses needing automated conversation summaries. Revenue comes from monthly or annual subscriptions with premium support options.
Licenses the skill for integration into existing CRM, helpdesk, or collaboration tools, charging per integration or user. Revenue is generated through licensing fees and customization services for enterprise clients.
Provides a free basic version with limited summaries, encouraging upgrades to paid plans for advanced features like incremental updates and higher volume. Revenue streams from premium upgrades and ad-supported free tiers.
💬 Integration Tip
Ensure chat_list is valid JSON and handle API errors gracefully by checking network connectivity and reporting user-friendly messages.
Summarize URLs or files with the summarize CLI (web, PDFs, images, audio, YouTube).
AI-optimized web search via Tavily API. Returns concise, relevant results for AI agents.
This skill should be used when users need to search the web for information, find current content, look up news articles, search for images, or find videos. It uses DuckDuckGo's search API to return results in clean, formatted output (text, markdown, or JSON). Use for research, fact-checking, finding recent information, or gathering web resources.
Web search and content extraction via Brave Search API. Use for searching documentation, facts, or any web content. Lightweight, no browser required.
Search indexed Discord community discussions via Answer Overflow. Find solutions to coding problems, library issues, and community Q&A that only exist in Discord conversations.
Multi search engine integration with 17 engines (8 CN + 9 Global). Supports advanced search operators, time filters, site search, privacy engines, and WolframAlpha knowledge queries. No API keys required.