assets-find

Find assets in a database by name, label, or type via HTTP API.

1|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/lightvu25/Echoes --skill assets-find-lightvu25
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: assets-find
Source: https://github.com/lightvu25/Echoes/tree/main/SKILLS/assets-find
Command: npx skills add https://github.com/lightvu25/Echoes --skill assets-find-lightvu25

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The asset search tool helps teams quickly locate assets in large asset databases by applying flexible filter criteria across names, labels, and types.

Core Features & Use Cases

  • Search by filename, labels, and class types (classnames) to find matching assets.
  • Optionally scope the search to specific folders using searchInFolders and limit results with maxResults.
  • Use cases include locating specific textures, models, or audio clips across Unity projects.

Quick Start

Use a filter string to locate assets by name, label, or type.

Frequently Asked Questions about assets-find

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

FAQPage Schema
How do I search for Unity assets by name, labels, and types?

To search for Unity assets, you apply a filter string that matches asset names, labels, and classnames, retrieving located assets from the database.

Can I scope a Unity asset search to specific project folders?

Yes, you can scope a Unity asset search to specific folders by providing the searchInFolders parameter in your filter request.

How do I limit the number of asset search results in a large Unity project?

You can limit asset search results in a Unity project by setting the maxResults parameter within your search query payload.

What is the best way to find specific textures, models, or audio clips in Unity?

The best way to find specific textures, models, or audio clips in Unity is to apply a flexible filter string targeting asset classnames and labels.

How does the HTTP API for finding Unity assets work?

The HTTP API for finding Unity assets accepts a JSON payload containing filter, searchInFolders, and maxResults parameters at the /api/tools/assets-find endpoint.

Does Unity asset search work without additional dependencies?

Yes, this Unity asset search functionality operates independently without requiring any additional dependencies or components.