Toolverse
All skills

summarize

by openclaw

Summarize or extract text/transcripts from URLs, podcasts, and local files (great fallback for “transcribe this YouTube/video”).

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
openclaw
Category
Data Science
Views
48

About this skill

Summarize or extract text/transcripts from URLs, podcasts, and local files (great fallback for “transcribe this YouTube/video”).

How to use

  1. Zainstaluj narzędzie summarize za pomocą Homebrew, uruchamiając polecenie: brew install steipete/tap/summarize. Upewnij się, że masz zainstalowany CLI o nazwie summarize.

  2. Skonfiguruj klucz API dla wybranego dostawcy modelu AI. Ustaw zmienną środowiskową OPENAI_API_KEY, ANTHROPIC_API_KEY, XAI_API_KEY lub GEMINI_API_KEY w zależności od tego, którego dostawcę chcesz używać. Jeśli nie ustawisz żaden klucz, narzędzie domyślnie użyje Google Gemini 3 Flash Preview.

  3. Aby streszczić artykuł lub stronę internetową, uruchom: summarize "https://example.com" --model google/gemini-3-flash-preview. Zastąp adres URL rzeczywistym linkiem do artykułu, który chcesz streszczić.

  4. Aby streszczić lokalny plik (np. PDF), użyj: summarize "/ścieżka/do/pliku.pdf" --model google/gemini-3-flash-preview. Podaj pełną ścieżkę do pliku na twoim komputerze.

  5. Dla filmów YouTube dodaj flagę --youtube auto: summarize "https://youtu.be/ID_FILMU" --youtube auto. Jeśli potrzebujesz transkrypcji zamiast podsumowania, dodaj flagę --extract-only, aby wyodrębnić tekst wideo.

  6. Dostosuj długość wyniku za pomocą flagi --length, wybierając spośród: short, medium, long, xl lub xxl. Przykład: summarize "https://example.com" --length short zwróci krótkie streszczenie.

Related skills

moon-dev-trading-agents

by moondevonyt

Master Moon Dev's Ai Agents Github with 48+ specialized agents, multi-exchange support, LLM abstraction, and autonomous trading capabilities across crypto markets

Data Science
102232

a-stock-analysis

by openclaw

A股实时行情与分时量能分析。获取沪深股票实时价格、涨跌、成交量,分析分时量能分布(早盘/尾盘放量)、主力动向(抢筹/出货信号)、涨停封单。支持持仓管理和盈亏分析。Use when: (1) 查询A股实时行情, (2) 分析主力资金动向, (3) 查看分时成交量分布, (4) 管理股票持仓, (5) 分析持仓盈亏。

Data Science
48153

pdf-processing

by Ming-Kai-LC

Comprehensive PDF processing techniques for handling large files that exceed Claude Code's reading limits, including chunking strategies, text/table extraction, and OCR for scanned documents. Use when working with PDFs larger than 10-15MB or more than 30-50 pages.

Data Science
23134

claude-automation-recommender

by anthropics

Analyze a codebase and recommend Claude Code automations (hooks, subagents, skills, plugins, MCP servers). Use when user asks for automation recommendations, wants to optimize their Claude Code setup, mentions improving Claude Code workflows, asks how to first set up Claude Code

Data Science
1787

data-storytelling

by wshobson

Transform data into compelling narratives using visualization, context, and persuasive structure. Use when presenting analytics to stakeholders, creating data reports, or building executive presentations.

Data Science
26105

skill-installer

by openai

Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).

Data Science
23118