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]