summarize-document
Summarize a document or file. Use when asked to summarize, give an overview, or create a TL;DR of a file or text.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Summarize a document or file. Use when asked to summarize, give an overview, or create a TL;DR of a file or text.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Search the web for up-to-date information using Tavily API
Press a combination of keys simultaneously (e.g., Ctrl+C, Alt+Tab)
Press a single key on the keyboard
Perform a mouse left-click at specified screen coordinates
Perform a mouse double-click at specified screen coordinates
Perform a mouse right-click at specified screen coordinates
| name | summarize-document |
| description | Summarize a document or file. Use when asked to summarize, give an overview, or create a TL;DR of a file or text. |
| args | [{"name":"file_path","description":"Path to the file to summarize","required":true},{"name":"depth","description":"Summary depth - short (TL;DR), medium (key points), detailed (section-by-section)","required":false,"default":"medium"}] |
| tags | ["summary","document","tldr"] |
| category | writing |
| version | 1.0.0 |
| author | theonlyamos |
| allowed-tools | ["Read"] |
| safety | {"risk-level":"low"} |
Summarize the document at "$(arg file_path)":
Read("file_path")
Use depth "$(arg depth)" (defaults to "medium" if not specified):
TL;DR: [2-3 sentences]
Summary: [1-2 paragraphs]
Key Points:
[Section summary with key details]
...
[Main takeaways]