unity-cli-loop
Compile, test, debug, and operate Unity projects from the terminal
All Skills in This Repository (22)
Pure Emerald Level Indicatorsuloop-hello-world
Generate personalized multi-language greetings with optional timestamps for the uloop CLI.
uloop-record-input
Record keyboard and mouse input in Unity PlayMode and export JSON.
uloop-run-tests
Run Unity EditMode and PlayMode tests and save NUnit XML results.
uloop-get-logs
Retrieve and filter Unity Console log entries as JSON.
uloop-screenshot
Capture Unity Editor windows as PNG screenshots with configurable options.
uloop-clear-console
Clear Unity Editor console log entries with optional confirmation.
uloop-focus-window
Bring the Unity Editor window to the foreground using osascript or PowerShell.
uloop-control-play-mode
Control Unity Editor play mode via command line with JSON state output.
uloop-get-hierarchy
Export Unity scene GameObject hierarchies as JSON with configurable depth and components.
uloop-find-game-objects
Find Unity scene GameObjects by name, path, regex, component, tag, or layer.
uloop-simulate-mouse-input
Simulate mouse clicks, movement deltas, and scroll events in Unity PlayMode.
uloop-compile
Compiles Unity projects and reports error/warning counts in JSON format.
Frequently Asked Questions
FAQPage SchemaHow to install unity-cli-loop?โผ
Run `npx skills add hatayama/unity-cli-loop --all -g -y` in your terminal to install all skills in this suite globally.
How to let an AI agent control the Unity Editor?โผ
Install the uloop CLI and Unity package, then your agent issues commands like `uloop compile`, `uloop run-tests`, and `uloop screenshot` to drive the editor over a local connection.
Can AI run Unity tests and read errors automatically?โผ
Yes. The run-tests skill executes EditMode and PlayMode tests and returns failures with stack traces, while get-logs reads Unity Console errors for diagnosis.
Does unity-cli-loop work with Claude Code and Codex?โผ
Yes. The skills follow the standard SKILL.md format and install into Claude Code, Codex, Cursor, and other compatible tools with one command.
Can AI simulate clicks and keyboard input in Unity?โผ
Yes. Dedicated skills inject mouse clicks, UI drags, and key presses through Unity's Input System, and can replay recorded input for repeatable end-to-end tests.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core