Formats the transcript of a voice message with a standardized, fixed-width layout. Use this skill whenever a voice message is received to present the transcript clearly before taking action.
This skill standardizes the presentation of voice message transcripts. It wraps the transcript in a fixed-width markdown block, includes the appropriate language flag, and separates it with horizontal lines.
This ensures that transcripts are clearly distinguished from regular conversation and easy to read.
When a voice message is received and transcribed, use the format_transcript.sh script to format the output.
{baseDir}/scripts/format_transcript.sh --lang [it|en] --transcript "The transcribed text goes here."
--lang: The two-letter language code of the transcript (it for Italian, en for English).--transcript: The full text of the voice message transcript.# For an Italian voice message
{baseDir}/scripts/format_transcript.sh --lang "it" --transcript "Ciao Lobby, come stai?"
# For an English voice message
{baseDir}/scripts/format_transcript.sh --lang "en" --transcript "Hey Lobby, how are you?"
Moving forward, this skill should be the default way to handle incoming voice messages. The workflow is: