speech2text-client

Transcribe audio and video files into text via a Speech2Text service.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/kvcop/ai-kb-assistant --skill speech2text-client
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speech2text-client
Source: https://github.com/kvcop/ai-kb-assistant/tree/main/.codex/skills/speech2text-client
Command: npx skills add https://github.com/kvcop/ai-kb-assistant --skill speech2text-client

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the transcription of audio and video files into text, making spoken content searchable and editable.

Core Features & Use Cases

  • Audio/Video Transcription: Converts spoken words from audio or video files into written text.
  • API Integration: Connects to a Speech2Text service using JWT authentication for secure access.
  • Use Case: Transcribe a recorded meeting or a voice note to get a written transcript for easy reference and sharing.

Quick Start

Use the speech2text client to transcribe the audio file located at 'path/to/voice.ogg'.

Frequently Asked Questions about speech2text-client

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I transcribe audio to text from a video or audio file?

This client transcribes audio to text by uploading media files to a Speech2Text service, polling the processing status, and retrieving the written transcript for your audio or video files.

How do I securely authenticate API requests for speech to text conversion?

You authenticate speech to text API requests using JWT authentication, which securely connects your client to the Speech2Text service to process and convert your audio files into text.

Can I use speech recognition to identify different speakers in an audio file?

Yes, the speech recognition client supports diarization and allows you to specify speaker count, enabling the transcription service to distinguish and label different speakers in the audio file.

What audio formats are supported for voice recognition transcription?

The voice recognition transcription client supports various audio formats, handling file uploads and result retrieval for common media types like voice notes and recorded meetings.

Does the speech to text client handle API errors during file transcription?

Yes, the speech to text client handles common API errors during file transcription, managing the upload, status polling, and result retrieval processes to ensure you get your text output.