← Back to Skills Marketplace
banghasan

Jadwal Sholat

by banghasan · GitHub ↗ · v1.0.1
cross-platform ✓ Security Clean
1315
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install jadwal-sholat-banghasan
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.
README (SKILL.md)

Jadwal Sholat (api.myquran.com)

API base: https://api.myquran.com/v3

Script helper (rekomendasi): scripts/myquran_sholat.py

Quick start

Cari lokasi (kab/kota):

python3 scripts/myquran_sholat.py cari "tangerang"

Jadwal sholat hari ini (Asia/Jakarta) untuk lokasi berdasarkan keyword:

python3 scripts/myquran_sholat.py hari-ini "kota tangerang"

Jadwal sholat tanggal tertentu (format YYYY-MM-DD):

python3 scripts/myquran_sholat.py tanggal "kota tangerang" 2026-02-03

Jadwal sholat 1 bulan (format YYYY-MM):

python3 scripts/myquran_sholat.py bulan "kota tangerang" 2026-02

Catatan pemilihan lokasi

Endpoint pencarian mengembalikan beberapa kandidat. Script akan:

  • mencoba match exact (case-insensitive) ke kolom lokasi bila memungkinkan
  • kalau tidak, pakai hasil pertama

Kalau hasilnya kurang tepat, gunakan keyword yang lebih spesifik (mis. KOTA TANGERANG vs TANGERANG), atau ambil id lokasi lalu panggil mode id.

Pemanggilan langsung via curl (tanpa script)

Cari kab/kota:

curl -s "https://api.myquran.com/v3/sholat/kabkota/cari/tangerang"

Ambil jadwal hari ini:

curl -s "https://api.myquran.com/v3/sholat/jadwal/\x3CID>/today?tz=Asia/Jakarta"

Ambil jadwal periode (bulanan / harian):

# bulanan
curl -s "https://api.myquran.com/v3/sholat/jadwal/\x3CID>/2026-02?tz=Asia/Jakarta"

# harian
curl -s "https://api.myquran.com/v3/sholat/jadwal/\x3CID>/2026-02-03?tz=Asia/Jakarta"
Usage Guidance
This skill appears coherent and low-risk: it only queries the public api.myquran.com endpoints and includes the small Python script source so you can inspect or run it locally. Before installing, consider: (1) verify you trust the registry owner or review the bundled script yourself (the source is included and looks benign), (2) running the skill performs outbound HTTPS requests to api.myquran.com so ensure network access is acceptable for your environment, and (3) because the repository/source is listed as unknown, you may want to run it in a sandbox the first time. There are no requested secrets or background persistence to be concerned about.
Capability Analysis
Type: OpenClaw Skill Name: jadwal-sholat-banghasan Version: 1.0.1 The skill bundle is benign. The `SKILL.md` clearly outlines the purpose of fetching prayer times from `api.myquran.com` and provides usage examples without any prompt injection attempts against the agent. The Python script `scripts/myquran_sholat.py` uses standard library functions (`urllib.request`, `json`) to interact solely with the specified API endpoint, properly encodes user input for URL construction, and does not exhibit any malicious behaviors such as data exfiltration, arbitrary command execution, or unauthorized file system access.
Capability Assessment
Purpose & Capability
Name/description align with the included script and SKILL.md: both call api.myquran.com to search locations and fetch jadwal sholat. No unrelated credentials, binaries, or capabilities are requested.
Instruction Scope
SKILL.md and the Python helper only instruct running the local script or curl against api.myquran.com. There are no instructions to read unrelated files, access other services, or transmit data to third parties beyond the documented API.
Install Mechanism
No install spec; the helper is a small stdlib-only Python script included in the bundle. Nothing is downloaded from external or untrusted URLs during install.
Credentials
The skill requests no environment variables or credentials. The script sets a benign User-Agent and only performs public API calls — no secrets are required or accessed.
Persistence & Privilege
Skill is not always-enabled and uses normal model invocation; it does not modify other skills or request persistent system-wide privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install jadwal-sholat-banghasan
  3. After installation, invoke the skill by name or use /jadwal-sholat-banghasan
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Initial publish (myquran sholat helper)
Metadata
Slug jadwal-sholat-banghasan
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

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

How do I install Jadwal Sholat?

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

Is Jadwal Sholat free?

Yes, Jadwal Sholat is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Jadwal Sholat support?

Jadwal Sholat is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Jadwal Sholat?

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

💬 Comments