shabbat-times

Installation
SKILL.md

Jewish Calendar & Shabbat Times

Access Shabbat times and Jewish calendar data via the 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
106
GitHub Stars
243
First Seen
Jan 24, 2026
shabbat-times — hoodini/ai-agents-skills