shabbat-times

Installation
SKILL.md

安息日时间与犹太日历

通过 Hebcal API 访问安息日时间、犹太节日和希伯来日期。

Quick Start

// Get Shabbat times for a location
const response = await fetch(
  'https://www.hebcal.com/shabbat?cfg=json&geonameid=5128581&M=on'
);
const data = await response.json();

Shabbat Times API

Installs
4
First Seen
Mar 12, 2026
shabbat-times — 1837620622/super-agent-skills