slack-voice-reply

Generate voice audio replies with Groq Orpheus TTS and post them to Slack channels.

1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/MCERQUA/jam-skills --skill slack-voice-reply
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slack-voice-reply
Source: https://github.com/MCERQUA/jam-skills/tree/main/slack-voice-reply
Command: npx skills add https://github.com/MCERQUA/jam-skills --skill slack-voice-reply

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Groq API, Slack API, and includes scripts (resource) and assets (resource) components.

What problem does it solve?

This Skill solves the challenge of engaging users with voice replies in Slack channels, providing a more engaging and personal touch to text-based communication.

Core Features & Use Cases

  • Voice to Text: Generate voice audio replies using Groq Orpheus TTS.
  • Slack Integration: Post voice replies directly to any pre-wired Slack channel.
  • Vocal Direction: Customize the tone of the voice reply with vocal direction tags.
  • Use Case: When a user requests a voice reply in a Slack channel, this Skill can generate a voice message and post it to the channel, enhancing the communication experience.

Quick Start

To send a voice reply to the 'General' channel, use the command: bash /mnt/shared-skills/slack-voice-reply/slack-voice-send.sh "Your message text" "$SLACK_CHANNEL_COMPANY" "troy" "professionally"

Frequently Asked Questions about slack-voice-reply

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

FAQPage Schema
How do I send voice replies to a Slack channel?

Posting voice replies to Slack channels requires a Slack bot token, a Groq API key, and target channel information. This Skill uses these prerequisites to generate audio via Groq Orpheus TTS and upload it directly to your team communication workspace.

Can I customize the tone of voice messages generated for Slack?

Yes, you can customize the tone of voice messages for Slack by passing vocal direction tags in the command. This allows you to specify parameters like "professionally" to adjust the generated TTS audio output tone.

What is needed to integrate Groq TTS with Slack for team communication?

Integrating Groq TTS with Slack for team communication requires a Groq API key for text-to-speech generation, a Slack bot token for channel access, and the target channel identifier to successfully post the voice audio replies.

How does voice message generation work for Slack bots?

Voice message generation for Slack bots works by converting text input into audio files using Groq Orpheus TTS, then handling the conversion and uploading the resulting voice reply directly to the specified Slack channel through the Slack API.

Does Slack voice reply support different speakers for the generated audio?

Yes, Slack voice reply supports different speakers for the generated audio. The command structure includes a speaker parameter, allowing you to specify voice profiles like "troy" when generating your TTS audio replies for team communication.