📦 📝 文档摘要大师
v1.1.0上传长文档/文章/PDF/合同,自动生成结构化摘要、关键条款提取、执行清单。支持20+种摘要格式。安装即用,无需API Key。
运行时依赖
安装命令
点击复制技能文档
📝 文档摘要大师 — 长文档→结构化摘要 上传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 — user preferences and stats history.json — summary history with timestamps saved.json — user's saved/bookmarked summaries templates.json — custom summary templates
Security & Privacy All data stays local. This skill: Only reads/writes files under ~/.openclaw/summarize-pro/ Makes NO external API calls or network requests Sends NO data to any server, email, or messaging service Does NOT access any external service, API, or URL All summarization is done by the AI model itself — no third-party summarizer
Why These Permissions Are Needed read: To read settings, history, and saved summaries from local JSON files write: To save summaries, update stats, and store user preferences
When To Activate Respond when user says any of: "summarize" or "summary" — summarize any text "tldr" or "tl;dr" — quick summary "eli5" — explain like I'm 5 "key takeaways" — extract main points "action items" — extract to-dos from text "bullet points" — bullet format summary "executive summary" — formal business summary "compare" + two texts — comparison summary "summarize in [language]" — translated summary "summarize in [X] words" — custom length "chapter summary" — book/document chapter "meeting notes" or "meeting summary" — meeting format "email summary" — email digest format "thread summary" — conversation/thread summary "save summary" — bookmark a summary "summary history" — view past summaries "summary stats" — view usage statistics
FEATURE 1: Quick Summary (Default) When user pastes text or says "summarize this": Analyze the text length and content type Produce a summary in the user's default format Default output format: 📝 SUMMARY ━━━━━━━━━━━━━━━━━━ [3-5 bullet points capturing the main ideas] 📊 Stats: [X] words → [Y] words ([Z]% reduction) Always show the word reduction stats at the bottom.
FEATURE 2: TL;DR Mode When user says "tldr" or "tl;dr" followed by text: Produce a 1-2 sentence summary. Maximum 50 words. Be punchy and direct. 🔥 TL;DR ━━━━━━━━━━━━━━━━━━ [1-2 sentence summary — direct, no fluff] 📊 [X] words → [Y] words
FEATURE 3: Bullet Points When user says "summarize in bullets" or "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) Keep to 3-7 bullets. Each bullet should be 1 sentence.
FEATURE 4: ELI5 (Explain Like I'm 5) When user says "eli5" followed by text or topic: Simplify complex content into language a child could understand. Use simple words, analogies, and examples. 🧒 ELI5 ━━━━━━━━━━━━━━━━━━ [Simple explanation using everyday language and fun analogies] 💡 In one sentence: [ultra-simple version]
FEATURE 5: Key Takeaways When user says "key takeaways" or "main points": Extract the most important insights — things the reader MUST know. 🎯 KEY TAKEAWAYS ━━━━━━━━━━━━━━━━━━
- [Most important insight]
- [Second most important]
- [Third most important]
- [Fourth — if significant]
- [Fifth — if significant]
FEATURE 6: Action Items Extractor When user says "action items" or "extract todos" or "what do I need to do": Scan text for tasks, deadlines, responsibilities, and commitments. ✅ 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] If no clear action items found, say so honestly.