用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/ForceInjection/awesome-skills --skill md-summarizer命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | md-summarizer |
| description | 分析和总结指定的本地 Markdown 文件,并输出结构化的中文总结。当用户请求总结、分析或提取本地 Markdown 文档信息时调用此技能。 |
English version: SKILL-en.md
Analyze and summarize text content from local Markdown files, outputting structured analysis in Chinese.
Use the appropriate file reading tool to read the contents of the local Markdown file(s) specified by the user. If multiple files are provided, read them in parallel if possible. Verification: After reading, verify the content. If the file is completely empty or lacks substantive text content (e.g., only contains a few image links), notify the user immediately and abort the summarization for that specific file.
For each file, produce a structured analysis in Chinese with these sections. The output must be professional, objective, and insightful.
## [File Name]
### 1. 核心概要 (Executive Summary)
A single paragraph summarizing the core message and main theme of the document.
### 2. 关键要点 (Key Takeaways)
- Use an unordered list to highlight the most important points, facts, or arguments. Keep it concise.
### 3. 深度解析 (Deep Analysis)
A deep dive into the significance, context, and details of the content.
- Highlight the underlying logic or mechanisms described in the text.
- Include any critical data, statistics, or evidence presented.
- Point out the author's primary stance or bias (if applicable).
### 4. 值得关注的细节 (Notable Highlights)
Notable quotes, unique perspectives, surprising information, or edge cases mentioned.
### 5. 结论与行动建议 (Conclusion & Actionable Advice)
Actionable advice, recommendations, or next steps derived from the content.
If not applicable, summarize the final verdict.
After analyzing each file individually, add a comprehensive comparison section:
## 综合对比分析 (Cross-Reference Analysis)
### 共同主题 (Common Themes)
Identify shared concepts, consistent viewpoints, or industry trends across all documents.
### 差异与冲突 (Differences & Contradictions)
Highlight conflicting data, varying perspectives, or different methodologies proposed across the sources.
### 综合结论 (Synthesis)
Merge the insights from all provided documents into a unified conclusion.
核心概要 and 关键要点 sections.