From d17e490083bb0eb0bd108ab5f164dd0a87c5079c Mon Sep 17 00:00:00 2001 From: "refly-skill-bot[bot]" <257064113+refly-skill-bot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 04:08:38 +0000 Subject: [PATCH] Add skill: openai-whisper --- skills/openai-whisper/README.md | 28 ++++++++++++++++++++++++++++ skills/openai-whisper/SKILL.md | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+) create mode 100644 skills/openai-whisper/README.md create mode 100644 skills/openai-whisper/SKILL.md diff --git a/skills/openai-whisper/README.md b/skills/openai-whisper/README.md new file mode 100644 index 0000000..588deac --- /dev/null +++ b/skills/openai-whisper/README.md @@ -0,0 +1,28 @@ +# openai-whisper + +Local speech-to-text with the Whisper CLI (no API key). This skill allows you to transcribe audio files directly on your machine using OpenAI's Whisper model. Use when you need to: (1) Transcribe audio recordings to text, (2) Translate audio in foreign languages to English, or (3) Generate subtitles in formats like SRT or VTT. + +## Installation + +```bash +refly skill install skp-i3i1eae76onkfpz23ftr9yez +``` + +## Triggers + +- transcribe audio +- whisper +- speech-to-text +- audio transcription + +## Tags + +_No tags_ + +## Author + +ziyizhang1995 + +## Links + +- [View on Refly](https://refly.ai/skill/skp-i3i1eae76onkfpz23ftr9yez) diff --git a/skills/openai-whisper/SKILL.md b/skills/openai-whisper/SKILL.md new file mode 100644 index 0000000..16d30fa --- /dev/null +++ b/skills/openai-whisper/SKILL.md @@ -0,0 +1,32 @@ +--- +name: openai-whisper +description: Local speech-to-text with the Whisper CLI (no API key). This skill allows you to transcribe audio files directly on your machine using OpenAI's Whisper model. Use when you need to: (1) Transcribe audio recordings to text, (2) Translate audio in foreign languages to English, or (3) Generate subtitles in formats like SRT or VTT. +skillId: skp-i3i1eae76onkfpz23ftr9yez +workflowId: see-workflow-mapping +triggers: + - transcribe audio + - whisper + - speech-to-text + - audio transcription +version: 1.0.0 +--- + +# openai-whisper + +Local speech-to-text with the Whisper CLI (no API key). This skill allows you to transcribe audio files directly on your machine using OpenAI's Whisper model. Use when you need to: (1) Transcribe audio recordings to text, (2) Translate audio in foreign languages to English, or (3) Generate subtitles in formats like SRT or VTT. + +## Installation + +```bash +refly skill install skp-i3i1eae76onkfpz23ftr9yez +``` + +## Usage + +After installation, run the skill using your installation ID: + +```bash +refly skill run --input '{}' +``` + +The installation ID is returned when you run `refly skill install`.