package-search

Searches Unity Package Manager registry and local packages for availability and versions.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/igot-ai/os-twin --skill package-search-igot-ai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: package-search
Source: https://github.com/igot-ai/os-twin/tree/main/.agents/skills/roles/game-engineer/develop-unity-ui/references/package-search
Command: npx skills add https://github.com/igot-ai/os-twin --skill package-search-igot-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Developers need a fast way to discover and compare Unity packages across the official registry and locally installed sources to make informed dependency decisions.

Core Features & Use Cases

  • Searches the Unity registry and locally installed packages (including Git, local, and embedded sources) for a given package name.
  • Returns available versions and installation status, prioritizing exact name match, exact display name match, name substring, display name substring, and description substring.
  • Use Case: before installing a package, determine its availability and the latest compatible version across sources.

Quick Start

Ask the tool to search for a Unity package and display available versions and installation status.

Frequently Asked Questions about package-search

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

FAQPage Schema
How do I check Unity package availability across registries before installing?▼

To check Unity package availability, you can search across the Unity Package Manager registry and locally installed sources to identify available versions and verify installation status before adding dependencies.

Can I search locally installed Unity packages using a partial name?▼

Yes, you can search locally installed Unity packages using a partial name, as the search supports exact matches, display name matches, and substring searches for both names and descriptions.

What is the best way to find the latest version of a Unity package?▼

The best way to find the latest version of a Unity package is to run a search that queries the official registry and local sources, returning the most recent available versions and their current installation state.

Does Unity Package Manager search distinguish between online registry data and local installations?▼

Yes, Unity Package Manager search distinguishes between online registry data and local installations, allowing you to verify availability and installation status across Git, local, embedded, and official registry sources.

Why does my Unity package substring search return multiple results?▼

A Unity package substring search returns multiple results because the matching mechanism prioritizes exact name, exact display name, name substring, display name substring, and description substring to find all relevant packages.