agency-voice-ai-integration-engineer

Automate speech transcription workflows from raw audio to speaker-attributed transcripts.

Updated Apr 15, 2026
One-click install
npx skills add https://github.com/anavvanzin/Research --skill agency-voice-ai-integration-engineer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agency-voice-ai-integration-engineer
Source: https://github.com/anavvanzin/Research/tree/main/cowork/integrations/antigravity/agency-voice-ai-integration-engineer
Command: npx skills add https://github.com/anavvanzin/Research --skill agency-voice-ai-integration-engineer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates end-to-end speech transcription workflows, turning raw audio into structured, speaker-attributed transcripts and ready-to-consume data for CMSs, APIs, and downstream pipelines.

Core Features & Use Cases

  • End-to-end transcription pipeline design and deployment using Whisper-style models and cloud ASR services
  • Speaker diarization, caption generation, and structured JSON/Subtitle outputs
  • Handoff to CMSs, REST APIs, and LLM-based summarization or QA workflows for content systems

Quick Start

Configure a pipeline from ingestion to downstream integration and run a sample transcription with diarization on a representative audio file.

Frequently Asked Questions about agency-voice-ai-integration-engineer

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

FAQPage Schema
How do I build a speech-to-text pipeline with speaker diarization for podcasts?

A speech-to-text pipeline with speaker diarization for podcasts automates end-to-end workflows from raw audio ingestion to structured, speaker-attributed transcripts using Whisper-style models and cloud ASR services.

What is speaker diarization and when do I need it for audio transcription?

Speaker diarization identifies and labels individual speakers within an audio recording. You need it for boardroom recordings, customer calls, and podcasts to generate structured, speaker-attributed transcripts with accurate timestamps and captions.

How do I generate subtitle files and structured JSON from raw audio recordings?

You can generate subtitle files and structured JSON from raw audio by configuring an end-to-end transcription pipeline that handles ingestion, preprocessing, chunking, transcription, and post-processing to produce ready-to-consume structured outputs.

Can I integrate transcribed audio into a CMS or REST API for downstream processing?

Yes, transcribed audio can be integrated into a CMS or REST API for downstream processing by configuring pipeline handoffs that pass structured, speaker-attributed transcripts directly into content systems and internal pipelines.

What's the best way to automate transcription workflows for customer calls?

The best way to automate transcription workflows for customer calls is to deploy an end-to-end pipeline that validates ingestion, preprocesses audio, transcribes with local or cloud models, and outputs structured data for downstream integration.

Does this transcription pipeline support both local Whisper models and cloud ASR services?

Yes, the transcription pipeline supports both local Whisper-style models and cloud ASR services, allowing you to configure transcription based on your infrastructure needs while maintaining diarization and structured output generation.