uloop-get-menu-items

Enumerate Unity Editor MenuItems with hierarchical paths for automation.

Updated Mar 2, 2026
One-click install
npx skills add https://github.com/sakastudio/cef-test --skill uloop-get-menu-items
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: uloop-get-menu-items
Source: https://github.com/sakastudio/cef-test/tree/main/.claude/skills/uloop-get-menu-items
Command: npx skills add https://github.com/sakastudio/cef-test --skill uloop-get-menu-items

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Retrieve Unity Editor MenuItems programmatically to enable automation, testing, and scripting in Unity workflows.

Core Features & Use Cases

  • Enumerates all Unity Editor MenuItems with their hierarchical paths
  • Filters and identifies specific commands for automation and batch processing
  • Prepares commands or data for programmatic execution with uloop

Quick Start

Use the uloop get-menu-items command to list available menu items and their paths for automation targets.

Frequently Asked Questions about uloop-get-menu-items

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

FAQPage Schema
How do I list Unity Editor MenuItems for automation and scripting?

You can list Unity Editor MenuItems for automation and scripting by using the uloop get-menu-items command, which enumerates available menu commands and their hierarchical paths for programmatic execution.

What is the best way to programmatically discover Unity Editor menu commands for batch processing?

The best way to discover Unity Editor menu commands for batch processing is to enumerate them via a CLI tool, which retrieves all hierarchical MenuItem paths and prepares them for automated execution workflows.

Can I filter and identify specific Unity Editor MenuItems for testing workflows?

Yes, you can filter and identify specific Unity Editor MenuItems for testing workflows by programmatically enumerating all available commands and their paths to isolate the exact automation targets required.

Does the uloop get-menu-items command require any dependencies to run?

No, the uloop get-menu-items command does not require any external dependencies or components to run, allowing you to directly enumerate Unity Editor MenuItems within your existing Unity environment.

Why retrieve Unity Editor MenuItems programmatically instead of manually?

Retrieving Unity Editor MenuItems programmatically enables automation, testing, and batch processing by filtering commands and preparing data for execution, which manual selection cannot efficiently scale across complex workflows.

What limitations should I anticipate when enumerating Unity Editor MenuItems via CLI?

When enumerating Unity Editor MenuItems via CLI, anticipate that the tool is limited to discovering and preparing commands and paths for execution, and does not inherently execute the menu actions itself within the Unity Editor.