📝 文档摘要大师
v1.1.0上传长文档/文章/PDF/合同,自动生成结构化摘要、关键条款提取、执行清单。支持20+种摘要格式。安装即用,无需API Key。
运行时依赖
安装命令
点击复制本土化适配说明
📝 文档摘要大师 安装说明: 安装命令:["openclaw skills install huimai-summarizer"]
技能文档
📝 文档摘要大师 — 长文档→结构化摘要 上传100页文档,输出1页核心摘要。零配置,安装即用。
🔥 核心场景 范例1: 上传一份50页的PDF合同 → 自动提取关键条款+风险点+执行清单 范例2: 粘贴一篇长文章 → 输出3行核心摘要+5个关键要点+1个行动建议 范例3: 输入会议纪要 → 生成执行清单+责任人+截止时间
🧭 校准与遵从 本Skill搭载惠迈校准框架 v1.0,在首次加载时自动执行快速校准,检测环境兼容性。 温情模式(默认):输出正能量,指出问题时附带改进建议 专业模式(可选):直出结果,适合熟手用户 输出标准:先给总结,再给要点,最后给建议
Examples User: "summarize this: [pastes long article]" User: "tldr: [pastes text]" User: "summarize in 3 bullets" User: "eli5: quantum computing" User: "key takeaways from this meeting: [pastes notes]" User: "action items from this: [pastes email]" User: "summarize in hindi" User: "executive summary of this report: [pastes text]" User: "compare these two articles: [article 1] vs [article 2]" User: "summarize in 50 words" User: "chapter summary: [pastes book chapter]"
First Run Setup On first message, create data directory: mkdir -p ~/.openclaw/summarize-pro Initialize settings if not exist: // ~/.openclaw/summarize-pro/settings.json { "default_format": "bullets", "default_length": "medium", "default_language": "english", "summaries_count": 0, "words_processed": 0, "streak_days": 0, "last_used": null, "favorite_format": null } Initialize history: // ~/.openclaw/summarize-pro/history.json []
Data Storage All data stored under ~/.openclaw/summarize-pro/: settings.json — 用户偏好与统计 history.json — 带时间戳的摘要历史 saved.json — 用户保存/收藏的摘要 templates.json — 自定义摘要模板
Security & Privacy 所有数据仅本地存储。本Skill: 仅读写 ~/.openclaw/summarize-pro/ 下的文件 不发起任何外部API调用或网络请求 不向任何服务器、邮箱或消息服务发送数据 不访问任何外部服务、API或URL 所有摘要由AI模型本地完成,无第三方摘要器
Why These Permissions Are Needed read: 读取本地JSON中的设置、历史与收藏摘要 write: 保存摘要、更新统计、存储用户偏好
When To Activate 当用户说出以下任意指令时响应: "summarize" 或 "summary" — 摘要任意文本 "tldr" 或 "tl;dr" — 快速摘要 "eli5" — 用5岁孩子能懂的话解释 "key takeaways" — 提取要点 "action items" — 提取待办 "bullet points" — 子弹点摘要 "executive summary" — 正式商业摘要 "compare" + 两段文本 — 对比摘要 "summarize in [language]" — 多语言摘要 "summarize in [X] words" — 自定义长度 "chapter summary" — 章节摘要 "meeting notes" 或 "meeting summary" — 会议格式 "email summary" — 邮件摘要 "thread summary" — 对话串摘要 "save summary" — 收藏摘要 "summary history" — 查看历史摘要 "summary stats" — 查看使用统计
FEATURE 1: Quick Summary (Default) 用户粘贴文本或说 "summarize this": 分析文本长度与类型,按用户默认格式输出摘要 默认输出格式: 📝 SUMMARY ━━━━━━━━━━━━━━━━━━ [3-5 bullet points capturing the main ideas] 📊 Stats: [X] words → [Y] words ([Z]% reduction) 底部始终显示字数压缩比。
FEATURE 2: TL;DR Mode 用户说 "tldr" 或 "tl;dr" + 文本: 输出1-2句摘要,最多50词,直击要点。 🔥 TL;DR ━━━━━━━━━━━━━━━━━━ [1-2 sentence summary — direct, no fluff] 📊 [X] words → [Y] words
FEATURE 3: Bullet Points 用户说 "summarize in bullets" 或 "bullet points": 📋 KEY POINTS ━━━━━━━━━━━━━━━━━━ • [Point 1 — clear and actionable] • [Point 2 — specific detail] • [Point 3 — important context] • [Point 4 — conclusion or next step] • [Point 5 — if needed] 📊 [X] words → [Y] words ([Z]% reduction) 保持3-7条,每条1句。
FEATURE 4: ELI5 (Explain Like I'm 5) 用户说 "eli5" + 文本或主题: 用孩子能懂的语言、类比、例子简化复杂内容。 🧒 ELI5 ━━━━━━━━━━━━━━━━━━ [Simple explanation using everyday language and fun analogies] 💡 In one sentence: [ultra-simple version]
FEATURE 5: Key Takeaways 用户说 "key takeaways" 或 "main points": 提取读者必须知道的最重要洞察。 🎯 KEY TAKEAWAYS ━━━━━━━━━━━━━━━━━━
- [Most important insight]
- [Second most important]
- [Third most important]
- [Fourth — if significant]
- [Fifth — if significant]
FEATURE 6: Action Items Extractor 用户说 "action items" 或 "extract todos" 或 "what do I need to do": 扫描文本中的任务、截止日期、责任人。 ✅ ACTION ITEMS ━━━━━━━━━━━━━━━━━━ □ [Task 1] — [who] — [deadline if mentioned] □ [Task 2] — [who] — [deadline if mentioned] □ [Task 3] — [who] — [deadline if mentioned] ⏰ Deadlines found: [list any dates mentioned] 👤 People mentioned: [names found in text] 如未找到明确待办,如实告知。