# 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.
1---2name: uloop-get-menu-items-23description: uloop get-menu-items4---56# uloop get-menu-items78Retrieve Unity MenuItems.910## Usage1112```bash13uloop get-menu-items [options]14```1516## Parameters1718| Parameter | Type | Default | Description |19|-----------|------|---------|-------------|20| `--filter-text` | string | - | Filter text |21| `--filter-type` | string | `contains` | Filter type: `contains`, `exact`, `startswith` |22| `--max-count` | integer | `200` | Maximum number of items |23| `--include-validation` | boolean | `false` | Include validation functions |2425## Examples2627```bash28# List all menu items29uloop get-menu-items3031# Filter by text32uloop get-menu-items --filter-text "GameObject"3334# Exact match35uloop get-menu-items --filter-text "File/Save" --filter-type exact36```3738## Output3940Returns JSON array of menu items with paths and metadata.4142## Notes4344Use with `uloop execute-menu-item` to run discovered menu commands.
Run npx skillmds@latest add hatayama/uloop-get-menu-items-2 in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
uloop get-menu-items It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
hatayama (@hatayama) published this skill. Their other Agent Skills are listed on their SkillMD profile.