What problem does it solve?
Converting local audio or video attachments into text usually requires uploading media to online services or manually running transcription tools. This Skill turns a single file in your MyAgents Workspace into a timestamped transcript using offline, App-managed asynchronous jobs, keeping media on your machine.
Core Features & Use Cases
- Offline Transcription: Submits a single local audio or video file (WAV, MP3, FLAC, M4A, MP4, MOV, and more) to an offline speech recognition job and produces transcript.md and transcript.json outputs.
- Job Lifecycle Management: Query status, wait for completion, cancel, or list transcription jobs scoped to your current Session via the
myagents speech CLI.
- Use Case: You have a meeting recording
meeting.m4a in your Workspace. Submit it with myagents speech transcribe --file ./meeting.m4a --json, receive a job ID, then poll or wait for the timestamped transcript written to your output directory.
Quick Start
Ask the agent to transcribe a local audio file in your Workspace, for example: transcribe the file meeting.m4a into a timestamped transcript and show me the job status.