ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified utilities Safety 5/5

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/banghasan/jadwal-sholat
Or

What 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

  1. "Tolong carikan jadwal sholat hari ini untuk Kota Tangerang."
  2. "Kapan jadwal sholat untuk wilayah Bekasi pada tanggal 5 Februari 2026?"
  3. "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.com service. 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

Author@banghasan
Stars4473
Views1
Updated2026-05-01
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-banghasan-jadwal-sholat": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#prayer-times#indonesia#islam#schedule#utilities
Safety Score: 5/5

Flags: network-access, external-api, code-execution