hatayama

uloop-unity-search

@hatayama/uloop-unity-search
hatayama
113
10 forks
Updated 1/18/2026
View on GitHub

Search Unity project via uloop CLI. Use when you need to: (1) Find assets by name or type (scenes, prefabs, scripts, materials), (2) Search for project resources using Unity's search system, (3) Locate files within the Unity project.

Installation

$skills install @hatayama/uloop-unity-search
Claude Code
Cursor
Copilot
Codex
Antigravity

Details

Path.claude/skills/uloop-unity-search/SKILL.md
Branchmain
Scoped Name@hatayama/uloop-unity-search

Usage

After installing, this skill will be available to your AI coding assistant.

Verify installation:

skills list

Skill Instructions


name: uloop-unity-search description: Search Unity project via uloop CLI. Use when you need to: (1) Find assets by name or type (scenes, prefabs, scripts, materials), (2) Search for project resources using Unity's search system, (3) Locate files within the Unity project.

uloop unity-search

Search Unity project using Unity Search.

Usage

uloop unity-search [options]

Parameters

ParameterTypeDefaultDescription
--search-querystring-Search query
--providersarray-Search providers (e.g., asset, scene, find)
--max-resultsinteger50Maximum number of results
--save-to-filebooleanfalseSave results to file

Examples

# Search for assets
uloop unity-search --search-query "Player"

# Search with specific provider
uloop unity-search --search-query "t:Prefab" --providers asset

# Limit results
uloop unity-search --search-query "*.cs" --max-results 20

Output

Returns JSON array of search results with paths and metadata.

Notes

Use uloop get-provider-details to discover available search providers.