unity-skills

Automate Unity Editor scene, node, asset, and workflow operations via an HTTP API.

10|2|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/wanghaisheng/OpenAgenticGame-Studios --skill unity-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-skills
Source: https://github.com/wanghaisheng/OpenAgenticGame-Studios/tree/main/refenrece/skills/unity-skills
Command: npx skills add https://github.com/wanghaisheng/OpenAgenticGame-Studios --skill unity-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates repetitive tasks within the Unity game engine, allowing for programmatic control over scenes, nodes, assets, and workflows, thereby accelerating game development and ensuring consistency.

Core Features & Use Cases

  • Scene Management: Open, save, create, and validate scenes.
  • Node & Component Operations: Add, delete, find, and configure game objects and their components.
  • Asset Management: Import, create, and delete assets within the Unity project.
  • Workflow Automation: Define and execute custom workflows for complex development tasks.
  • Use Case: Automate the process of setting up a new level by creating a scene, placing predefined enemy prefabs, configuring their components, and saving the scene, all through a single command.

Quick Start

Use the unity-skills tool to check the health of the Unity Editor service.

Frequently Asked Questions about unity-skills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Unity Editor operations for scene and asset management?

Automate Unity Editor operations via an HTTP API that supports scene, node, asset, and workflow management. It enables programmatic control over editor functionalities and batch operations to accelerate game development and ensure consistency.

Can I control Unity game objects and components through CLI automation?

Yes, you can control Unity game objects and components through CLI automation by sending HTTP API requests. The Skill supports adding, deleting, finding, and configuring nodes and their components programmatically for game development workflows.

Does Unity Editor automation work with VS Code and CI/CD pipelines?

Unity Editor automation integrates with development tools like VS Code and CI/CD pipelines. It uses an HTTP API to control editor functionalities, enabling batch operations and project automation for enhanced productivity in game development.

What's the best way to batch import and manage assets in a Unity project?

Batch import and manage Unity assets by leveraging the HTTP API to automate asset creation, deletion, and import processes. This programmatic approach ensures consistency and accelerates repetitive asset management tasks within game development.

How do I automate setting up a new level in Unity with predefined prefabs?

Automate Unity level setup by defining custom workflows through the HTTP API. You can create scenes, place predefined enemy prefabs, configure their components, and save the scene all through a single automated command.

Do I need to run Unity Editor to execute programmatic scene validation?

Yes, programmatic scene validation requires the Unity Editor service to be running. The Skill automates editor operations through an HTTP API, so you first verify the health of the Unity Editor service before executing scene validation or workflow automation.