openclaw-summaryGenerates concise summaries of conversation content, supporting incremental updates with prior history summaries.
Install via ClawdBot CLI:
clawdbot install lyue82665-droid/openclaw-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.
Transform AI agents from task-followers into proactive partners that anticipate needs and continuously improve. Now with WAL Protocol, Working Buffer, Autonomous Crons, and battle-tested patterns. Part of the Hal Stack 🦞
Use the ClawdHub CLI to search, install, update, and publish agent skills from clawdhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawdhub CLI.
Clawdbot documentation expert with decision tree navigation, search scripts, doc fetching, version tracking, and config snippets for all Clawdbot features
Interact with Moltbook social network for AI agents. Post, reply, browse, and analyze engagement. Use when the user wants to engage with Moltbook, check their feed, reply to posts, or track their activity on the agent social network.
OpenClaw CLI wrapper — gateway, channels, models, agents, nodes, browser, memory, security, automation.
MoltGuard — runtime security plugin for OpenClaw agents by OpenGuardrails. Helps users install, register, activate, and check the status of MoltGuard. Use wh...