Toolverse
All skills

local-whisper

by openclaw

Local speech-to-text using OpenAI Whisper. Runs fully offline after model download. High quality transcription with multiple model sizes.

Installation

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

Installation

Quick info

Author
openclaw
Category
Data Science
Views
19

About this skill

Local speech-to-text using OpenAI Whisper. Runs fully offline after model download. High quality transcription with multiple model sizes.

How to use

  1. Upewnij się, że masz zainstalowany ffmpeg na swoim systemie — jest to wymagane do przetwarzania plików audio.

  2. Przejdź do katalogu skill'u i zainstaluj zależności za pomocą uv. Uruchom polecenie cd ~/.clawdbot/skills/local-whisper, a następnie uv venv .venv --python 3.12 oraz uv pip install --python .venv/bin/python click openai-whisper torch --index-url https://download.pytorch.org/whl/cpu. Proces pobierze niezbędne biblioteki.

  3. Przygotuj plik audio (np. audio.wav) i uruchom transkrypcję podstawowym poleceniem: ~/.clawdbot/skills/local-whisper/scripts/local-whisper audio.wav. Domyślnie używany jest model base (74 MB).

  4. Jeśli chcesz lepszą jakość z szybszą pracą, użyj modelu turbo: ~/.clawdbot/skills/local-whisper/scripts/local-whisper audio.wav --model turbo. Dla maksymalnej dokładności wybierz large-v3.

  5. Aby uzyskać dodatkowe informacje (znaczniki czasu, format JSON), dodaj flagi: ~/.clawdbot/skills/local-whisper/scripts/local-whisper audio.wav --timestamps --json. Wynik zostanie wyświetlony w strukturze JSON z dokładnym czasem każdego słowa.

  6. Jeśli chcesz pracować w ciszy bez komunikatów postępu, dodaj flagę --quiet do dowolnego polecenia.

Related skills

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

last30days

by sickn33

Research a topic from the last 30 days on Reddit + X + Web, become an expert, and write copy-paste-ready prompts for the user's target tool.

Data Science
2148

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

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

web-artifacts-builder

by anthropics

Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX

Data Science
37124

quant-analyst

by zenobi-us

Expert quantitative analyst specializing in financial modeling, algorithmic trading, and risk analytics. Masters statistical methods, derivatives pricing, and high-frequency trading with focus on mathematical rigor, performance optimization, and profitable strategy development.

Data Science
67217