voice-assistant

Convert Arabic speech to text, process with an LLM, and generate spoken responses.

1|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/jackquelinunpredictable827/mkhlab --skill voice-assistant-jackquelinunpredictable827
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: voice-assistant
Source: https://github.com/jackquelinunpredictable827/mkhlab/tree/main/hermes-skills/voice-assistant
Command: npx skills add https://github.com/jackquelinunpredictable827/mkhlab --skill voice-assistant-jackquelinunpredictable827

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

يوفر هذا المسار حلًا كاملاً لتحويل الكلام العربي إلى نص، ثم معالجته بواسطة نموذج لغوي وإرجاع رد صوتي باللغة العربية. يمكّن المستخدمين من التفاعل الصوتي الكامل مع الأنظمة الذكية.

Core Features & Use Cases

  • تحويل الكلام إلى نص عربي بدقة عالية باستخدام Whisper
  • معالجة النص بواسطة نموذج لغوي (LLM) لإنتاج رد مناسب
  • تحويل الرد إلى صوت بالعربية باستخدام نظام TTS
  • أمثلة الاستخدام: بناء مساعد صوتي، دعم الواجهات الصوتية للأنظمة، وتوليد ردود صوتية في تطبيقات التعليم والرعاية الذكية

Quick Start

ابدأ بتشغيل خط الأنابيب الصوتي عبر إرسال ملف صوتي أو التفاعل مع الميكروفون وتلقّ الرد صوتياً.

Frequently Asked Questions about voice-assistant

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build an end-to-end Arabic voice assistant pipeline?

An Arabic voice assistant pipeline converts speech to text using Whisper, processes the text with an LLM, and generates spoken Arabic responses using a TTS engine.

What is the best way to convert Arabic speech to text and reply with audio?

The best way to convert Arabic speech to audio replies is a multi-stage pipeline: Whisper transcribes the speech, an LLM generates a contextual response, and a TTS engine synthesizes the spoken Arabic output.

Does the Arabic voice assistant pipeline require Whisper for speech-to-text?

Yes, the Arabic voice assistant pipeline requires Whisper for speech-to-text transcription, an LLM for conversational understanding, and a TTS engine to generate the final spoken audio output.

Can I use an LLM to process Arabic speech-to-text and generate voice replies?

Yes, you can use an LLM to process Arabic speech-to-text by feeding Whisper transcripts into the model, which then generates contextual text replies that a TTS engine converts into spoken Arabic audio.

What are the limitations of using a deterministic multi-stage pipeline for Arabic voice processing?

A deterministic multi-stage pipeline for Arabic voice processing limits dynamic conversational flexibility, requiring strict handoffs between Whisper, the LLM, and the TTS engine to maintain accurate speech-to-text and audio reply generation.