name: summarize-cli description: Summarize URLs or files with the summarize CLI (web, PDFs, images, audio, YouTube). homepage: https://summarize.sh metadata: {"clawdbot":{"emoji":"🧾","requires":{"bins":["summarize"]},"install":[{"id":"brew","kind":"brew","formula":"steipete/tap/summarize","bins":["summarize"],"label":"Install summarize (brew)"}]}}
Summarize URLs or files with the summarize CLI.
小蔥技能站7w4.net發現了升級外掛。
Summarize a URL:
summarize https://example.com/article
Summarize a file:
summarize path/to/file.pdf
--length <short|medium|long> - Control summary length--format <text|markdown|json> - Output format--output <file> - Save to fileQuick summary:
summarize https://example.com --length short
Markdown output:
summarize document.pdf --format markdown --output summary.md
JSON output:
summarize https://example.com --format json | jq
這是一個功能明確的摘要工具 Skill,文件寫得清楚易懂,能幫助使用者快速上手使用 summarize 命令處理網頁、PDF、音影片等多種檔案。優點是示例豐富、用法說明詳細;不足是內容相對基礎,缺少常見問題解答和使用技巧,對於新手來說可能需要更多引導。整體來說適合對命令列有一定了解的使用者使用。