jadwal-sholat
Ambil jadwal sholat (imsak, subuh, dzuhur, ashar, maghrib, isya) untuk kota/kabupaten di Indonesia dari API Muslim api.myquran.com (sumber Kemenag Bimas Islam). Gunakan saat user minta jadwal sholat hari ini / tanggal tertentu / 1 bulan untuk lokasi tertentu, atau butuh mencari ID kab/kota.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/banghasan/jadwal-sholatWhat This Skill Does
The jadwal-sholat skill for OpenClaw provides a robust interface to retrieve accurate prayer times (imsak, subuh, dzuhur, ashar, maghrib, and isya) for any city or regency in Indonesia. By integrating with the official API from myquran.com (sourced from the Kemenag Bimas Islam database), this skill ensures reliable and localized scheduling. It includes a dedicated Python helper script that handles location searching and data formatting, making it easier for users to query specific dates, full months, or daily schedules without manually navigating complex REST API endpoints.
Installation
To install this skill, use the ClawHub command-line interface. Open your terminal and run:
clawhub install openclaw/skills/skills/banghasan/jadwal-sholat
Ensure that you have Python 3 installed, as the recommended helper script scripts/myquran_sholat.py requires it to parse the API responses and map location keywords to internal IDs. Once installed, the skill will be available to the OpenClaw agent for immediate use.
Use Cases
This skill is ideal for:
- Individuals who want to stay updated with daily prayer schedules according to their specific region.
- Developers building Islamic lifestyle applications who need a reliable backend for prayer notifications.
- Planning events or meetings in Indonesia that need to account for local prayer times.
- Users who need to retrieve monthly prayer calendars for planning ahead.
Example Prompts
- "Tolong carikan jadwal sholat hari ini untuk Kota Tangerang."
- "Kapan jadwal sholat untuk wilayah Bekasi pada tanggal 5 Februari 2026?"
- "Tampilkan jadwal imsak dan subuh untuk daerah Jakarta selama bulan Maret 2026."
Tips & Limitations
- Location Precision: When searching for locations, results might return multiple matches. If the script picks a location you didn't intend, use more specific keywords like "KOTA TANGERANG" instead of just "TANGERANG".
- API Availability: This skill depends on the external
api.myquran.comservice. Ensure your system has an active internet connection. - Automation: If you are integrating this into a larger automated workflow, use the ID-based lookup method instead of the fuzzy search keyword method to ensure consistent results every time the agent runs.
- Timezones: All queries are defaulted to
Asia/Jakarta. If you need to adapt this for different time zones (WIB, WITA, WIT), ensure the endpoint parameters are adjusted accordingly if required by the API provider.
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-banghasan-jadwal-sholat": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api, code-execution
Related Skills
jadwal-sholat
Ambil jadwal sholat (imsak, subuh, dzuhur, ashar, maghrib, isya) untuk kota/kabupaten di Indonesia dari API Muslim api.myquran.com (sumber Kemenag Bimas Islam). Gunakan saat user minta jadwal sholat hari ini / tanggal tertentu / 1 bulan untuk lokasi tertentu, atau butuh mencari ID kab/kota.
jadwal-sholat
Ambil jadwal sholat (imsak, subuh, dzuhur, ashar, maghrib, isya) untuk kota/kabupaten di Indonesia dari API Muslim api.myquran.com (sumber Kemenag Bimas Islam). Gunakan saat user minta jadwal sholat hari ini / tanggal tertentu / 1 bulan untuk lokasi tertentu, atau butuh mencari ID kab/kota.
paste-rs
Paste text, Markdown, or HTML snippets to https://paste.rs and return a shareable URL. Use when the user asks to "paste"/"upload" text to paste.rs, share logs/config snippets safely as a link, or quickly publish command output without sending long messages.