← Back to Skills Marketplace
banghasan

Jadwal Sholat

by banghasan · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
1393
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install jadwal-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.
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 is internally consistent and implements only HTTPS calls to api.myquran.com to fetch prayer times. Before installing, consider: (1) it will make outbound requests to api.myquran.com (check you are comfortable with that external dependency and its privacy policy), (2) the included Python helper runs locally (stdlib only) and does not persist data, and (3) no secrets are required. If you want extra assurance, review the included scripts/myquran_sholat.py (already present) and test the skill offline or in a restricted environment.
Capability Analysis
Type: OpenClaw Skill Name: jadwal-sholat Version: 1.0.0 The skill bundle is classified as benign. The `SKILL.md` provides clear instructions for fetching prayer schedules from `api.myquran.com` and does not contain any prompt injection attempts. The `scripts/myquran_sholat.py` script uses only standard Python libraries (`urllib.request`, `json`) to interact with the specified API, without any evidence of data exfiltration, malicious execution, persistence mechanisms, or obfuscation. All network requests are directed to `https://api.myquran.com/v3`, which aligns with the stated purpose.
Capability Assessment
Purpose & Capability
Name/description match the implementation: SKILL.md and scripts/myquran_sholat.py call only api.myquran.com endpoints for location search and schedule retrieval, which is exactly the stated purpose.
Instruction Scope
Runtime instructions are limited to calling the documented API endpoints (via curl or the included Python script). The instructions do not ask the agent to read local files, access unrelated environment variables, or transmit data to other endpoints.
Install Mechanism
No install spec is provided (instruction-only plus an included stdlib-only Python script). Nothing is downloaded from arbitrary URLs and no extra packages are installed.
Credentials
The skill requires no environment variables, credentials, or config paths. The included script does not read secrets or unrelated system files.
Persistence & Privilege
always is false and there is no indication the skill modifies other skills or requests permanent system-level presence. The default ability for the agent to invoke the skill autonomously is normal and not excessive here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install jadwal-sholat
  3. After installation, invoke the skill by name or use /jadwal-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. - Fetches daily, specific-date, or monthly prayer times for any city/regency in Indonesia using api.myquran.com (sumber Kemenag Bimas Islam). - Includes helper script for searching locations and retrieving schedules. - Supports keyword search for cities, with logic for exact or best matches. - Provides curl examples for direct API access. - Documents how to obtain city/regency IDs for targeted queries.
Metadata
Slug jadwal-sholat
Version 1.0.0
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 1393 downloads so far.

How do I install Jadwal Sholat?

Run "/install jadwal-sholat" 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.0.

💬 Comments