What problem does it solve? Finding the right Unity package and checking its availability or installation status normally requires opening the Package Manager UI and browsing manually. This Skill lets you search Unity's package registry plus locally installed packages (Git, local, and embedded sources) directly from the command line, returning versions and install status in one call. ## Core Features & Use Cases - Registry and local search: Queries both the live Unity Package Manager registry and already-installed packages, including Git, local, and embedded sources. - Prioritized results: Ranks matches by exact name, exact display name, name substring, display name substring, then description substring. - Version and status reporting: Each result includes the latest version, up to five compatible versions, installation status, and the installed version if present. - Use Case: Before adding a dependency, run a search for "TextMesh" to confirm the exact package id (com.unity.textmeshpro), see whether it is already installed, and pick a compatible version. ## Quick Start Ask the assistant to search Unity packages for a keyword like "rendering" using the package-search tool with offlineMode set to false for live registry results.