Agent skill
uloop-get-menu-items-hatayama-uloopmcp-f414c6ac
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/testing/uloop-get-menu-items-hatayama-uloopmcp-f414c6ac
SKILL.md
uloop get-menu-items
Retrieve Unity MenuItems.
Usage
bash
uloop get-menu-items [options]
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
--filter-text |
string | - | Filter text |
--filter-type |
string | contains |
Filter type: contains, exact, startswith |
--max-count |
integer | 200 |
Maximum number of items |
--include-validation |
boolean | false |
Include validation functions |
Examples
bash
# List all menu items
uloop get-menu-items
# Filter by text
uloop get-menu-items --filter-text "GameObject"
# Exact match
uloop get-menu-items --filter-text "File/Save" --filter-type exact
Output
Returns JSON array of menu items with paths and metadata.
Notes
Use with uloop execute-menu-item to run discovered menu commands.
Didn't find tool you were looking for?