← 返回 Skills 市场
banghasan

Jadwal Sholat

作者 banghasan · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
1393
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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.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"
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install jadwal-sholat
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /jadwal-sholat 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug jadwal-sholat
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1393 次。

如何安装 Jadwal Sholat?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install jadwal-sholat」即可一键安装,无需额外配置。

Jadwal Sholat 是免费的吗?

是的,Jadwal Sholat 完全免费(开源免费),可自由下载、安装和使用。

Jadwal Sholat 支持哪些平台?

Jadwal Sholat 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Jadwal Sholat?

由 banghasan(@banghasan)开发并维护,当前版本 v1.0.0。

💬 留言讨论