summarize
について
このCLIツールは、様々なAIモデルを使用して、Web URL、ローカルファイル(PDF、画像、音声を含む)、およびYouTubeリンクを要約します。開発者は、プロバイダーのAPIキーを設定し、出力長を調整することで、迅速なコンテンツ抽出に利用できます。デフォルトではGoogleのGeminiモデルを使用し、Homebrew経由でインストールされます。
クイックインストール
Claude Code
推奨/plugin add https://github.com/steipete/clawdisgit clone https://github.com/steipete/clawdis.git ~/.claude/skills/summarizeこのコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします
ドキュメント
Summarize
Fast CLI to summarize URLs, local files, and YouTube links.
Quick start
summarize "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
Model + keys
Set the API key for your chosen provider:
- OpenAI:
OPENAI_API_KEY - Anthropic:
ANTHROPIC_API_KEY - xAI:
XAI_API_KEY - Google:
GEMINI_API_KEY(aliases:GOOGLE_GENERATIVE_AI_API_KEY,GOOGLE_API_KEY)
Default model is google/gemini-3-flash-preview if none is set.
Useful flags
--length short|medium|long|xl|xxl|<chars>--max-output-tokens <count>--extract-only(URLs only)--json(machine readable)--firecrawl auto|off|always(fallback extraction)--youtube auto(Apify fallback ifAPIFY_API_TOKENset)
Config
Optional config file: ~/.summarize/config.json
{ "model": "openai/gpt-5.2" }
Optional services:
FIRECRAWL_API_KEYfor blocked sitesAPIFY_API_TOKENfor YouTube fallback
GitHub リポジトリ
関連スキル
canvas-design
メタThe canvas-design skill generates original visual art in PNG and PDF formats for creating posters, designs, and other static artwork. It operates through a two-step process: first creating a design philosophy document, then visually expressing it on a canvas. The skill focuses on original compositions using form, color, and space while avoiding copyright infringement by never copying existing artists' work.
cloudflare-browser-rendering
メタCloudflare Browser Rendering provides a headless browser automation API for tasks like taking screenshots, generating PDFs, scraping dynamic content, and testing web applications. It supports multiple integration methods including a REST API, Workers Bindings for Puppeteer/Playwright, and MCP servers. Use this skill when you need to automate browser interactions or extract data from JavaScript-heavy websites.
canvas-design
メタThe canvas-design skill generates original visual art in PNG and PDF formats for creating posters, designs, and other static artwork. It operates through a two-step process: first creating a design philosophy document, then visually expressing that philosophy on a canvas. This skill focuses on original creations using form, color, and composition while avoiding copyright violations by never copying existing artists' work.
generating-test-reports
メタThis skill generates comprehensive test reports by aggregating test results from various frameworks and calculating key metrics like coverage and pass rates. It produces stakeholder-friendly outputs (HTML, PDF, JSON) and performs trend analysis for historical comparisons. Use it when you need a test report, coverage analysis, or failure analysis.
