用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/vellum-ai/vellum-assistant --skill transcribe命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | transcribe |
| description | Transcribe audio and video files using the configured speech-to-text provider |
| compatibility | Designed for Vellum personal assistants |
| metadata | {"emoji":"🎙️","vellum":{"display-name":"Transcribe","category":"voice","activation-hints":["User has an audio or video file on disk they want converted to text","User wants speech-to-text on a recording, voice memo, podcast, or meeting capture","User asks for a transcript of a media file (mp3, wav, m4a, mp4, mov, etc.)"]}} |
Transcribe audio and video files using the configured speech-to-text provider. Supports multiple STT providers including OpenAI Whisper, Deepgram, and Google Gemini — the active provider is selected in Settings under Speech-to-Text (services.stt).
file_path (absolute path to a local audio or video file) to transcribe.services.stt) is shared between transcription and telephony call paths.When adding or modifying an STT provider, follow the onboarding checklist at assistant/docs/stt-provider-onboarding.md. That document covers the daemon catalog, config schema, adapter wiring, client catalog parity, and required tests.