Loading...
Loading...
Summarize URLs or files with the summarize CLI (web, PDFs, images, audio, YouTube).
npx skill4agent add bjesuiter/skills summarizesummarize "https://example.com" --model google/gemini-3-flash-preview
summarize "/path/to/file.pdf" --model google/gemini-3-flash-preview
summarize "https://youtu.be/dQw4w9WgXcQ" --youtube auto# Set env vars for OpenCode Zen
export OPENAI_BASE_URL="https://opencode.ai/zen/v1"
export OPENAI_API_KEY="<your-zen-api-key>" # Get from https://opencode.ai/auth
# Summarize with free GLM 4.7
summarize "https://example.com" --model openai/glm-4.7-free| Model | Model ID |
|---|---|
| GLM 4.7 | |
| Big Pickle | |
| Grok Code Fast 1 | |
| MiniMax M2.1 | |
| GPT 5 Nano | |
OPENAI_BASE_URL="https://opencode.ai/zen/v1" OPENAI_API_KEY="$OPENCODE_ZEN_KEY" summarize "URL" --model openai/glm-4.7-freeOPENAI_API_KEYANTHROPIC_API_KEYXAI_API_KEYGEMINI_API_KEYGOOGLE_GENERATIVE_AI_API_KEYGOOGLE_API_KEYgoogle/gemini-3-flash-preview--length short|medium|long|xl|xxl|<chars>--max-output-tokens <count>--extract-only--json--firecrawl auto|off|always--youtube autoAPIFY_API_TOKEN~/.summarize/config.json{ "model": "openai/gpt-5.2" }{
"model": "openai/big-pickle",
"baseUrl": "https://opencode.ai/zen/v1"
}FIRECRAWL_API_KEYAPIFY_API_TOKEN