ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

deen-time

Get daily Islamic prayer (Salah) times, Iftar, and Suhoor schedules for any location worldwide. Supports 15+ calculation methods, Hijri dates, and Ramadan calendars.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/fermions75/deen-time
Or

Deen Time

Your daily Islamic prayer companion. Provides accurate Salah times (Fajr, Sunrise, Dhuhr, Asr, Maghrib, Isha) for any city or coordinates worldwide. During Ramadan, also provides Suhoor (pre-dawn meal) and Iftar (fast-breaking) schedules with full monthly calendars.

When to Use This Skill

Use this skill when the user asks about:

  • Prayer times for a specific location
  • Iftar or Suhoor times
  • Ramadan schedule or timetable
  • When to break fast or start fasting
  • Fajr, Dhuhr, Asr, Maghrib, or Isha times
  • Islamic prayer schedule

How It Works

This skill uses the Aladhan Prayer Times API (https://aladhan.com/prayer-times-api), a free and reliable public API that requires no authentication.

Fetching Prayer Times by City

curl -L "https://api.aladhan.com/v1/timingsByCity?city={CITY}&country={COUNTRY}&method={METHOD}"

Replace {CITY}, {COUNTRY}, and {METHOD} with actual values. URL-encode spaces (e.g., New%20York). Always use -L to follow redirects.

Fetching Prayer Times by Coordinates

curl -L "https://api.aladhan.com/v1/timings/{DD-MM-YYYY}?latitude={LAT}&longitude={LNG}&method={METHOD}"

Use this when the user provides latitude/longitude or when a city name is ambiguous.

Fetching a Full Monthly Calendar

curl -L "https://api.aladhan.com/v1/calendarByCity/{YEAR}/{MONTH}?city={CITY}&country={COUNTRY}&method={METHOD}"

Use this for Ramadan schedules. {MONTH} is the Gregorian month number (1-12).

Calculation Methods

The method parameter controls prayer time calculation. Pick the most appropriate one based on the user's region:

MethodOrganizationBest For
1University of Islamic Sciences, KarachiPakistan, Bangladesh, India
2Islamic Society of North America (ISNA)North America
3Muslim World League (MWL)Europe, Far East
4Umm Al-Qura University, MakkahSaudi Arabia, Gulf
5Egyptian General Authority of SurveyAfrica, Syria, Lebanon
7Institute of Geophysics, University of TehranIran
8Gulf RegionUAE, Kuwait, Qatar
9KuwaitKuwait
10QatarQatar
11Majlis Ugama Islam SingapuraSingapore
12Union Organization Islamic de FranceFrance
13Diyanet Isleri BaskanligiTurkey
14Spiritual Administration of Muslims of RussiaRussia
15Moonsighting Committee WorldwideGlobal (moonsighting-based)

Defaults: Use method 2 for North America, 4 for Saudi/Gulf, 3 for Europe, 5 for Africa, 13 for Turkey, 1 for South Asia. If the user doesn't specify a preference, select based on their location.

API Response Structure

The API returns JSON. The key fields to extract:

Metadata

Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-fermions75-deen-time": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.