← Back to Skills Marketplace
banghasan

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.

by banghasan · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
1942
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install sholat
Description
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.
Usage Guidance
This skill appears to do exactly what's advertised: call the public api.myquran.com endpoints and format results. It makes outbound HTTP requests to that API (expected) and does not ask for any secrets. If you are concerned about privacy note that the API provider will see location keywords/IDs and request timestamps — avoid sending sensitive personal data in queries. If you want stricter control, disable autonomous invocation for skills or only run it on demand.
Capability Analysis
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.
Capability Assessment
Purpose & Capability
Name/description, SKILL.md, and the included Python helper all consistently implement searching locations and fetching prayer schedules from api.myquran.com. No unrelated services, binaries, or credentials are requested.
Instruction Scope
Runtime instructions tell the agent to call the public API (or run the included script). The script and SKILL.md only reference API endpoints and user-supplied arguments (location, date, month, id). There are no instructions to read arbitrary local files, environment secrets, or send data to unexpected endpoints.
Install Mechanism
No install spec — instruction-only plus a single helper script included. The helper uses Python stdlib (urllib), so nothing is downloaded or executed from untrusted URLs during install.
Credentials
The skill requests no environment variables, credentials, or config paths. The lack of secrets is appropriate for a public-API read-only use case.
Persistence & Privilege
always is false and the skill does not request elevated or persistent system privileges. It can be invoked by the agent (default), which is standard for skills; this combined with no credentials keeps risk low.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install sholat
  3. After installation, invoke the skill by name or use /sholat
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of jadwal-sholat. - Fetch jadwal sholat (imsak, subuh, dzuhur, ashar, maghrib, isya) for Indonesian cities/regencies from api.myquran.com. - Supports queries for today, a specific date, or a whole month. - Allows searching for city/regency IDs. - Provides helper script and curl instructions for easy access. - Uses official data from Kemenag Bimas Islam.
Metadata
Slug sholat
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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.?

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. It is an AI Agent Skill for Claude Code / OpenClaw, with 1942 downloads so far.

How do I install 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.?

Run "/install sholat" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 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. free?

Yes, 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. is completely free (open-source). You can download, install and use it at no cost.

Which platforms does 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. support?

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. is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 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.?

It is built and maintained by banghasan (@banghasan); the current version is v1.0.0.

💬 Comments