openclaw-skills/summarize/SKILL.md
Use when users need concise, faithful summaries of webpages, documents, emails, transcripts, or long text, including key points, decisions, risks, and follow-up actions.
npx skillsauth add seaworld008/commonly-used-high-value-skills summarizeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
用于信息过载场景下的快速理解与要点抽取。Summarize 技能通过强大的语义提取算法,能够将冗长的文档、复杂的网页或散乱的邮件链条一键浓缩为结构化、可阅读性极强的摘要报告。它不仅是阅读助手,更是辅助决策的知识过滤器。
npx clawhub@latest install summarize
.docx, .xlsx, .pptx 以及各种排版的 PDF 文件。transcribe 技能进行二次提炼。README.md 或源码注释中提取核心架构信息。read 或 web_fetch 获取原文。TL;DR (一句话简介)、Key Points (3-5 个核心点) 以及 Deep Dive (逻辑脉络梳理)。memory_search 检查提取的实体是否已经在历史知识库中。### 📄 文档概览
- **标题**: [输入标题]
- **来源**: [URL/文件名]
- **核心结论**: [一句话总结全文最具价值的洞察]
### 💡 核心要点 (Key Insights)
- **[要点 1]**: 描述详细的事实背景及数据支持。
- **[要点 2]**: 描述详细的事实背景及数据支持。
- **[要点 3]**: 描述详细的事实背景及数据支持。
### 📊 关键数据 (Metrics)
- **增长率**: [XX%]
- **市场规模**: [$XXX]
- **竞争对手**: [A, B, C]
### ✅ 待办建议 (Next Steps)
- [ ] 建议行动 A
- [ ] 建议行动 B
### 🚩 风险提示
- [潜在风险点 1]
// 示例:对当前打开的网页进行深度摘要
mcp_call({
name: 'summarize_content',
arguments: {
source_url: "https://techcrunch.com/article/123",
detail_level: "advanced",
focus: "technical_innovations"
}
});
tavily-search 技能,Agent 每天抓取 20 个相关网页。Summarize 技能将这 20 个网页融合成一张“情报大盘”,展示在用户的 Dashboard 上。see_image 或 fact-checker 技能进行二次验证。MEMORY.md,实现“读过即拥有”。mermaid-tools 技能,将摘要中的逻辑关系转化为流程图。tools
飞书审批:查询和处理审批待办/已办/实例,搜索可发起审批定义、查看定义详情并发起原生审批实例。当用户要处理审批任务、查看审批实例、搜索或发起审批时使用。审批待办不是飞书任务;非审批类待办走 lark-task。不负责创建审批定义;三方审批定义不走原生提单。
development
Use when a user needs reproducible repository sizing, language composition, file counts, or code-versus-comment ratios with pygount; record exclusions and verify measurement scope before interpreting results.
development
Route a development task to the official Hermes Agent skill, Graphify Codex artifact set, Open GSD Core bundle, or optional GSD Pi bundle without duplicating their installers or state machines.
development
飞书 / Lark 通讯录:按姓名 / 邮箱解析成 open_id,或按 open_id 反查姓名 / 部门 / 邮箱 / 联系方式 / 个人状态 / 签名,以及按关键词搜索当前用户可见的机器人 / 智能体(agent)。当用户提到一个名字要下一步发消息 / 排日程,或拿到 open_id 想查具体信息时使用。不负责部门树遍历、按部门列员工、组织架构图,这类需求走原生 OpenAPI。