package-search

Search Unity registry and local packages for versions and installation status.

1|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/lightvu25/Echoes --skill package-search-lightvu25
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: package-search
Source: https://github.com/lightvu25/Echoes/tree/main/SKILLS/package-search
Command: npx skills add https://github.com/lightvu25/Echoes --skill package-search-lightvu25

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers locate and compare Unity packages across the official Unity registry and locally installed packages, enabling informed decisions before installation.

Core Features & Use Cases

  • Search both the Unity registry and local packages to surface available versions and installation status.
  • Prioritize exact name matches, exact display name matches, and substring matches to speed discovery.
  • Support online mode (live registry) and offline mode (cached data) for flexible workflows.

Quick Start

Call the package-search tool with a package name or ID to retrieve 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 available versions for a Unity package in the registry and locally?

You can search both the Unity registry and locally installed packages to surface available versions and check the installation status of a specific package before making project planning decisions.

Can I find Unity packages without an internet connection using cached data?

Yes, you can find Unity packages using cached data in offline mode, which allows you to retrieve package metadata, available versions, and installation status without a live connection to the registry.

How does Unity package matching work for exact names and partial substrings?

Unity package matching prioritizes exact name matches, exact display name matches, and substring matches to speed discovery. This quality reporting helps you quickly identify the correct dependency among available registry and local packages.

What is the best way to compare Unity registry packages with my locally installed versions?

The best way to compare Unity registry packages with local versions is to query the package metadata using a search tool that reports installation status and surfaces available versions for both environments simultaneously.

Do I need the Unity package manager to query local packages and registry dependencies?

You do not need to manually operate the Unity package manager to query dependencies; the search tool directly identifies and compares registry and local packages, applying exact and substring matching to report available versions.