ssh-into-playground

star 53

Opens an interactive SSH session to a running playground VM. Use when you need hands-on access to a playground.

iximiuz By iximiuz schedule Updated 2/16/2026

name: ssh-into-playground description: Opens an interactive SSH session to a running playground VM. Use when you need hands-on access to a playground. argument-hint: disable-model-invocation: true

Open an interactive SSH session to playground $0.

labctl ssh $0

To target a specific machine in a multi-machine playground:

labctl ssh $0 --machine <machine-name>

Note: This opens an interactive session. It is meant for the user to use directly. For running commands programmatically, use the run-playground-command skill instead.

Install via CLI
npx skills add https://github.com/iximiuz/labs --skill ssh-into-playground
Repository Details
star Stars 53
call_split Forks 15
navigation Branch main
article Path SKILL.md
More from Creator