with one click
deploy-tic80
Build .tic cartridges and deploy to Miyoo Mini Plus via SCP
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Build .tic cartridges and deploy to Miyoo Mini Plus via SCP
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | deploy-tic80 |
| description | Build .tic cartridges and deploy to Miyoo Mini Plus via SCP |
| user_invocable | true |
| args | [game-name|--all] [--run] |
Build TIC-80 .tic cartridges from Lua sources and deploy to Miyoo.
cd /home/mo/data/Documents/git/retrogames/tic80
# Build one game
python3 build_tic.py micro
# Build all games
python3 build_tic.py --all
MIYOO="onion@192.168.0.63"
# Upload one
sshpass -p onion scp -o StrictHostKeyChecking=no tic80/<game>/<game>.tic $MIYOO:/mnt/SDCARD/Roms/TIC/
# Upload all
for g in micro space shadow arena dragon mariolike cyber neon nova; do
sshpass -p onion scp -o StrictHostKeyChecking=no tic80/$g/$g.tic $MIYOO:/mnt/SDCARD/Roms/TIC/
done
sshpass -p onion ssh $MIYOO "
killall -9 retroarch MainUI 2>/dev/null; sleep 1
export HOME=/mnt/SDCARD/RetroArch
/mnt/SDCARD/RetroArch/retroarch -L /mnt/SDCARD/RetroArch/.retroarch/cores/tic80_libretro.so /mnt/SDCARD/Roms/TIC/<game>.tic &
"
sshpass -p onion ssh $MIYOO "killall -9 retroarch; cd /mnt/SDCARD/.tmp_update && ./runtime.sh &"
sshpass -p onion ssh $MIYOO "grep -i 'error\|empty' /tmp/ra.log | grep -v audio | head -5"
micro, space, shadow, arena, dragon, mariolike, cyber, neon, nova
Build Miyoo Rust/Zig ports (native or cross-compile for ARM)
Deploy ChaiLove games to the Miyoo Mini Plus, kill RetroArch, upload, relaunch
Port a web game to ChaiLove (ChaiScript) for Miyoo Mini Plus
Port a web game to TIC-80 (Lua) for Miyoo Mini Plus
Package and test a ChaiLove game on the Miyoo Mini Plus via RetroArch
Test Miyoo ARM binaries in a Docker container that simulates the parasyte runtime