package-search

Search Unity's package registry and installed packages by query string.

Updated May 3, 2026
One-click install
npx skills add https://github.com/RakameNouya/MR-Bab_10_and_Kel_3 --skill package-search-rakamenouya
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: package-search
Source: https://github.com/RakameNouya/MR-Bab_10_and_Kel_3/tree/main/.gemini/skills/package-search
Command: npx skills add https://github.com/RakameNouya/MR-Bab_10_and_Kel_3 --skill package-search-rakamenouya

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of searching for Unity packages, providing quick access to available versions and installation status, saving time and simplifying package management.

Core Features & Use Cases

  • Comprehensive Search: Search Unity's package registry and locally installed packages using a query string.
  • Version and Status: Retrieve information on available versions and installation status for each package.
  • Offline and Online Modes: Perform searches using cached data or fetch live registry data for exact matches.
  • Use Case: When you need to find a specific package or check if a package is installed, this Skill can quickly provide the necessary information.

Quick Start

Use the package-search skill to search for packages by name, e.g., 'package-search --input '{"query": "string_value"}' to search for a package.

Frequently Asked Questions about package-search

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

FAQPage Schema
How do I search for Unity packages and check their installation status?

You can search for Unity packages by querying the registry and local cache using a string. This returns package versions and installation status, helping you quickly verify whether a specific package is already installed in your project.

Can I search Unity packages offline without a network connection?

Yes, you can search Unity packages offline using cached local package data. This offline mode retrieves installation status and previously fetched version information, allowing you to find packages without an active network connection to the registry.

What is the best way to find a specific package version in the Unity Package Manager?

The best way to find a specific package version is to query the Unity Package Manager registry online. This fetches live registry data to provide exact available versions for matching packages, ensuring your version information is completely up to date.

Does package search work with locally installed Unity packages or only the online registry?

Package search works with both locally installed packages and the online registry. It supports offline mode using local cached data and online mode to fetch live registry data, providing comprehensive coverage for your dependency management needs.

What are the limitations of offline mode when searching for Unity packages?

The limitation of offline mode is that it relies on cached local package data, which may not reflect newly published versions. To get exact matches and the latest available versions from the registry, you must use online mode.