jadwal-sholat
Ambil jadwal sholat (imsak, subuh, dzuhur, ashar, maghrib, isya) untuk kota/kabupaten di Indonesia dari API Muslim.
Setup & Installation
Install command
clawhub install banghasan/jadwal-sholatIf the CLI is not installed:
Install command
npx clawhub@latest install banghasan/jadwal-sholatOr install with OpenClaw CLI:
Install command
openclaw skills install banghasan/jadwal-sholator paste the repo link into your assistant's chat
Install command
https://github.com/openclaw/skills/tree/main/skills/banghasan/jadwal-sholatWhat This Skill Does
Fetches prayer schedules for Indonesian cities and regencies from api.myquran.com, using data sourced from Indonesia's Ministry of Religious Affairs (Kemenag Bimas Islam). Covers the six daily times: imsak, subuh, dzuhur, ashar, maghrib, and isya. Supports queries for today, a specific date, or a full month.
Uses official Kemenag Bimas Islam data without requiring an API key, account, or local calculation engine.
When to Use It
- Checking today's prayer times for a specific Indonesian city
- Looking up the prayer schedule for a date before travel
- Pulling a full month's schedule for Ramadan planning
- Finding the correct city ID when a location name is ambiguous
- Feeding official prayer times into a daily reminder or calendar bot
View original SKILL.md file
# Jadwal Sholat (api.myquran.com) API base: `https://api.myquran.com/v3` Script helper (rekomendasi): `scripts/myquran_sholat.py` ## Quick start Cari lokasi (kab/kota): ```bash python3 scripts/myquran_sholat.py cari "tangerang" ``` Jadwal sholat hari ini (Asia/Jakarta) untuk lokasi berdasarkan keyword: ```bash python3 scripts/myquran_sholat.py hari-ini "kota tangerang" ``` Jadwal sholat tanggal tertentu (format `YYYY-MM-DD`): ```bash python3 scripts/myquran_sholat.py tanggal "kota tangerang" 2026-02-03 ``` Jadwal sholat 1 bulan (format `YYYY-MM`): ```bash python3 scripts/myquran_sholat.py bulan "kota tangerang" 2026-02 ``` ## Catatan pemilihan lokasi Endpoint pencarian mengembalikan beberapa kandidat. Script akan: - mencoba match exact (case-insensitive) ke kolom `lokasi` bila memungkinkan - kalau tidak, pakai hasil pertama Kalau hasilnya kurang tepat, gunakan keyword yang lebih spesifik (mis. `KOTA TANGERANG` vs `TANGERANG`), atau ambil `id` lokasi lalu panggil mode `id`. ## Pemanggilan langsung via curl (tanpa script) Cari kab/kota: ```bash curl -s "https://api.myquran.com/v3/sholat/kabkota/cari/tangerang" ``` Ambil jadwal hari ini: ```bash curl -s "https://api.myquran.com/v3/sholat/jadwal/<ID>/today?tz=Asia/Jakarta" ``` Ambil jadwal periode (bulanan / harian): ```bash # bulanan curl -s "https://api.myquran.com/v3/sholat/jadwal/<ID>/2026-02?tz=Asia/Jakarta" # harian curl -s "https://api.myquran.com/v3/sholat/jadwal/<ID>/2026-02-03?tz=Asia/Jakarta" ```
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Checking today's prayer times for a specific Indonesian city
- 1Checking today's prayer times for a specific Indonesian city
- 2Looking up the prayer schedule for a date before travel
- 3Pulling a full month's schedule for Ramadan planning
- 4Finding the correct city ID when a location name is ambiguous
- 5Feeding official prayer times into a daily reminder or calendar bot
Ambil jadwal sholat (imsak, subuh, dzuhur, ashar, maghrib, isya) untuk kota/kabupaten di Indonesia dari API Muslim.
Security Audits
These signals reflect official OpenClaw status values. A Suspicious status means the skill should be used with extra caution.
Similar Skills
VIEW ALLsholat
Ambil jadwal sholat (imsak, subuh, dzuhur, ashar, maghrib, isya) untuk kota/kabupaten di Indonesia dari API Muslim.
jadwal-sholat-banghasan
Ambil jadwal sholat (imsak, subuh, dzuhur, ashar, maghrib, isya) untuk kota/kabupaten di Indonesia dari API Muslim.
airfrance-afkl
Track Air France flights using the Air France–KLM Open Data APIs.
idfm-journey-skill
Query Île-de-France Mobilités (IDFM) PRIM/Navitia.