skills/voice-message/SKILL.md
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.
npx skillsauth add palladius/gemini-cli-palladius-public-goodies voice-messageInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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:
tools
(💛) Real-time water temperatures, open status of Zurich badis (lakes, river/Letten, pools), outside weather recommendations for family trips, and Limmat canotto/dinghy flow safety alerts.
development
(💛) Auto-documents any Git repository: creates ABOUT.md, generates project hero images via nanobanana, and builds deep diagrams (Mermaid E/R or Class diagrams).
tools
Google Workspace CLI managed the Carlesso way—featuring isolated configurations, selective read-only security, and standard workflows.
testing
Audits and renames tmux sessions based on their active content. Use when the user wants to organize their tmux workspace, identify what's running in each session, or apply a consistent naming convention (giancarlo-YYYYMMDD-SYNOPSIS) to all active sessions.