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]