Tokenmon Language Toggle

Toggle Tokénmon interface language between Korean and English via plugin CLI.

24|6|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/ThunderConch/tkm --skill tokenmon-language-toggle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Tokenmon Language Toggle
Source: https://github.com/ThunderConch/tkm/tree/main/skills/language
Command: npx skills add https://github.com/ThunderConch/tkm --skill tokenmon-language-toggle

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the annoyance of having to manually figure out and change Tokénmon’s current language mode when you want the UI and prompts in Korean or English.

Core Features & Use Cases

  • Reads the current language setting from Tokénmon’s config while respecting CLAUDE_CONFIG_DIR.
  • Prompts for a confirmation toggle by showing the current mode and asking whether to switch or keep it.
  • Updates the language and refreshes status output so the change is immediately reflected during gameplay progression.

Quick Start

Ask an AI to toggle Tokénmon’s language for you, and have it switch between Korean and English while updating the on-screen status line.

Frequently Asked Questions about Tokenmon Language Toggle

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I switch the Tokenmon interface language between Korean and English?

To switch the Tokenmon interface language, the skill reads the current setting from tokenmon/config.json, prompts you to confirm the toggle, and updates the language to ko or en via the plugin CLI. The status command then re-runs to immediately reflect the new language during gameplay.

Can I change Tokenmon's language settings during an active gameplay session?

Yes, you can change Tokenmon's language settings during an active gameplay session. The skill applies the localization toggle interactively, updating prompts, status text, and configuration-driven UI on the fly so the change is immediately visible.

Where does Tokenmon store its current language configuration?

Tokenmon stores its current language configuration in the tokenmon/config.json file. The skill locates this file by reading the path specified under the CLAUDE_CONFIG_DIR environment variable to ensure it accesses the correct configuration directory.

What is the best way to update localized prompts and status text in Tokenmon?

The best way to update localized prompts and status text is to use a configuration-driven language toggle. The skill shows the current mode, asks for confirmation, updates the language to ko or en via the plugin CLI, and refreshes the status output to apply the localized text.

Do I need to manually edit config.json to toggle the Tokenmon language mode?

No, you do not need to manually edit config.json to toggle the Tokenmon language mode. The skill automates the process by asking you to confirm the switch and then applying the language update directly through the plugin CLI.

Why does my Tokenmon language toggle require confirmation before applying?

The Tokenmon language toggle requires confirmation to prevent accidental switches during interactive gameplay. The skill displays your current language mode and explicitly asks whether to switch or keep it before updating the configuration and re-running the status command.