AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Adhan Player

skill-moshe-ship-hurmoz-adhan-player · by Moshe-ship

Adhan audio playback with multiple muezzin voices

No reviews yet
0 installs
24 views
0.0% view→install

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.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-moshe-ship-hurmoz-adhan-player)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Adhan Player? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.