npx claudepluginhub thunderconch/tkm --plugin tkmThis skill uses the workspace's default tool permissions.
View and manage Tokenmon moves.
Executes Tokenmon CLI commands to manage Pokémon party, view Pokédex/status/items/achievements, switch regions/generations, nickname/call Pokémon, and handle starter selection. English/Korean support.
Sets up PokeClaw Android app for on-device AI agent using Gemma 4 via LiteRT-LM with tool calling, accessibility automation for UI tasks like tap, swipe, messaging.
Runs the minimal 'toskill.md' skill content. Invoke directly via /Toskill or auto-loads when conversations match 'toskill.md'. Useful for testing skill mechanics.
Share bugs, ideas, or general feedback.
View and manage Tokenmon moves.
P="${CLAUDE_PLUGIN_ROOT:-$(ls -d ~/.claude/plugins/marketplaces/tkm 2>/dev/null || ls -d ~/.claude/plugins/cache/tkm/tkm/*/ 2>/dev/null | sort -V | tail -1)}"
"$P/bin/tsx-resolve.sh" "$P/src/cli/moves.ts" $ARGUMENTS
| Command | Description |
|---|---|
/moves | Show moves for all party pokemon |
/moves <name> | Show moves for specific pokemon |
/moves <name> swap <slot> <moveId> | Swap a move slot |
/moves <name> list | Show all learnable moves |