intlayer-vue

intlayer-vue is a skill for Claude Code, Codex from aymericzip/intlayer. It costs 49 tokens per session (393 once invoked), scanned A, original, Apache-2.0.

A translation system for Vue.js and Nuxt applications that supplies localized text and other content through Intlayer dictionaries and a Vue composable. Vue.js is a framework for building web interfaces, and Nuxt builds on it.

In plain words
What is it for?
Use it to set up internationalization, read translated content with useIntlayer, and display localized text or images in Vue and Nuxt components.
Why use it?
It gives applications a consistent way to load and display translations instead of hard-coding text in each component.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/aymericzip/intlayer/intlayer-vue
Any agent
npx skills add aymericzip/intlayer --skill intlayer-vue
Clone the repo
git clone --depth 1 https://github.com/aymericzip/intlayer

Made for: Claude Code, Codex.

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 intlayer-vue

README.md
[![agentmods](https://agentmods.dev/badge/skills/aymericzip/intlayer/intlayer-vue.svg)](https://agentmods.dev/skills/aymericzip/intlayer/intlayer-vue)
Your own site
<a href="https://agentmods.dev/skills/aymericzip/intlayer/intlayer-vue"><img src="https://agentmods.dev/badge/skills/aymericzip/intlayer/intlayer-vue.svg" alt="Measured on agentmods" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 393 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00049 $0.00393
Opus 5 $0.00024 $0.00197
Sonnet 5 $0.00010 $0.00079
Haiku 4.5 $0.00005 $0.00039

Measured 4d ago against content hash e415358b8240, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

intlayer-vue 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 4d 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

.agents/skills/intlayer-vue/SKILL.md · 57 lines

What it actually says

Intlayer Vue Usage

Setup

useIntlayer Composable

<script setup>
import { useIntlayer } from "vue-intlayer";
const content = useIntlayer("my-dictionary-key");

console.log(content.title.raw); // Render as raw
</script>
<template>
  <div>
    <h1>
      <!-- Render the visual editor -->
      <content.title />
    </h1>
    <h1>
      <!-- Render as string -->
      {{ content.title }}
    </h1>
    <img :src="content.image.src" :alt="content.image.alt" />
  </div>
</template>

Vue Documentation

References

Files

What ships with it

5 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. 4d ago First seen · 57 lines · 49 tokens per session scan A e415358b8240

Subscribe to this mod's changes

intlayer-vue is a skill published in the GitHub repository aymericzip/intlayer (820 stars, last pushed today), licensed Apache-2.0. It adds 49 tokens to every session and 393 once invoked, about $0.0002 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-08-30.

Related

Other skills, from other repositories

generate-translations

Use when new translation keys are added to packages to generate new translations strings.

payloadcms/payload · 18 tokens

webiny-v5-to-v6-migration

Migration patterns for converting v5 Webiny code to v6 architecture. Use this skill when migrating existing v5 plugins to v6 features, converting context plugins to DI services, adapting v5 event subscriptions to v6 EventHandlers, or understanding how v5 patterns translate to v6. Targeted at AI agents performing…

webiny/webiny-js · 75 tokens

localize-page

Convert or refactor Solana.com monorepo pages and their directly owned components to the repository's shared i18n system. Use when asked to internationalize, localize, remove hard-coded user-facing copy from, add translations to, or audit a page or route in apps/web, apps/docs, apps/media, apps/templates…

solana-foundation/solana-com · 103 tokens

use-ai-i18n-mcp

Use the eight local ai-i18n MCP tools to inspect missing or orphaned translations, update the configured JSON or SQLite Translation Memory, and manage reviewed overrides.json values. Use when working with aii18nlisttranslations, aii18nsettranslations, aii18ncleartranslations, aii18nlistorphanmessages…

bosens-China/tc39-atlas · 132 tokens

integrate-ai-i18n

Integrate ai-i18n into Vite browser projects that use Vue 3, React 18+, or vanilla JavaScript and TypeScript. Use when installing or configuring @ai-i18n/vite, adding translation calls or virtual:ai-i18n imports, selecting framework mode, enabling auto imports or ESLint, configuring optional locale loading or LLM…

bosens-China/tc39-atlas · 92 tokens

nextjs-i18n

Best practices for multi-language handling, locale routing, and detection strategies across App and Pages Router. Use when adding i18n, locale routing, or language detection in Next.js.

FilippoDeSilva/skills · 42 tokens