package-search

Search Unity packages online and offline via the Package Manager API.

Updated Aug 26, 2025
One-click install
npx skills add https://github.com/infotechsrealm/PanicAtThePond --skill package-search-infotechsrealm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: package-search
Source: https://github.com/infotechsrealm/PanicAtThePond/tree/main/.claude/skills/package-search
Command: npx skills add https://github.com/infotechsrealm/PanicAtThePond --skill package-search-infotechsrealm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you quickly find Unity packages by name, display name, or keywords, both online from the Unity registry and offline from installed packages.

Core Features & Use Cases

  • Package Discovery: Search Unity's vast package registry and your local project's installed packages.
  • Version Information: Get available versions, latest version, and current installation status.
  • Use Case: Before installing a new package, use this to check if it exists, find its latest version, and see if it's already installed in your project.

Quick Start

Search for a Unity package named 'TextMesh Pro' and list 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 search for Unity packages and check their available versions?

To search for Unity packages, use this tool to query the Unity registry by name or keywords, returning available versions and the latest release details for your project setup.

Can I find installed Unity packages offline without network access?

Yes, you can find installed Unity packages offline by querying your local project's package index, which returns the current installation status and version data without requiring network access.

How do I verify if a Unity package is already installed in my project?

Verify Unity package installation by searching the local package data, which checks your project's current dependencies and reports the exact installation status of the specified package.

Does searching for Unity package dependencies require internet access?

Searching Unity package dependencies requires internet access only for online registry queries, while offline functionality is supported for searching installed packages via the local package index.

What is the best way to discover Unity packages by display name or keywords?

The best way to discover Unity packages is querying the Unity Package Manager API with specific display names or keywords, yielding matching packages and their version information.

Why am I unable to find a Unity package when searching the online registry?

You may be unable to find a Unity package if network access is unavailable, the package name or keywords are incorrect, or the package is not published in the Unity registry.