Toolverse
All skills

transcribe

by openai

Transcribe audio files to text with optional diarization and known-speaker hints. Use when a user asks to transcribe speech from audio/video, extract text from recordings, or label speakers in interviews or meetings.

Installation

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

Installation

Quick info

Author
openai
Category
Data Science
Views
48

About this skill

Transcribe audio files to text with optional diarization and known-speaker hints. Use when a user asks to transcribe speech from audio/video, extract text from recordings, or label speakers in interviews or meetings.

How to use

  1. Upewnij się, że masz zainstalowany Python 3 i narzędzie uv. Zainstaluj zależności poleceniem: uv pip install openai (lub python3 -m pip install openai, jeśli uv nie jest dostępne).

  2. Ustaw zmienną środowiskową OPENAI_API_KEY z Twoim kluczem API z platformy OpenAI. Nigdy nie wklejaj klucza bezpośrednio w czacie — zamiast tego wyeksportuj go w swoim terminalu.

  3. Przygotuj plik audio lub wideo, który chcesz transkrybować. Jeśli nagranie trwa dłużej niż ~30 sekund, skill automatycznie podzieli je na fragmenty.

  4. Uruchom transkrypcję za pomocą bundled CLI. Dla szybkiej transkrypcji tekstu użyj domyślnych ustawień (model gpt-4o-mini-transcribe). Jeśli potrzebujesz rozpoznawania mówców, wskaż to życzenie — skill przełączy się na model gpt-4o-transcribe-diarize i zwróci wynik w formacie JSON z etykietami mówców.

  5. Wyniki zostaną zapisane w katalogu output/transcribe/. Jeśli transkrybujesz wiele plików, użyj flagi --out-dir, aby uniknąć nadpisywania wyników.

  6. Sprawdź jakość transkrypcji, etykiety mówców i granice segmentów. Jeśli potrzebujesz poprawy, poproś o pojedynczą, ukierunkowaną zmianę — skill obsługuje iteracyjne ulepszenia.

Related skills

xlsx

by anthropics

Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2)

Data Science
40128

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

codex

by Lucklyric

Invoke Codex CLI for complex coding tasks requiring high reasoning capabilities. This skill should be invoked when users explicitly mention \

Data Science
16163

stock-analyzer

by FrancyJGLisboa

Provides comprehensive technical analysis for stocks and ETFs using RSI, MACD, Bollinger Bands, and other indicators. Activates when user requests stock analysis, technical indicators, trading signals, or market data for specific ticker symbols.

Data Science
23128

docx

by anthropics

Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude needs to work with professional documents (.docx files) for: (1) Creating new documents, (2) Modifying or editing content,

Data Science
39142

pdf

by anthropics

Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.

Data Science
31144