list-running-playgrounds

star 53

Lists recent playground sessions. Use to find running playground IDs or check playground status.

iximiuz By iximiuz schedule Updated 2/16/2026

name: list-running-playgrounds description: Lists recent playground sessions. Use to find running playground IDs or check playground status.

List recent playground sessions.

Run the following command:

labctl playground list

This shows running and recent playgrounds in a table with their IDs, names, and status.

To also include stopped and terminated playgrounds, add --all:

labctl playground list --all

To filter by content type, use the --filter flag:

labctl playground list --filter challenge=<name>
labctl playground list --filter tutorial=<name>
Install via CLI
npx skills add https://github.com/iximiuz/labs --skill list-running-playgrounds
Repository Details
star Stars 53
call_split Forks 15
navigation Branch main
article Path SKILL.md
More from Creator