A smart Telegram workflow for OpenClaw that provides intelligent text and voice responses using local MLX-based transcription and synthesis.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install telegram-multilingual-voice-reply
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install telegram-multilingual-voice-reply using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Telegram Multilingual Voice Reply skill is a sophisticated communication workflow designed for AI agents. It intelligently differentiates between text and audio inputs to provide the most natural response format. By leveraging local MLX models on Apple Silicon, it ensures high-speed, private transcription and speech generation without relying on external cloud APIs.
This skill is a vital addition to Openclaw Skills for users who want a hands-free, multilingual experience. It follows the user's language automatically—replying in Chinese if the input is Chinese, or English if the input is English—unless a specific override is requested. Its unique ability to bundle voice notes and text captions into a single Telegram message significantly improves the user interface and accessibility.
To use this skill within your Openclaw Skills environment, ensure you have the mlx_audio package installed in your Python environment. You can test the underlying scripts using the following commands:
# To transcribe an audio file locally
python3 scripts/mlx_asr.py --audio /path/to/audio.ogg --language Chinese
# To generate a voice reply for Telegram
python3 scripts/mlx_tts_voice.py --text "Hello, this is your AI assistant." --out /tmp/reply.ogg
Ensure ffmpeg is installed on your system to handle audio format conversions from Telegram's OGG format to WAV for processing.
The skill utilizes the OpenClaw message tool with specific parameters to ensure voice and text parity:
| Parameter | Requirement | Description |
|---|---|---|
| asVoice | true | Forces the message to be sent as a native Telegram voice note. |
| filePath | string | The local path to the generated .ogg or .opus file. |
| caption | string | The text content of the reply, which must match the audio. |
| language | dynamic | Determined by the ASR output to ensure the response matches the input. |
Loading
An interactive 3D decision-making skill that generates custom spinning wheels for random selection.

A professional toolset for generating and deploying dithered HTML layouts to TRMNL e-ink devices using a specialized CSS framework and CLI.

A powerful integration for AI agents to automate scheduling, manage bookings, and synchronize calendars via the Cal.com API v2.

A comprehensive local intelligence dashboard providing real-time weather, financial data, and holiday information for any city.

A structured documentation and roadmap tool designed to help developers and enthusiasts systematically track their AI learning journey.

A proximity-based tokenization tool that converts Bluetooth signals into soulbound $ANIMA assets stored in a local DAG.








































