asset-management

Automate Unreal asset discovery and management using Python APIs.

586|127|Updated Sep 12, 2025
One-click install
npx skills add https://github.com/kevinpbuckley/VibeUE --skill asset-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: asset-management
Source: https://github.com/kevinpbuckley/VibeUE/tree/main/Content/Skills/asset-management
Command: npx skills add https://github.com/kevinpbuckley/VibeUE --skill asset-management

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Asset management in Unreal Engine can become tedious as projects grow, requiring repetitive search, open, duplicate, save, and delete operations across many assets.

Core Features & Use Cases

  • Search and locate assets across /Game and /Engine content using robust filters.
  • Open, duplicate, save, delete, and import/export assets with safety checks.
  • Use cases: organize large asset libraries, back up assets before refactors, and audit asset usage with references.

Quick Start

Use this skill to locate all textures in /Game/Textures and duplicate them to /Game/Textures/Backup for safe versioning.

Frequently Asked Questions about asset-management

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

FAQPage Schema
How do I automate asset management in Unreal Engine using Python?

You can automate asset management in Unreal using Python APIs like AssetDiscoveryService and EditorAssetLibrary to search, open, duplicate, save, and delete assets within /Game and /Engine content directories.

Can I search for specific Unreal assets across large projects?

Searching for Unreal assets across large projects is supported via robust filters that locate assets within both /Game and /Engine content directories using the AssetDiscoveryService API.

What is the best way to back up Unreal assets before refactoring?

Backing up Unreal assets before refactoring is done by using Python automation to duplicate assets to a backup directory, such as copying textures from /Game/Textures to /Game/Textures/Backup for safe versioning.

Does this asset discovery approach work with both import and export operations?

This asset discovery approach works with import and export operations by utilizing safety checks alongside optional scripts, references, and assets directories for extended functionality within Unreal Engine.

Are there limitations when managing Unreal assets with the EditorAssetLibrary API?

Managing Unreal assets with the EditorAssetLibrary API involves safety checks and is constrained to operations within /Game and /Engine content paths, relying on Python API availability for execution.