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();