Claude Code Plugins

Community-maintained marketplace

Feedback

uloop-get-provider-details

@hatayama/uLoopMCP-extensions-sample
0
0

Get Unity Search provider details via uloop CLI. Use when you need to: (1) Discover available search providers, (2) Understand search capabilities and filters, (3) Configure searches with specific provider options.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md


name: uloop-get-provider-details description: Get Unity Search provider details via uloop CLI. Use when you need to: (1) Discover available search providers, (2) Understand search capabilities and filters, (3) Configure searches with specific provider options.

uloop get-provider-details

Get detailed information about Unity Search providers.

Usage

uloop get-provider-details [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

Examples

# List all providers
uloop get-provider-details

# Get specific provider
uloop get-provider-details --provider-id asset

# Active providers only
uloop get-provider-details --active-only

Output

Returns JSON:

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

Notes

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