AgentSkillsCN

uloop-get-provider-details

通过uloop CLI获取Unity搜索提供商的详细信息。适用于以下场景:(1) 发现可用的搜索提供商;(2) 了解搜索功能与筛选条件;(3) 根据特定提供商选项配置搜索。

SKILL.md
--- frontmatter
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

bash
uloop get-provider-details [options]

Parameters

ParameterTypeDefaultDescription
--provider-idstring-Specific provider ID to query
--active-onlybooleanfalseOnly show active providers
--include-descriptionsbooleantrueInclude descriptions
--sort-by-prioritybooleantrueSort by priority

Examples

bash
# 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.