Install
openclaw skills install summarize-cliAutomation skill for Summarize Cli.
openclaw skills install summarize-cliname: 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.
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