shabbat-aware-scheduler

shabbat-aware-scheduler is a skill for Claude Code from skills-il/localization. It costs 117 tokens per session (6,196 once invoked), scanned A, original, MIT.

A scheduling guide that accounts for Shabbat, Israeli holidays, and the Hebrew calendar. It covers meetings, deployments, recurring jobs, events, and notifications.

In plain words
What is it for?
Use it when choosing meeting times, planning releases, setting recurring automation, organizing events, or sending notifications in Israel.
Why use it?
It helps prevent planned work or messages from falling during times when they should not run. It also separates calendar calculations from religious rulings, which require a rabbi.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it when choosing meeting times, planning releases, setting recurring automation, organizing events, or sending notifications in Israel.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/skills-il/localization/shabbat-aware-scheduler
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add skills-il/localization --skill shabbat-aware-scheduler
Clone the repo
git clone --depth 1 https://github.com/skills-il/localization

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for shabbat-aware-scheduler

README.md
[![agentmods](https://agentmods.dev/badge/skills/skills-il/localization/shabbat-aware-scheduler/github.svg)](https://agentmods.dev/skills/skills-il/localization/shabbat-aware-scheduler)
Your own site
<a href="https://agentmods.dev/skills/skills-il/localization/shabbat-aware-scheduler"><img src="https://agentmods.dev/badge/skills/skills-il/localization/shabbat-aware-scheduler/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for shabbat-aware-scheduler

Your own site · 80×15
<a href="https://agentmods.dev/skills/skills-il/localization/shabbat-aware-scheduler"><img src="https://agentmods.dev/badge/skills/skills-il/localization/shabbat-aware-scheduler.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 117 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,196 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00117 $0.06196
Opus 5 $0.00059 $0.03098
Sonnet 5 $0.00023 $0.01239
Haiku 4.5 $0.00012 $0.00620

Measured 11d ago against content hash f8609c900ebd, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

shabbat-aware-scheduler scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/check_shabbat.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

allowed-tools: Bash(python:*) Bash(pip:*) Bash(curl:*)
shabbat-aware-scheduler/SKILL.md · 379 lines

How it starts

The opening of the file, as written. The whole thing — 379 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Shabbat-Aware Scheduler

This tool computes calendar times and business scheduling only. It does not issue halachic rulings; for halachic questions consult a rabbi.

Instructions

Step 1: Determine Scheduling Context

Context Key Constraints Examples
Meeting scheduling Israeli business hours (Sun-Thu), Shabbat, chagim "Schedule a team meeting next week"
Deployment planning No deploys during Shabbat, chagim, or Erev Chag "When can we deploy this release?"
Event planning Hebrew calendar restrictions, venue availability "Plan a product launch event"
Cron/automation Skip Shabbat and holidays for recurring tasks "Run this job daily except Shabbat"
Notification timing Don't send during Shabbat or late hours "Schedule push notification campaign"

Step 2: Get Zmanim and Holiday Data

Use the HebCal API to retrieve Shabbat times and holiday data. See scripts/check_shabbat.py for a ready-to-use utility.

Query HebCal API for Shabbat times: Prefer geonameid over raw coordinates. When you pass a geonameid, Hebcal applies that city's own candle-lighting minhag for you and there is no b= value to get wrong. Reach for latitude/longitude plus a hand-picked b= only for a location with no geonameid.

import requests
from datetime import datetime, timedelta

CITY_GEONAMEID = {
    "jerusalem": 281184, "tel_aviv": 293397, "haifa": 294801,
    "beersheba": 295530, "tiberias": 293322, "safed": 293100,
}

def get_shabbat_times(date=None, geonameid=281184):
    """Candle lighting and havdalah for the Shabbat of the week containing `date`."""
    if date is None:
        date = datetime.now()

    # Anchor on the Friday of the CURRENT Shabbat week. Saturday belongs to the
    # Shabbat that started the evening before, so it looks BACK one day. Adding
    # (4 - weekday) % 7 unconditionally returns next week's Shabbat all Saturday,
    # which is 8 days wrong exactly when someone asks "when does Shabbat end?".
    if date.weekday() == 5:
        friday = date - timedelta(days=1)
    else:
        friday = date + timedelta(days=(4 - date.weekday()) % 7)

    response = requests.get("https://www.hebcal.com/shabbat", params={
        "cfg": "json",
        "gy": friday.year, "gm": friday.month, "gd": friday.day,
        "geonameid": geonameid,
        "M": "on",    # Havdalah at tzeit hakochavim (sun 8.5 deg below horizon)
        # Alternative: m=50 or m=72 for a fixed number of minutes after sunset
    })

    data = response.json()
    times = {}
    for item in data.get("items", []):
        if item["category"] == "candles":
            times["candle_lighting"] = item["date"]
        elif item["category"] == "havdalah":
            times["havdalah"] = item["date"]

    return times

Read the full file on GitHub · 379 lines

Files

What ships with it

7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 379 lines · 117 tokens per session scan A f8609c900ebd

Subscribe to this mod's changes

shabbat-aware-scheduler is a skill published in the GitHub repository skills-il/localization (23 stars, last pushed 17d ago), licensed MIT. It adds 117 tokens to every session and 6,196 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.