conversation-summary-apiGenerate summaries for conversation content with incremental update support.
Install via ClawdBot CLI:
clawdbot install dadaliu0121/conversation-summary-apiUse this skill to generate summaries for conversation content.
Activate this skill when the user:
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}"}'
chat_list (required):
[{"role":"user","content":"message"},{"role":"assistant","content":"response"}]history_summary (optional):
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": ""}'
The API returns JSON:
{
"code": 0,
"message": "success",
"data": {
"summary": "The generated summary text..."
}
}
code is 0: Extract and display data.summary to the usercode is not 0: Report the error in message to the userAI 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.