feat: add /add-telegram-voice skill for local whisper.cpp transcription#718
Closed
vweaver wants to merge 2 commits intoqwibitai:mainfrom
Closed
feat: add /add-telegram-voice skill for local whisper.cpp transcription#718vweaver wants to merge 2 commits intoqwibitai:mainfrom
vweaver wants to merge 2 commits intoqwibitai:mainfrom
Conversation
Adds a skill that upgrades the Telegram channel with local voice message transcription using whisper.cpp. Voice notes arrive as [Voice: <transcript>] instead of placeholders. No cloud API, no cost — runs entirely on-device. - Channel-agnostic transcription module (Buffer in, text out) - Depends on telegram skill, conflicts with voice-transcription (different API) - 15 skill package tests, 5 new voice transcription integration tests Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Collaborator
|
There's already a |
Author
|
They solve different problems — That said,
Would you prefer that approach, or is there a different way you'd like to see it structured? |
Author
|
Closing in favor of a new PR that adds Telegram support to the existing |
4 tasks
This was referenced Mar 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a new skill (
/add-telegram-voice) that upgrades the Telegram channel with local voice message transcription using whisper.cpp. Follows the project's "skills over features" philosophy — no changes to core code.transcribeAudio(Buffer): Promise<string | null>, usable by any channeltelegramskill, conflicts withvoice-transcription(incompatiblesrc/transcription.tsAPI — Baileys-coupled vs channel-agnostic)[Voice: <transcript>]instead of[Voice message]placeholdersSkill contents
SKILL.mdmanifest.yamladd/src/transcription.tsmodify/src/channels/telegram.tsmodify/src/channels/telegram.test.tstests/telegram-voice.test.tsBuilt and tested on Linux (Ubuntu) with whisper.cpp built from source (
-DBUILD_SHARED_LIBS=OFF). SKILL.md includes Linux-specific build instructions and the static linking gotcha.Test plan
[Voice: Can you hear me now?]🤖 Generated with Claude Code