
Refactor Ua
- Updated May 11, 2026
- refactor-ua/Voice-Skill
Voice-Skill is a Claude Code plugin that adds Whisper transcription and TTS voice replies so agents can handle Telegram and Live Web Chat voice messages without manual command recall.
About
refactor-ua Voice-Skill is a Claude Code marketplace plugin that adds voice-message handling to agent workflows. It ships Whisper transcription scripts, TTS generation, and a SKILL.md that teaches Claude when to transcribe incoming voice and how to reply with audio on Telegram or Live Web Chat. Install it when you want hands-free or voice-first interaction with your coding agent over chat channels instead of typing everything.
- Whisper transcription for Telegram voice notes
- OpenAI or Groq TTS for voice replies
- Pairs with Live Web Chat for browser voice
- Channel-aware SKILL.md routing
Refactor Ua by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add refactor-ua/Voice-SkillAdd your badge
Show developers this marketplace is listed on Skillselion. Paste this into your README.
| Last updated | May 11, 2026 |
|---|---|
| Repository | refactor-ua/Voice-Skill ↗ |
How do I let my coding agent transcribe voice notes and reply with speech on Telegram or browser chat?
Adds Whisper transcription and TTS voice replies for Telegram and Live Web Chat in Claude Code.
Who is it for?
Developers using Claude Code with Telegram or Live Web Chat who want automatic voice transcription and spoken replies.
Skip if: Teams that only use text-based IDE chat and do not run Telegram or Live Web Chat integrations.
What you get
Voice input is transcribed to text and agent replies can be rendered as MP3 attachments or browser-played TTS audio.
Plugins in this marketplace
1 plugin - install individually after you add the marketplace.
Recommended Marketplaces
FAQ
What API keys does Voice-Skill need?
OPENAI_API_KEY is required by default; GROQ_API_KEY is optional if you set VOICE_PROVIDER=groq for faster/cheaper transcription.
Does it work without Live Web Chat?
Yes for Telegram voice notes; Live Web Chat is optional but recommended for the full browser mic and WebSocket TTS flow.