I18N

🌐Community
by lobehub · vlatest · Repository

The I18N skill translates user input and agent responses across multiple languages, enhancing global accessibility and communication.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add i18n npx -- -y @trustedskills/i18n
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "i18n": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/i18n"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill, i18n, provides internationalization capabilities for AI agents. It allows the agent to adapt its output and behavior based on user-specified locales or languages. Specifically, it can translate text and adjust date/time formats according to regional conventions.

When to use it

  • Multilingual Customer Service: An agent assisting customers in different countries needs to respond in their native language.
  • Localized Content Creation: Generating blog posts or marketing materials tailored for specific regions, ensuring correct formatting and terminology.
  • Travel Planning Assistance: Providing information about destinations with accurate date/time displays and currency conversions based on the user's location.
  • Global E-commerce Support: Translating product descriptions and providing pricing in local currencies.

Key capabilities

  • Text translation across multiple languages.
  • Date and time formatting adjustments for different locales.
  • Currency conversion (implied through localization).

Example prompts

  • "Translate 'Hello, how can I help you?' into Spanish."
  • "Format the date '2024-12-25' according to German conventions."
  • "What is $100 USD in Euros?"

Tips & gotchas

The effectiveness of translation depends on the quality and availability of language models. Ensure you provide clear context for accurate translations, as ambiguous phrases can be misinterpreted.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
lobehub
Installs
0

🌐 Community

Passed automated security scans.