Voice

v1.0.0

Voice communication via Telegram. Automatically transcribes incoming voice messages using faster-whisper and replies with TTS voice. Use for all voice-relate...

0· 421·2 current·2 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (Telegram voice transcription + TTS replies) matches the instructions: they show using faster-whisper to transcribe .ogg files and using an existing TTS/send tool to reply. The skill does not request unrelated credentials or tools.
Instruction Scope
SKILL.md stays on task: it shows a small faster-whisper snippet for transcribing a local file path and JSON actions for sending TTS replies to the Telegram channel. It does not instruct reading arbitrary files, other env vars, or exfiltrating data to unexpected endpoints.
Install Mechanism
There is no install spec, but SKILL.md advises installing faster-whisper via pip. Pip installs and model downloads are normal for this purpose but involve executing third-party code and downloading model weights from upstream—this is a legitimate functional requirement but carries the usual supply-chain and resource risks (bandwidth, disk).
Credentials
The skill declares no required env vars or credentials. It implicitly relies on the agent/platform having Telegram and TTS capability already configured; it does not ask for unrelated secrets or broad access.
Persistence & Privilege
always is false and the skill does not request persistent or system-wide privileges. It does not ask to modify other skills or agent configs.
Assessment
This skill appears coherent for Telegram voice transcription and TTS replies. Before installing or enabling it: confirm you trust the faster-whisper package and are comfortable allowing a pip install (it will pull third-party code and download model weights which can be large); ensure your agent/platform already has Telegram credentials and a TTS tool configured (the skill expects those but does not manage them); consider running installations in a controlled environment if you want to limit supply-chain risk or disk/network usage.

Like a lobster shell, security has layers — review code before you run it.

latestvk97d8xawcxdf1e6cr1ekjfhv5d82re4m

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments