Unity's plugin for Grok
Install Unity's plugin for Grok to access Unity's first-party tooling within your Grok environment.
읽는 시간 1분최근 업데이트: 18시간 전
Unity's plugin adds a set of Unity skills to Grok, so you can ask for Unity work in plain language instead of supplying the same context each time. Install the plugin, then verify that Grok loads the skills. For a description of the skills and how to prompt them, refer to About Unity's plugin.
Install the plugin in Grok
To install the Unity plugin within Grok:
grok plugin install Unity-Technologies/unity-agent-plugin --trust
Grok asks for explicit trust before it installs anything from a repository. The flag confirms you accept the installation.
--trustVerify the installation in Grok
To verify that the plugin is active:
- Enter and the skills appear in the slash menu. Grok uses the plain skill name, and switches to the plugin-qualified form (
/) when another installed skill shares the same name./unity:ui-uitk - Run to confirm
grok plugin listshows as installed and enabled.unity - Run to view what it provides.
grok plugin details unity
Update the plugin in Grok
To update the plugin to the latest version:
grok plugin update unity
Remove the plugin from Grok
To remove the plugin:
grok plugin remove unity