skills/SKILL.md
# Azaan CLI Skill Use this skill when the user asks about Islamic prayer times, salah times, namaz times, athan/azan/adhan times, or Muslim prayer schedules. ## Tool: azaan A CLI tool for fetching Islamic prayer times. ### Installation ```bash npm install -g azaan ``` ### Commands #### Get Today's Prayer Times ```bash azaan ``` Returns: Fajr, Sunrise, Dhuhr, Asr, Maghrib, Isha times with current/next prayer highlighted. #### Get Next Prayer ```bash azaan next ``` Returns: Next prayer nam
npx skillsauth add ahmadawais/azaan skillsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when the user asks about Islamic prayer times, salah times, namaz times, athan/azan/adhan times, or Muslim prayer schedules.
A CLI tool for fetching Islamic prayer times.
npm install -g azaan
azaan
Returns: Fajr, Sunrise, Dhuhr, Asr, Maghrib, Isha times with current/next prayer highlighted.
azaan next
Returns: Next prayer name, time, and countdown.
azaan month
azaan month --year 2026 --month 3
Returns: Full month prayer timetable.
azaan -c "Makkah" -C "Saudi Arabia"
azaan --lat 21.4225 --lon 39.8262
azaan --plain
azaan next --plain
# Interactive
azaan config
# Flag-based
azaan config --city "Dubai" --country "UAE"
azaan config --method 16 --school 0
azaan config --24h
azaan config --show
azaan methods
azaan --reset
| ID | Name | |----|------| | 0 | Jafari (Shia) | | 1 | Karachi (Pakistan) | | 2 | ISNA (North America) | | 3 | MWL (Europe) | | 4 | Makkah (Saudi) | | 5 | Egypt | | 7 | Tehran (Shia) | | 15 | Moonsighting | | 16 | Dubai |
| ID | Name | |----|------| | 0 | Shafi (standard Asr) | | 1 | Hanafi (later Asr) |
When user asks "What time is Maghrib?":
azaan next
# If Maghrib is next, shows: Maghrib at 5:37 PM (in 45m)
When user asks "Show me prayer times for Riyadh":
azaan -c "Riyadh" -C "Saudi Arabia"
When user asks "I follow Hanafi school":
azaan config --school 1
tools
Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------
tools
A CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts, manage followers, send DMs, upload media, or interact with any X API v2 endpoint.