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.

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: sholat Version: 1.0.0 The skill bundle is designed to fetch prayer schedules from the public API `api.myquran.com`. The `SKILL.md` provides clear, benign instructions for using the included Python script or direct `curl` commands, without any evidence of prompt injection attempts. The `scripts/myquran_sholat.py` script uses only standard Python libraries, makes HTTP requests exclusively to `https://api.myquran.com/v3`, and safely handles user input by URL-encoding parameters, preventing malicious execution or data exfiltration.