Install
$ agentstack add skill-moshe-ship-hurmoz-adhan-player ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
مشغّل الأذان
المؤذنون المتاحون
من مكتبة الأذان المحلية
| المؤذن | الملف | |--------|-------| | مشاري العفاسي | 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 |
من الإنترنت
islamcan.com (أذان كامل)
# أذان مكة — عبدالرحمن السديس
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 يدوياً واحفظه محلياً: > ``bash > # ضع ملف الأذان في مجلد ثابت > mkdir -p ~/Audio/adhan > cp /path/to/downloaded/adhan.mp3 ~/Audio/adhan/adhan_alafasi.mp3 > > # ثم شغّله مباشرة > afplay ~/Audio/adhan/adhan_alafasi.mp3 > ``
التشغيل
macOS
afplay /path/to/adhan.mp3
Linux
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
متى تستخدم
- المستخدم يقول "شغّل أذان" أو "أبي أسمع أذان"
- يطلب أذان بصوت مؤذن معين
- وقت الصلاة حان ويريد تنبيه
القواعد
- إذا ما حدد مؤذن، شغّل العفاسي (الأشهر)
- إذا طلب "أذان الفجر"، نبّه أن أذان الفجر مختلف (فيه "الصلاة خير من النوم")
- احترم الأذان — لا تقطعه أو تعدّل فيه
- إذا الرابط الخارجي ما اشتغل، استخدم الملفات المحلية مباشرة
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Moshe-ship
- Source: Moshe-ship/hurmoz
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.