with one click
adhan-player
Adhan audio playback with multiple muezzin voices
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Adhan audio playback with multiple muezzin voices
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
مراجعة كود عربي — راجع الكود مع فحص التعامل مع النصوص العربية وRTL والتعليقات العربية
مصطلحات صحية عربية — ترجم واشرح مصطلحات طبية بالعربي، ساعد في فهم التقارير الطبية
مصطلحات قانونية عربية — ترجم واشرح مصطلحات قانونية، ساعد في فهم العقود والمستندات القانونية بالعربي
Arabic OCR text extraction from images and documents
كاتب السيرة الذاتية — اكتب سيرة ذاتية احترافية بالعربي أو ثنائية اللغة
Arabic Siri integration for Hermes — trigger agent tasks via Arabic voice commands through Apple Shortcuts
Based on SOC occupation classification
| name | adhan-player |
| description | Adhan audio playback with multiple muezzin voices |
| version | 1.0.0 |
| author | Mousa Abu Mazin |
| license | MIT |
| platforms | ["linux","macos"] |
| prerequisites | {"commands":["ffplay"],"env_vars":[]} |
| metadata | {"hermes":{"tags":["islamic","adhan","audio","arabic"]}} |
| المؤذن | الملف |
|---|---|
| مشاري العفاسي | adhan_alafasi.mp3 |
| عبدالباسط عبدالصمد | adhan_abdalbaset.mp3 |
| ماهر المعيقلي | adhan_almajali.mp3 |
| أذان المسجد الأقصى | adhan_alaqsa.mp3 |
| أذان عمّان | adhan_amman.mp3 |
| أذان الجزيري | adhan_aljazari.mp3 |
| أذان الزهراني | adhan_alzahran.mp3 |
| أذان أفريقيا | adhan_africa.mp3 |
| أذان النفيس | adhan_alnafees.mp3 |
| أذان الأسلمي | adhan_aslami.mp3 |
# أذان مكة — عبدالرحمن السديس
curl -sL "https://www.islamcan.com/audio/adhan/azan1.mp3" --output /tmp/adhan.mp3
# أذان المدينة
curl -sL "https://www.islamcan.com/audio/adhan/azan2.mp3" --output /tmp/adhan.mp3
# أذان مشاري العفاسي
curl -sL "https://www.islamcan.com/audio/adhan/azan8.mp3" --output /tmp/adhan.mp3
تنبيه: إذا كانت الروابط غير متاحة، حمّل ملف أذان MP3 يدوياً واحفظه محلياً:
# ضع ملف الأذان في مجلد ثابت mkdir -p ~/Audio/adhan cp /path/to/downloaded/adhan.mp3 ~/Audio/adhan/adhan_alafasi.mp3 # ثم شغّله مباشرة afplay ~/Audio/adhan/adhan_alafasi.mp3
afplay /path/to/adhan.mp3
ffplay -nodisp -autoexit /path/to/adhan.mp3
ffplay -nodisp -autoexit -volume 80 /path/to/adhan.mp3
# macOS
afplay ~/Audio/adhan/adhan_alafasi.mp3
# Linux
ffplay -nodisp -autoexit ~/Audio/adhan/adhan_alafasi.mp3