← 返回 Skills 市场
banghasan

Jadwal Sholat

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

如何安装 Jadwal Sholat?

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

Jadwal Sholat 是免费的吗?

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

Jadwal Sholat 支持哪些平台?

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

谁开发了 Jadwal Sholat?

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

💬 留言讨论