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/sholat
Or

What This Skill Does

The jadwal-sholat skill serves as a reliable interface for retrieving accurate prayer times (imsak, subuh, dzuhur, ashar, maghrib, and isya) across various cities and regencies in Indonesia. Powered by the official API from myquran.com (which sources data directly from the Kemenag Bimas Islam), this skill allows the OpenClaw AI agent to provide real-time religious scheduling information. Whether you need the prayer schedule for today, a specific historical or future date, or an entire month, this tool automates the process by handling location lookup and data formatting. It includes a dedicated Python helper script, scripts/myquran_sholat.py, to simplify API interaction, allowing the AI to query by city name or specific location ID.

Installation

To integrate this skill into your environment, use the OpenClaw CLI tool. Run the following command in your terminal:

clawhub install openclaw/skills/skills/banghasan/sholat

Ensure that you have Python 3 installed on your system, as the helper script relies on it for processing data efficiently. After installation, the agent will automatically recognize the available commands and be ready to handle location-based queries.

Use Cases

This skill is designed for users who require precise prayer time information without manually browsing websites. Common use cases include:

  • Providing daily reminders for prayer times based on the user's specific city.
  • Planning travel schedules or meetings around prayer times.
  • Retrieving monthly calendars for event planning within religious communities.
  • Assisting users who are new to a region and need to identify the correct local prayer schedule.

Example Prompts

  1. "Tolong carikan jadwal sholat hari ini untuk Kota Tangerang."
  2. "Kapan saja waktu sholat untuk daerah Jakarta pada tanggal 15 Maret 2026?"
  3. "Tampilkan jadwal sholat lengkap selama bulan Februari 2026 untuk Surabaya."

Tips & Limitations

  • Location Specificity: The search function works best with precise names. If the AI returns multiple results or an incorrect location, try using more specific keywords like 'KOTA TANGERANG' instead of just 'TANGERANG'.
  • ID Lookup: If you face persistent issues with name resolution, search for the location first to retrieve its specific ID. You can then use this ID directly in subsequent queries to ensure 100% accuracy.
  • Data Source: This skill depends on the availability of the api.myquran.com service. Ensure your system has active internet access, as the skill performs remote network calls to fetch real-time data from the Kemenag Bimas Islam source.

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-sholat": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#islam#schedule#indonesia#productivity#api
Safety Score: 5/5

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