uloop-get-provider-details

Inspect Unity Search providers via the uloop CLI and output JSON details.

Updated Mar 2, 2026
One-click install
npx skills add https://github.com/sakastudio/cef-test --skill uloop-get-provider-details
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: uloop-get-provider-details
Source: https://github.com/sakastudio/cef-test/tree/main/.claude/skills/uloop-get-provider-details
Command: npx skills add https://github.com/sakastudio/cef-test --skill uloop-get-provider-details

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This command helps developers quickly discover and inspect Unity Search providers via the uloop CLI, enabling informed provider selection and configuration.

Core Features & Use Cases

  • Discover available providers and view key metadata (ID, name, description, priority).
  • Filter and sort providers to identify the most suitable options for a given workflow.
  • Use in scenarios such as capability assessment, provider comparison, and configuration setup for Unity projects.

Quick Start

Run the command to list provider details and then refine results with provider-specific flags.

Frequently Asked Questions about uloop-get-provider-details

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

FAQPage Schema
How do I list available Unity Search providers and inspect their metadata?

You can list Unity Search providers by running the uloop CLI command, which outputs JSON containing each provider's ID, name, description, and priority for quick capability assessment.

How do I filter Unity Search providers to show only active ones?

To filter Unity Search providers and show only active ones, use the uloop CLI with the --active-only flag to exclude inactive providers from the JSON output results.

Can I sort Unity Search providers by priority using the uloop CLI?

Yes, you can sort Unity Search providers by priority using the uloop CLI by applying the --sort-by-priority flag, organizing the JSON output to help you identify the most suitable options.

What is the best way to compare Unity Search provider configurations for a project?

The best way to compare Unity Search provider configurations is using the uloop CLI with flags like --include-descriptions and --sort-by-priority to output structured JSON for detailed provider comparison.

How do I get detailed descriptions for specific Unity Search providers?

To get detailed descriptions for specific Unity Search providers, run the uloop CLI with the --include-descriptions flag, or use --provider-id to target a specific provider and output its full JSON details.