This Arabic-first skill provides an Adhan (call to prayer) player that can play local or online Adhan audio files. It includes a curated list of reciters and examples for playback on macOS and Linux, with options for volume control and fetching remote Adhan files.
Trigger when the user asks to 'play Adhan', requests a specific reciter's voice, or wants a prayer-time notification. Useful in cultural, religious, or alarm contexts where users expect accurate and respectful playback of Adhan recordings.
Agents that can run shell commands and play or fetch audio (OpenClaw, CLI-enabled agents).
Adhan Player is a simple skill that plays Islamic call-to-prayer audio using local MP3 files or downloads from everyayah.com via curl, then plays them with afplay (macOS) or ffplay (Linux). No bundled scripts — the SKILL.md itself contains the curl and ffplay commands the agent should run. Structure is clear with a reciters table, platform-specific playback instructions, volume control, and usage rules, all written in Arabic. No security concerns beyond unverified MP3 downloads from a single external host.
ffplay (listed as required bin in frontmatter)Entirely in Arabic. Simple, well-structured skill with no scripts. The curl-to-/tmp pattern is standard for audio download skills. Niche but genuine use case for Muslim users.