drakulavichdrakulavichCommunityยท8 Agent Skills Included

kesha-voice-kit

Offline speech transcription, synthesis, and language detection

Transcribes voice messages and audio files in 25 languages, synthesizes speech in 9 languages, and detects spoken and written language entirely offline. Eliminates cloud APIs, per-minute billing, and privacy risks by running everything locally on Apple Silicon, Linux, and Windows. Exposes every capability through a simple CLI and MCP server so agents and scripts can transcribe, speak, and route by language automatically.
npx skills add drakulavich/kesha-voice-kit --all -g -y
Available:

Gives the coding agent the project's binding rules for building, testing, and releasing the voice toolkit, including Bun-only runtime, explicit model installs, and worktree-based editing.

All Skills in This Repository (8)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Kesha Voice Kit?โ–ผ

Run `npx skills add drakulavich/kesha-voice-kit --all -g -y` in your terminal to install all skills in this suite globally.

How to transcribe voice messages offline?โ–ผ

Run `kesha --json voice.ogg` after installing; it returns the transcript plus detected language with confidence scores, with no cloud calls.

Can Kesha generate voice notes for Telegram?โ–ผ

Yes. `kesha say --format ogg-opus --out reply.ogg "text"` produces messenger-native OGG/Opus voice notes directly, with no ffmpeg needed.

Does Kesha work with Claude Code and other agents?โ–ผ

Yes. It ships an MCP server (`kesha mcp`) exposing transcribe, synthesize, and language tools to Claude Code, Cursor, Codex, and OpenClaw.

Does Kesha send my audio to the cloud?โ–ผ

No. All speech-to-text, text-to-speech, and language detection run locally after a one-time model download, so voice data never leaves your machine.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’