texture-agent-client

Automate USD texture generation workflows via the Texture Agent REST API.

179|21|Updated Apr 28, 2026
One-click install
npx skills add https://github.com/NVIDIA-Omniverse/content-agents --skill texture-agent-client
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: texture-agent-client
Source: https://github.com/NVIDIA-Omniverse/content-agents/tree/main/.agents/skills/texture-agent-client
Command: npx skills add https://github.com/NVIDIA-Omniverse/content-agents --skill texture-agent-client

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a client to interact with the Texture Agent REST API to upload a materialized USD, discover materials, generate textures, apply them, and download the textured USDZ output.

Core Features & Use Cases

  • Texture generation workflow: upload materialized USD, discover materials, generate textures, apply them, and download outputs.
  • Per-material prompts and scoped texture generation: target specific materials in a USD and control prompts and opacity.
  • Workflow monitoring and retrieval: monitor pipeline status and download textures, manifest, materials json, and renders.

Quick Start

Upload a materialized USD and run a texture generation pipeline using the Texture Agent REST API.

Frequently Asked Questions about texture-agent-client

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

FAQPage Schema
How do I automate texture generation for USD assets via a REST API?

You can automate texture generation for USD assets by using a client to interact with the Texture Agent REST API to upload materialized USD files, discover materials, apply generated textures, and download USDZ outputs.

Can I apply scoped texture generation prompts to specific materials in a USD file?

Yes, you can target specific materials within a USD file by using per-material prompts to control scoped texture generation, allowing precise texture application and opacity adjustments for individual material components.

How do I monitor pipeline status and retrieve rendered outputs after generating USD textures?

You monitor pipeline status and retrieve rendered outputs by interacting with the Texture Agent REST API to download generated textures, manifest files, materials json, and final renders after the texture generation workflow completes.

What dependencies do I need to run a Texture Agent REST API client workflow?

To run the Texture Agent REST API workflow, you need a running Texture Agent REST service instance, curl or a bundled Python client, and service-side credentials configured for your selected image-generation backend.

Does the texture generation client support downloading USDZ outputs after material application?

Yes, the texture generation client supports downloading USDZ outputs after it automatically applies the generated textures to the discovered materials within your uploaded materialized USD file.