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

Related skills

More from hoodini/ai-agents-skills

Installs
86
GitHub Stars
210
First Seen
Jan 24, 2026