unity-cli
Control Unity Editor scenes, code, tests, and assets
All Skills in This Repository (14)
Pure Emerald Level Indicatorsgh-pr-check
Check GitHub Pull Request status for the current branch using gh CLI and Git commands.
gh-fix-issue
Analyze GitHub Issues and generate structured fix plans.
unity-gameobject-edit
Modify Unity GameObjects and components via unity-cli.
unity-csharp-navigate
Navigate and search Unity C# source code using local command-line tools.
unity-ui-automation
Inspect and interact with Unity UI elements via targeted commands.
unity-addressables
Manage Unity Addressables groups, entries, and content builds via CLI.
unity-csharp-edit
Modify Unity C# scripts with symbol-aware edits and file writes.
unity-scene-create
Create and bootstrap Unity scenes with GameObjects and components.
unity-editor-tools
Inspect and control Unity Editor state and settings via unity-cli.
unity-cli-usage
Automate Unity Editor operations and manage CLI connections via unity-cli.
unity-scene-inspect
Inspect Unity scene hierarchy, GameObject details, component values, and animator states.
unity-prefab-workflow
Create, edit, save, and instantiate Unity prefab assets via unity-cli.
Frequently Asked Questions
FAQPage SchemaHow to install unity-cli?โผ
Run `npx skills add akiojin/unity-cli --all -g -y` in your terminal to install all skills in this suite globally.
How to control Unity Editor from the command line?โผ
Install the unity-cli binary and the Unity bridge package, then run commands like `unity-cli system ping` or `unity-cli scene create MainScene` to operate the editor over a direct TCP connection.
Can I run Unity PlayMode tests automatically?โผ
Yes. The unity-playmode-testing skill enters Play Mode, runs EditMode or PlayMode tests, simulates keyboard and gamepad input, and captures screenshots or video as proof.
Does unity-cli work with Claude Code and Codex?โผ
Yes. All skills follow the standard SKILL.md format and load on demand in Claude Code, Codex, and other compatible coding agents.
Can it edit and refactor Unity C# scripts?โผ
Yes. The C# skills find symbols, trace references, rename members, and apply validated multi-file edits with compile checks, all without opening the editor manually.
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