Tokenmon move management. View and swap pokemon moves. Korean: 기술, 무브, 스킬, moves

Display and swap Tokénmon Pokémon moves via CLI commands.

24|6|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/ThunderConch/tkm --skill tokenmon-move-management-view-and-swap-pokemon-moves-korean-moves
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Tokenmon move management. View and swap pokemon moves. Korean: 기술, 무브, 스킬, moves
Source: https://github.com/ThunderConch/tkm/tree/main/skills/moves
Command: npx skills add https://github.com/ThunderConch/tkm --skill tokenmon-move-management-view-and-swap-pokemon-moves-korean-moves

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Tokénmon move management helps you keep your party effective by quickly seeing each Pokémon’s current moves and swapping them when you want a different strategy.

Core Features & Use Cases

  • Move inspection: View moves for all party Pokémon or a specific Pokémon by name.
  • Targeted move swapping: Replace a move in a specific slot with a chosen moveId to adapt to upcoming encounters.
  • Learnable move browsing: List all learnable moves for planning upgrades and future swaps.

Quick Start

Ask the skill to show the moves for your team by running: /moves.

Frequently Asked Questions about Tokenmon move management. View and swap pokemon moves. Korean: 기술, 무브, 스킬, moves

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

FAQPage Schema
How do I view current moves for my party Pokémon?

To view current moves for your party Pokémon, use the command interface to request a move inspection. You can display moves for all party Pokémon or target a specific Pokémon by name for quick tactical review.

How do I swap a specific move into a slot for my Pokémon?

Swapping a specific move requires parsing command arguments for Pokémon selection, move slot targeting, and moveId updates through the CLI entrypoint. You replace a move in a chosen slot to adapt your strategy for upcoming encounters.

Can I browse learnable moves to plan future upgrades for my Pokémon?

Browsing learnable moves is supported for planning upgrades and future swaps. The skill lists all learnable moves for your Pokémon, allowing you to map out progression and tactical adjustments ahead of encounters.

Does this move management skill require any external dependencies?

This move management skill requires no external dependencies. It operates through a CLI skill entrypoint where you provide user command arguments for Pokémon selection and move slot targeting to execute move updates.

What is the best way to optimize my party Pokémon moves for game progression?

Optimizing party Pokémon moves for game progression involves using the CLI to inspect current moves, browse learnable options, and execute targeted move swapping. This ensures your party remains effective for upcoming encounters and progression.

Why do I need to parse command arguments for move swapping?

Parsing command arguments for move swapping is required because the CLI entrypoint needs specific parameters for Pokémon selection, move slot targeting, and moveId updates to successfully execute the party optimization and tactical adjustments.