voice-inbox

Transcribe audio messages and execute pm-workspace commands after confirmation.

47|10|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/gonzalezpazmonica/pm-workspace --skill voice-inbox
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: voice-inbox
Source: https://github.com/gonzalezpazmonica/pm-workspace/tree/main/.claude/skills/voice-inbox
Command: npx skills add https://github.com/gonzalezpazmonica/pm-workspace --skill voice-inbox

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires faster-whisper, ffmpeg, and includes references (resource) components.

What problem does it solve?

This Skill streamlines communication by automatically transcribing voice messages from platforms like WhatsApp and Nextcloud Talk, interpreting the user's intent, and executing corresponding commands within the pm-workspace.

Core Features & Use Cases

  • Audio Transcription: Converts voice messages into text using local Faster-Whisper.
  • Intent Recognition: Leverages Claude to map transcribed text to specific pm-workspace commands.
  • Action Execution: Executes commands after user confirmation, integrating voice input into project management workflows.
  • Use Case: A project manager receives a voice note asking to update a PBI's status. The Skill transcribes it, suggests the /pbi-update command, and upon confirmation, executes it.

Quick Start

Use the voice-inbox skill to transcribe and process the attached voice message.

Frequently Asked Questions about voice-inbox

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

FAQPage Schema
How do I transcribe WhatsApp voice messages into text for project management?

Voice messages from platforms like WhatsApp and Nextcloud Talk are transcribed locally using Faster-Whisper. The transcribed text is then interpreted by Claude to map to and execute pm-workspace commands after user confirmation.

How do I convert audio notes into automated pm-workspace commands?

Audio notes are converted into pm-workspace commands by mapping transcribed text to specific actions via Claude. The system suggests a command, such as /pbi-update, and executes it only after user confirmation.

Do I need ffmpeg and Faster-Whisper to transcribe voice notes locally?

Yes, ffmpeg and Faster-Whisper are required dependencies. Faster-Whisper performs the local transcription, while ffmpeg handles various audio formats, ensuring voice messages are processed privately on your device.

Does local audio transcription work with Nextcloud Talk voice messages?

Yes, local audio transcription supports Nextcloud Talk voice messages. The Skill handles various audio formats from Nextcloud Talk and WhatsApp, processing them entirely locally to ensure privacy.

Is there a confirmation step before executing commands from transcribed audio?

Yes, a user confirmation step is required before executing commands. This ensures you review the interpreted intent from the transcribed audio and approve the pm-workspace command before any action is taken.