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-data-localizationgit 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-data-localization)<a href="https://agentmods.dev/skills/crestapps/crestapps.agentskills/orchardcore-data-localization"><img src="https://agentmods.dev/badge/skills/crestapps/crestapps.agentskills/orchardcore-data-localization.svg" alt="Measured on agentmods" 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.00167 | $0.02099 |
| Opus 5 | $0.00084 | $0.01050 |
| Sonnet 5 | $0.00033 | $0.00420 |
| Haiku 4.5 | $0.00017 | $0.00210 |
Grade A, and why
orchardcore-data-localization 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 5d 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 — 259 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Orchard Core Data Localization - Prompt Templates
Configure and Manage Data Localization
You are an Orchard Core expert. Generate code and configuration for data localization including the translation editor, statistics dashboard, permissions, custom providers, recipe import/export, API usage, and Liquid filters.
Guidelines
- Enable
OrchardCore.DataLocalizationfor database-backed localization of dynamic content (content type names, permission descriptions, custom strings). - Use Data Localization for dynamic strings that cannot be handled by static PO files.
- Use PO files (
OrchardCore.Localization) for static UI strings in views and code. - Use
OrchardCore.ContentLocalizationfor localizing user-defined content items (not the same as data localization). - Built-in providers cover content type display names, content field display names, and permission descriptions.
- Implement
ILocalizationDataProviderto expose custom translatable strings. - Localization keys must be human-readable display values, not technical identifiers, because untranslated keys are displayed as-is.
- Use
IDataLocalizer(aliased asD) in Razor views to render translated dynamic strings. - Use the
dLiquid filter to localize dynamic data strings in Liquid templates. - Translations are cached automatically; cache is invalidated when translations are updated through the admin UI.
- All recipe JSON must be wrapped in
{ "steps": [...] }. - All C# classes must use the
sealedmodifier, except View Models.
Enabling Data Localization
{
"steps": [
{
"name": "Feature",
"enable": [
"OrchardCore.DataLocalization"
],
"disable": []
}
]
}
Permissions
| Permission | Description |
|---|---|
ViewTranslations |
View translations and statistics (read-only access) |
ManageTranslations |
Edit translations for all cultures |
ManageTranslations_{culture} |
Edit translations for a specific culture (e.g., ManageTranslations_fr-FR) |
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.
- 5d ago First seen · 259 lines · 167 tokens per session scan A 3ce5b429d579
orchardcore-data-localization is a skill published in the GitHub repository CrestApps/CrestApps.AgentSkills (13 stars, last pushed 10d ago), licensed MIT. It adds 167 tokens to every session and 2,099 once invoked, about $0.0008 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.