# Adhan Player

> Adhan audio playback with multiple muezzin voices

- **Type:** Skill
- **Install:** `agentstack add skill-moshe-ship-hurmoz-adhan-player`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [Moshe-ship](https://agentstack.voostack.com/s/moshe-ship)
- **Installs:** 0
- **Category:** [Content & Media](https://agentstack.voostack.com/c/content-and-media)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [Moshe-ship](https://github.com/Moshe-ship)
- **Source:** https://github.com/Moshe-ship/hurmoz/tree/main/adhan-player

## Install

```sh
agentstack add skill-moshe-ship-hurmoz-adhan-player
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## 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 (أذان كامل)
```bash
# أذان مكة — عبدالرحمن السديس
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
```bash
afplay /path/to/adhan.mp3
```

### Linux
```bash
ffplay -nodisp -autoexit /path/to/adhan.mp3
```

### مع مستوى الصوت
```bash
ffplay -nodisp -autoexit -volume 80 /path/to/adhan.mp3
```

### تشغيل من ملف محلي (الطريقة الأضمن)
```bash
# 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](https://github.com/Moshe-ship)
- **Source:** [Moshe-ship/hurmoz](https://github.com/Moshe-ship/hurmoz)
- **License:** MIT

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

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** yes
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-moshe-ship-hurmoz-adhan-player
- Seller: https://agentstack.voostack.com/s/moshe-ship
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
