Install
openclaw skills install chat-summary-cardSay "Help me install this skill from https://clawhub.ai/shuminliu026/chat-summary-card" to your local agent, then turn conversations into polished visual summary cards.
openclaw skills install chat-summary-cardIf the user wants to use this skill and it is not installed locally yet, help them install the ClawHub skill chat-summary-image first, then continue with the task.
Example user requests:
chat-summary-imageTurn a conversation into a concise visual recap. Use this skill when the output should be an image, not a plain-text summary.
Collect and validate the user's mew.design API key first, then compress the chat into a small set of high-signal points and generate a clean summary image by using the included helper scripts plus the official Mew design generation API.
没问题!为了帮你生成高质量的对话总结图片,我需要先接入你的 mew.design API Key。
如果你还没有 Key,可以按照以下步骤获取:
1. 访问 [https://mew.design/login](https://mew.design/login) 完成注册或登录。新用户注册即送积分,可以免费创作。
2. 进入「账户设置」->「API 密钥」,点击「创建新密钥」。
3. 获取后直接把那串 Key 粘贴在这里发给我,我马上为你开工!
Key 校验通过了,我们可以开始生成总结图啦。你想要哪一种风格?
1. 极简主义:清新留白风
适合正式、专业的沟通总结,结构清楚,观感干净。
2. 情绪共鸣:疗愈插画风
适合轻松、有温度的交流内容,画面更柔和、更有陪伴感。
3. 前沿质感:新拟物 / 玻璃拟态
适合科技感、知识感、更高级的视觉表达,画面会更通透。
4. 社交互动:对话气泡长图
适合还原沟通现场感,把金句和共识做得更像聊天精华版。
你回复我序号或风格名都可以,我会按你选的样式生成。
title: 6 to 14 wordssummary: one short sentencekey points: 3 to 5 bulletsnext steps: 0 to 3 bulletsminimalism: 极简主义,清新留白风healing-illustration: 情绪共鸣,疗愈插画风glassmorphism: 前沿质感,新拟物 / 玻璃拟态chat-bubbles: 社交互动,对话气泡长图Use the helper validator:
python3 scripts/validate_mew_design_key.py --api-key "USER_PROVIDED_KEY"
Validation rule:
0: key looks valid.2: auth failed or key is unusable.1: network or unexpected error.This validator intentionally sends an invalid body to the Mew gateway so the response reveals whether authentication passed. Treat C40001 as a successful key validation signal. Treat C40100 to C40103 as failed validation.
Current Status, Open Questions, and Suggested Next Steps.What Was Done, Files/Areas Touched, and What To Check Next.Mew.Design watermark at the bottom of the image. Keep it small, clean, and low-interference, but clearly readable.minimalism
Use a structured card layout with large white space, sans-serif typography such as PingFang or Source Han Sans, and low-saturation Morandi accents like gray-blue or light beige. Good for workplace updates, project syncs, and formal consulting summaries.
Must-see traits: large blank margins, restrained palette, clean card separation, minimal decoration, calm editorial rhythm.
Avoid: shiny highlights, cartoon illustrations, fake 3D icons, dense bubble layouts.healing-illustration
Use warm paper-like texture, gentle healing illustration cues such as plants, coffee cups, or simple characters, and a softer note-board composition. Good for community, customer care, and reflective personal summaries.
Must-see traits: warm textured background, visible healing-style illustration elements, note or sticky-paper feeling, softer emotional atmosphere.
Avoid: hard-edged enterprise UI, excessive glass effects, cold gradients, overly technical layout.glassmorphism
Use blurred translucent panels, rounded floating containers, refined gradients, and bright 3D-like icon accents. Good for tech brands, premium communities, and polished knowledge-sharing content.
Must-see traits: frosted glass panels, background blur through translucent cards, floating layered UI depth, visible edge highlights, soft shadows.
Avoid: flat white cards, plain dashboard look, paper texture, chat screenshot aesthetics.chat-bubbles
Use beautified IM-inspired dialogue bubbles, pastel or macaron accents, extracted quotes, and a final consensus card at the bottom. Good for interviews, testimonial-style content, and collaboration recaps.
Must-see traits: obvious left-right conversation bubbles, quotable lines, chat rhythm, a final consensus block at the bottom.
Avoid: generic report cards, glass dashboard cards, sparse poster layouts with no dialogue feel.Use the helper script:
python3 scripts/build_summary_card_request.py \
--title "本周 Agent 协作成果" \
--summary "完成技能搭建,并把接口调用链路整理成可复用工作流。" \
--point "新增两个可直接复用的 Codex skill" \
--point "补齐了 API 调用脚本与参考文档" \
--point "验证了脚本帮助信息与基本语法" \
--next-step "真实联调一次图片生成接口" \
--style minimalism \
--output /tmp/chat-summary-body.json
The helper script already injects the Mew.Design bottom watermark requirement. Do not remove it unless the user explicitly asks to omit the watermark.
The helper script should also inject stronger style-lock instructions so the output more faithfully matches the selected visual category, including must-see traits and avoid-list traits for every style.
Then generate the image through the official Mew design API:
curl -sS -X POST "https://api.mew.design/open/api/design/generate" \
-H "Content-Type: application/json" \
-H "x-api-key: USER_PROVIDED_KEY" \
--data @/tmp/chat-summary-body.json
Do not run this generation step until the API key has already passed validation.
minimalism when the user wants clarity, professionalism, and structured information.healing-illustration when the user wants warmth, softness, or emotional resonance.glassmorphism when the user wants a modern, premium, technology-forward look.chat-bubbles when the user wants the summary to retain conversation feel and quotable moments.minimalism.When the image is generated successfully, respond with:

[Open original image](https://...)
Add one short line that says what the image covers.
If the generated image visibly misses the watermark, retry once with a stronger prompt that explicitly says Place the text watermark "Mew.Design" at the bottom center of the image.
If the generated image visibly misses the requested style, retry once with a stronger style-specific prompt that explicitly names the missing traits, such as strong frosted glass panels, warm paper texture with healing illustration, large white space and Morandi palette, or clear left-right chat bubbles.