kesha-voice-kit
Offline speech transcription, synthesis, and language detection
All Skills in This Repository (8)
Pure Emerald Level Indicatorskesha-voice-kit
Transcribe, synthesize, and detect language locally with a Bun/TS CLI.
openspec-apply-change
Automate OpenSpec change application with iterative task execution and guardrails.
openspec-explore
Guide analysis of ideas and requirements through questioning and ASCII diagrams.
openspec-archive-change
Archive completed OpenSpec changes after validating artifact status and delta specs.
release-engine
Automate kesha-engine releases with pre-flight audits, version bumps, tags, release notes, smoke tests, and npm publish.
openspec-propose
Generate proposal.md, design.md, and tasks.md from a user description.
verify-pin-bump
Verify SHA-256 pin mismatches and update rust/src/models.rs after checks.
openspec-sync-specs
Merge delta spec changes into main specs while preserving unrelated content.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core