uloop-get-unity-search-providers

star 5

Get details about available Unity Search providers. Use when you need to: (1) Discover available search providers and their IDs, (2) Understand search capabilities and filters, (3) Configure unity-search with specific provider options. Returns provider metadata.

hatayama By hatayama schedule Updated 3/7/2026

name: uloop-get-unity-search-providers description: "Get details about available Unity Search providers. Use when you need to: (1) Discover available search providers and their IDs, (2) Understand search capabilities and filters, (3) Configure unity-search with specific provider options. Returns provider metadata."

uloop get-unity-search-providers

Get detailed information about Unity Search providers.

Usage

uloop get-unity-search-providers [options]

Parameters

Parameter Type Default Description
--provider-id string - Specific provider ID to query
--active-only boolean false Only show active providers
--include-descriptions boolean true Include descriptions
--sort-by-priority boolean true Sort by priority

Global Options

Option Description
--project-path <path> Target a specific Unity project (mutually exclusive with --port)
-p, --port <port> Specify Unity TCP port directly (mutually exclusive with --project-path)

Examples

# List all providers
uloop get-unity-search-providers

# Get specific provider
uloop get-unity-search-providers --provider-id asset

# Active providers only
uloop get-unity-search-providers --active-only

Output

Returns JSON:

  • Providers: array of provider info (ID, name, description, priority)

Notes

Use provider IDs with uloop unity-search --providers option.

Install via CLI
npx skills add https://github.com/hatayama/unity-ai-cli-bridge --skill uloop-get-unity-search-providers
Repository Details
star Stars 5
call_split Forks 1
navigation Branch main
article Path SKILL.md
More from Creator