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.
npx skills add OKHP3/skillz --skill okhp3-tradition-observance-calendargit clone --depth 1 https://github.com/OKHP3/skillzWrote 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.
[](https://agentmods.dev/skills/okhp3/skillz/okhp3-tradition-observance-calendar)<a href="https://agentmods.dev/skills/okhp3/skillz/okhp3-tradition-observance-calendar"><img src="https://agentmods.dev/badge/skills/okhp3/skillz/okhp3-tradition-observance-calendar/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.
<a href="https://agentmods.dev/skills/okhp3/skillz/okhp3-tradition-observance-calendar"><img src="https://agentmods.dev/badge/skills/okhp3/skillz/okhp3-tradition-observance-calendar.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00219 | $0.05038 |
| Opus 5 | $0.00110 | $0.02519 |
| Sonnet 5 | $0.00044 | $0.01008 |
| Haiku 4.5 | $0.00022 | $0.00504 |
Grade A, and why
okhp3-tradition-observance-calendar 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 12d ago.
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.
const res = await fetch(url); How it starts
The opening of the file, as written. The whole thing — 523 lines — stays where its author put it; the contents beside it link to each section on GitHub.
okhp3-tradition-observance-calendar
OverKill Hill P³ · overkillhill.com · github.com/OKHP3
Fetch, compute, and format religious observance calendars for the Abrahamic Reference Engine.
Covers Judaism (Hebcal API), Christianity (Computus algorithm -- Western and Orthodox), and Islam (AlAdhan API). All sources are free and anonymous. No API key. No cost. Zero runtime dependencies beyond fetch.
Execution contract
- Accept a target year and optional tradition or denomination filter. Validate the year before constructing provider URLs or date objects.
- Normalize every source into
ObservanceEventand retain the source, attribution, and caveat fields. Computed dates, provider dates, and missing dates must remain distinguishable. - Use
Promise.allSettledfor independent provider or month requests so one outage does not discard successful results. Surface partial failure in the UI or return metadata rather than hiding it. - Do not replace the deterministic Christian Computus path with a paid, credentialed, or unverified holiday API. Run the bundled Easter validator after algorithm changes.
- Treat Islamic dates as calendar estimates. State the local moon-sighting caveat, and never present an estimated date as universally authoritative.
- Fetch Wikipedia descriptions lazily, cache only non-sensitive results, and display the exact attribution string with the returned article URL.
- Escape user- or provider-derived values before inserting them into
.ics. Follow the bundled RFC 5545 line-folding and date rules.
Bundled reference files
Read these on demand -- only the file(s) you actually need for the current task:
| File | When to read |
|---|---|
references/api-reference.md |
Full API schemas and field details for Hebcal and AlAdhan; use when you need the complete response shape or want to understand all available query parameters |
references/computus.md |
Computus algorithm derivation, edge cases, century correction, and multi-century validation dates; use when troubleshooting Easter date accuracy |
references/holiday-data.md |
Extended WIKIPEDIA_ARTICLE_MAP entries and supplementary AlAdhan display name notes; use when adding a holiday not covered by the map in this file |
references/ics-spec.md |
ICS format specification, RFC 5545 line-folding rules, calendar client compatibility notes, and VTIMEZONE considerations |
What ships with it
25 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.
- benchmarks/benchmark.json 8.2 KB
- evals/evals.json 2.6 KB
- references/api-reference.md 8.1 KB
- references/computus.md 7.8 KB
- references/holiday-data.md 6.6 KB
- references/ics-spec.md 4.0 KB
- scripts/validate-easter.js 3.1 KB runs code
- workspace/iteration-1/eval-1/with_skill/grading.json 2.4 KB
- workspace/iteration-1/eval-1/with_skill/outputs/metrics.json 369 B
- workspace/iteration-1/eval-1/with_skill/outputs/response.md 5.3 KB
- workspace/iteration-1/eval-1/without_skill/grading.json 2.2 KB
- workspace/iteration-1/eval-1/without_skill/outputs/metrics.json 375 B
- workspace/iteration-1/eval-1/without_skill/outputs/response.md 3.6 KB
- workspace/iteration-1/eval-2/with_skill/grading.json 1.3 KB
- workspace/iteration-1/eval-2/with_skill/outputs/metrics.json 354 B
- workspace/iteration-1/eval-2/with_skill/outputs/response.md 2.3 KB
- workspace/iteration-1/eval-2/without_skill/grading.json 1.6 KB
- workspace/iteration-1/eval-2/without_skill/outputs/metrics.json 374 B
- workspace/iteration-1/eval-2/without_skill/outputs/response.md 489 B
- workspace/iteration-1/eval-3/with_skill/grading.json 1.3 KB
- workspace/iteration-1/eval-3/with_skill/outputs/metrics.json 369 B
- workspace/iteration-1/eval-3/with_skill/outputs/response.md 2.4 KB
- workspace/iteration-1/eval-3/without_skill/grading.json 1.7 KB
- workspace/iteration-1/eval-3/without_skill/outputs/metrics.json 377 B
- workspace/iteration-1/eval-3/without_skill/outputs/response.md 1.3 KB
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.
- 12d ago First seen · 523 lines · 219 tokens per session scan A 72e5e1b8acd5
okhp3-tradition-observance-calendar is a skill published in the GitHub repository OKHP3/skillz (3 stars, last pushed today), licensed MIT. It adds 219 tokens to every session and 5,038 once invoked, about $0.0011 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-31.
Other skills, from other repositories
baoyu-comic
A tool for creating original educational comics that explain knowledge or ideas through multiple illustrated panels. It supports different art styles and tones and can create several comics in one batch.
pm-career-coach
PM Career Coach — guides product managers through career transitions, skill development, and growth planning Use when: Planning your PM career path, preparing for promotion, navigating role transitions, or seeking career advice.
pm-interview-prep
PM Interview Preparation — practice product sense, execution, behavioral, and strategy questions Use when: Preparing for PM job interviews, practicing case studies, or refining interview responses.
kelly-education-intel
A daily research workspace for the education industry, including training centres, tutoring, exams, study abroad, visas, and admissions. It collects source-backed signals, explains their relevance, and prepares possible actions and draft messages for review.
kelly-homework-coach
A child-friendly homework coaching desk for elementary students. It explains photographed or pasted questions, studies wrong answers, keeps a mistake notebook, and prepares practice papers for review.
kelly-lesson
A lesson-planning and compliance desk for schools or training programs. It drafts plans from curriculum materials and a required template, checks them against set standards, and routes them for review.