voice-control

Convert Telegram voice messages to text and speech for smart home control.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/reid15halo-ops/Local-Buisness-automizer --skill voice-control-reid15halo-ops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: voice-control
Source: https://github.com/reid15halo-ops/Local-Buisness-automizer/tree/main/infrastructure/vps/skills/voice-control
Command: npx skills add https://github.com/reid15halo-ops/Local-Buisness-automizer --skill voice-control-reid15halo-ops

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the processing of Telegram voice messages, converting them to text, interpreting commands for smart home control or general queries, and responding with synthesized speech.

Core Features & Use Cases

  • Speech-to-Text (STT): Utilizes Whisper STT for accurate transcription of voice messages.
  • Smart Home Control: Recognizes commands for lights, heating, blinds, and predefined scenes.
  • Text-to-Speech (TTS): Generates spoken responses using Piper TTS.
  • Use Case: Send a voice message saying "Turn on the living room light to 50%" and have the Skill execute the command and confirm with a voice reply.

Quick Start

Process the attached audio file using the voice bridge script.

Frequently Asked Questions about voice-control

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

FAQPage Schema
How do I control smart home devices using Telegram voice messages?

You can control smart home devices by sending Telegram voice messages, which are converted to text via Whisper STT, interpreted for commands like adjusting lights or heating, and confirmed with a Piper TTS voice reply.

Can I use Whisper STT and Piper TTS to automate Telegram voice message processing?

Yes, this Skill uses Whisper STT for speech-to-text transcription and Piper TTS for generating spoken responses, fully automating the processing pipeline for Telegram voice messages.

What smart home commands are supported when processing voice messages?

Supported smart home commands include controlling lights, heating, blinds, and predefined scenes, with specific keyword recognition for executing actions and generating audio responses.

How do I convert Telegram audio to text and execute home automation commands?

Process the attached audio file using the voice bridge script, which transcribes the audio via Whisper STT, interprets the home automation commands, and triggers the corresponding smart home actions.

Does this voice control approach require specific API endpoints for speech processing?

Yes, the system exposes API endpoints for speech-to-text processing, text-to-speech generation, and health checks to ensure the voice control bridge operates correctly.

Can I set light brightness levels using voice commands through Telegram?

Yes, you can send a voice message like "Turn on the living room light to 50%" and the Skill will execute the command and confirm the action with a synthesized voice reply.