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 agentmods add skills/artisancloud/powerx/i18nnpx skills add ArtisanCloud/PowerX --skill i18ngit clone --depth 1 https://github.com/ArtisanCloud/PowerXWrote 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/artisancloud/powerx/i18n)<a href="https://agentmods.dev/skills/artisancloud/powerx/i18n"><img src="https://agentmods.dev/badge/skills/artisancloud/powerx/i18n.svg" alt="Measured on agentmods" 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 | $0.00020 | $0.01408 |
| Opus 5 | $0.00010 | $0.00704 |
| Sonnet 5 | $0.00004 | $0.00282 |
| Haiku 4.5 | $0.00002 | $0.00141 |
Grade A, and why
nuxt-i18n 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 today.
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 — 201 lines — stays where its author put it; the contents beside it link to each section on GitHub.
PowerX Nuxt i18n
步骤
- 打开
本文件内嵌规则。 - 按规则执行实现/校对。
- 完成后按核对清单验收。
核对点
- 与 PowerX 当前代码结构、路径与命名一致。
- 仅在传输层/契约层做职责内改动,不跨层越界。
规则(内嵌)
nuxt_i18n.yaml
kind: ruleset
name: plugin/crud/frontend/nuxt_i18n
version: 1
i18n:
locales:
- { code: "en", file: "en.json" }
- { code: "zh", file: "zh.json" }
langDir: "locales"
files:
- target: web-admin/i18n/locales/en.json
template: builtin/i18n_dict_minimal
params:
entries:
menu:
openMarket: "Open Market"
pluginMarketplace: "Plugin Marketplace"
pluginReleaseCandidates: "Release Candidates"
untitled: "Untitled"
section:
untitled: "Untitled Section"
common:
collapse: "Collapse"
toggleDensity: "Toggle density"
settings: "Settings"
trash: "Trash"
connection:
chatSignal: "Chat Signal"
commandChannel: "Command Channel"
header:
searchPlaceholder: "Search…"
profile: "Profile"
settings: "Settings"
logout: "Logout"
intro:
footer:
contactUs: "Contact Us"
aboutUs: "About Us"
privacyPolicy: "Privacy Policy"
dashboard:
title: "Dashboard"
home:
footer: "Home footer"
subtitle: "Your workspace to start"
getStarted: "Get Started"
learnMore: "Learn More"
welcome: "Welcome"
login: "Login"
register: "Register"
agent:
selector:
pickAgent: "Pick an agent"
editAgent: "Edit agent"
newAgent: "New agent"
searchSessions: "Search sessions"
pickAgentToSeeSessions: "Pick an agent to see sessions"
totalCount: "Total"
newSession: "New session"
recents: "Recent sessions"
noSessions: "No sessions"
config:
capabilities:
textGeneration: "Text generation"
codeGeneration: "Code generation"
imageAnalysis: "Image analysis"
webSearch: "Web search"
fileProcessing: "File processing"
dataAnalysis: "Data analysis"
translation: "Translation"
summarization: "Summarization"
presets:
assistant: "Assistant"
assistantPrompt: "Assistant prompt"
coder: "Coder"
coderPrompt: "Coder prompt"
translator: "Translator"
translatorPrompt: "Translator prompt"
analyst: "Analyst"
analystPrompt: "Analyst prompt"
title: "Title"
description: "Description"
chat:
defaultAgent: "Default agent"
connected: "Connected"
welcomeTitle: "Welcome"
welcomeMessage: "Ask me anything to get started"
disconnectedPlaceholder: "Disconnected"
inputPlaceholder: "Type a message"
model: "Model"
temperature: "Temperature"
ctrlEnterToSend: "Ctrl+Enter to send"
enterNewLine: "Enter new line"
- target: web-admin/i18n/locales/zh.json
template: builtin/i18n_dict_minimal
params:
entries:
menu:
openMarket: "开放市场"
pluginMarketplace: "插件市场"
pluginReleaseCandidates: "发布候选"
untitled: "未命名菜单"
section:
untitled: "未命名分类"
common:
collapse: "收起"
toggleDensity: "切换紧凑模式"
settings: "设置"
trash: "回收站"
connection:
chatSignal: "聊天信令"
commandChannel: "控制通道"
header:
searchPlaceholder: "搜索…"
profile: "个人中心"
settings: "设置"
logout: "退出登录"
intro:
footer:
contactUs: "联系我们"
aboutUs: "关于我们"
privacyPolicy: "隐私政策"
dashboard:
title: "仪表盘"
home:
footer: "首页底部"
subtitle: "你的工作空间从这里开始"
getStarted: "开始使用"
learnMore: "了解更多"
welcome: "欢迎"
login: "登录"
register: "注册"
agent:
selector:
pickAgent: "选择一个智能体"
editAgent: "编辑智能体"
newAgent: "新建智能体"
searchSessions: "搜索会话"
pickAgentToSeeSessions: "选择智能体查看会话"
totalCount: "总数"
newSession: "新建会话"
recents: "最近会话"
noSessions: "暂无会话"
config:
capabilities:
textGeneration: "文本生成"
codeGeneration: "代码生成"
imageAnalysis: "图像分析"
webSearch: "网页搜索"
fileProcessing: "文件处理"
dataAnalysis: "数据分析"
translation: "翻译"
summarization: "摘要生成"
presets:
assistant: "通用助手"
assistantPrompt: "通用助手提示词"
coder: "编程助手"
coderPrompt: "编程助手提示词"
translator: "翻译助手"
translatorPrompt: "翻译助手提示词"
analyst: "分析助手"
analystPrompt: "分析助手提示词"
title: "标题"
description: "描述"
chat:
defaultAgent: "默认智能体"
connected: "已连接"
welcomeTitle: "欢迎"
welcomeMessage: "随便问我任何问题开始对话吧"
disconnectedPlaceholder: "已断开"
inputPlaceholder: "输入消息"
model: "模型"
temperature: "随机性"
ctrlEnterToSend: "Ctrl+Enter 发送"
enterNewLine: "Enter 换行"
gates.require: [PG-FE-UI-001]
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.
- today First seen · 201 lines · 20 tokens per session scan A 45857a1423c1
nuxt-i18n is a skill published in the GitHub repository ArtisanCloud/PowerX (364 stars, last pushed 3d ago), licensed Apache-2.0. It adds 20 tokens to every session and 1,408 once invoked, about $0.0001 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-04.
Other skills, from other repositories
om-integration-builder
Build integration provider packages for the Open Mercato Integration Marketplace (payment, shipping, data-sync, webhook). Scaffolds the npm package, adapter, credentials, widget injection, webhook processing, health checks, i18n, tests. Triggers on "build integration", "add provider", "integrate with…
Chinese Market Content Engineer
Generate, localize, and optimize content for Chinese digital platforms (微信公众号, 小红书, 抖音, 知乎, B站) with cultural nuance and platform-specific best practices.
i18n-localization
Internationalization and localization patterns. Detecting hardcoded strings, managing translations, locale files, RTL support.
om-auto-sec-report-pr
Paranoid OWASP-oriented security analysis for a SINGLE unit of work — one PR, one spec under .ai/specs/, or one branch diff. Hunts non-obvious attack vectors beyond OWASP Top 10, flags same-pattern hotspots elsewhere, and emits "Next steps — go deeper" follow-ups. Writes markdown + HTML under .ai/analysis/; runs…
om-pre-implement-spec
Analyze a spec before implementation: BC audit, risk assessment, gap analysis. Produces a readiness report with BC violations, missing sections, and suggested improvements. Triggers on "analyze spec", "pre-implement", "spec readiness", "BC analysis", "spec gap analysis".
seedance-vocab-ja
This skill should be used when the user asks for Japanese Seedance 2.0 prompt wording, Japanese cinematic vocabulary, or translation of camera, lighting, action, VFX, audio, and production terms into Japanese.