skill-summaryAutomatically generate concise conversation summaries from chat content with optional incremental updates using previous summaries.
Install via ClawdBot CLI:
clawdbot install lyue82665-droid/skill-summary会话小结 OpenClaw Skill,用于对对话内容进行摘要生成。
cd conversation-summary
npm install
npm run build
对对话内容进行小结,生成会话摘要。
参数:
| 参数 | 类型 | 必填 | 说明 |
|------|------|------|------|
| chatList | string | 是 | 对话内容列表,JSON 格式 |
| historySummary | string | 否 | 历史会话摘要,用于增量更新 |
使用示例:
{
"chatList": "[{\"role\":\"user\",\"content\":\"今天天气怎么样?\"},{\"role\":\"assistant\",\"content\":\"今天天气晴朗,气温25度。\"}]",
"historySummary": ""
}
返回示例:
{
"success": true,
"data": {
"summary": "用户询问了天气情况,助手回复今天天气晴朗,气温25度。",
"message": "会话小结生成成功"
}
}
调用接口:https://iautomark.sdm.qq.com/assistant-analyse/v1/assistant/poc/summary/trigger
请求方式:POST
请求体:
{
"chatList": "对话内容",
"historySummary": "历史摘要"
}
AI Usage Analysis
Analysis is being generated… refresh in a few seconds.
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.