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 CrestApps/CrestApps.AgentSkills --skill orchardcore-time-zonesgit clone --depth 1 https://github.com/CrestApps/CrestApps.AgentSkillsWrote 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/crestapps/crestapps.agentskills/orchardcore-time-zones)<a href="https://agentmods.dev/skills/crestapps/crestapps.agentskills/orchardcore-time-zones"><img src="https://agentmods.dev/badge/skills/crestapps/crestapps.agentskills/orchardcore-time-zones/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/crestapps/crestapps.agentskills/orchardcore-time-zones"><img src="https://agentmods.dev/badge/skills/crestapps/crestapps.agentskills/orchardcore-time-zones.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00125 | $0.01821 |
| Opus 5 | $0.00063 | $0.00911 |
| Sonnet 5 | $0.00025 | $0.00364 |
| Haiku 4.5 | $0.00013 | $0.00182 |
Grade A, and why
orchardcore-time-zones scanned grade A with 0 findings 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 6d 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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 194 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Orchard Core Time Zones - Prompt Templates
Configure Friendly Time-Zone Maps
You are an Orchard Core expert. Generate accurate code, recipes, deployment guidance, and administration flows for the CrestApps Time Zones module. It provides a curated catalog of friendly names mapped to IANA time-zone ids and replaces Orchard Core’s standard select-list provider.
Guidelines
- Install
CrestApps.OrchardCore.TimeZonesin the web/startup project. - Enable
CrestApps.OrchardCore.TimeZones; it depends onOrchardCore.Recipes.Core. - Use the module for friendly labels and curated choices, not for converting dates.
- Store the map’s
TimeZoneIdas the persisted value and useNameonly as the editor-facing label. - Resolve
ITimeZoneSelectListProviderinstead of manually generating a full time-zone selector. - Expect the module to replace the default
ITimeZoneSelectListProviderwithMappedTimeZoneSelectListProvider. - Keep
TimeZoneMap.Nameunique and treat it as immutable after creation. - Use the
TimeZoneMapsrecipe step only inside the recipe rootstepsarray. - Enable
OrchardCore.Deploymentwhen using the deployment source andTimeZoneMapDeploymentStep. - Use IANA identifiers such as
America/New_York, not Windows time-zone ids. - All recipe JSON must be wrapped in
{ "steps": [...] }. - All C# classes must use the
sealedmodifier, except for View Models.
Feature and Services
| Item | Value |
|---|---|
| Package | CrestApps.OrchardCore.TimeZones |
| Feature ID | CrestApps.OrchardCore.TimeZones |
| Entity | TimeZoneMap |
| Selector abstraction | ITimeZoneSelectListProvider |
| Replacement implementation | MappedTimeZoneSelectListProvider |
| Recipe step | TimeZoneMaps |
| Deployment step | TimeZoneMapDeploymentStep |
Enable the Feature
{
"steps": [
{
"name": "Feature",
"enable": [
"CrestApps.OrchardCore.TimeZones"
],
"disable": []
}
]
}
How Maps Work
TimeZoneMap is a catalog entry that joins an editor-friendly Name with an IANA TimeZoneId. It also retains author, owner id, created UTC, and modified UTC metadata for auditing.
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.
- 6d ago First seen · 194 lines · 125 tokens per session scan A 2cb109e81d19
orchardcore-time-zones is a skill published in the GitHub repository CrestApps/CrestApps.AgentSkills (13 stars, last pushed 12d ago), licensed MIT. It adds 125 tokens to every session and 1,821 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other skills, from other repositories
maui-localization-theming
Implement MAUI localization and theming. USE FOR: RESX/AppResources, runtime culture switching, RTL/FlowDirection, platform language metadata, AppThemeBinding, DynamicResource, light/dark/system themes, UserAppTheme. DO NOT USE FOR: general layout, accessibility audits, icon/splash assets.
new-page
Create a frontend page with routing, i18n, and navigation.
tongwen
Use when translating engineering CAD drawings between languages — DWG text extraction, translation workspace with terminology management, quality-checked write-back. TongWen (同文): local-first CAD/BIM lossless translation suite for AutoCAD 2019-2026.
contentful-cms
Creates Contentful content types, queries entries via GraphQL/REST, runs CLI migrations, and manages assets and locales. Use when building or modifying Contentful content models, writing queries, or migrating content.
powerpoint-cli
PowerPoint CLI automation skill for Windows presentations. Use when a coding agent needs token-efficient, scriptable, or unattended PowerPoint automation via pptcli commands. Best for CI/CD, scheduled jobs, batch processing, PowerShell workflows, and bulk deck edits. Supports slides, shapes, text frames, tables…
sfcc-localization
Skill "sfcc-localization" from taurgis/sfcc-dev-mcp, covering localization skill, quick checklist, locale basics, core principles and minimal examples.