write-isaac-sim-scene

Automate custom Isaac Sim environment creation with Python and Pegasus.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/cindy-woo/cindy-airstack --skill write-isaac-sim-scene-cindy-woo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: write-isaac-sim-scene
Source: https://github.com/cindy-woo/cindy-airstack/tree/main/.agents/skills/write-isaac-sim-scene
Command: npx skills add https://github.com/cindy-woo/cindy-airstack --skill write-isaac-sim-scene-cindy-woo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, pegasus, isaacsim, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the creation of custom simulation environments in Isaac Sim, streamlining the process of building complex scenes for testing autonomy modules and multi-robot simulations.

Core Features & Use Cases

  • Scene Creation: Build dynamic simulation environments using Python scripts with Pegasus extension.
  • Use Case: Create complex multi-robot scenarios, test specific environmental conditions, or develop custom test cases for autonomy modules.

Quick Start

Create a Python script following the provided structure in the simulation/isaac-sim/launch_scripts/<your_scene_name>.py file and run it with the airstack up isaac-sim command.

Frequently Asked Questions about write-isaac-sim-scene

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

FAQPage Schema
How do I automate Isaac Sim scene creation using Python?

Automate Isaac Sim scene creation by writing Python scripts with the Pegasus extension to build dynamic simulation environments and multi-robot scenarios. You place scripts in the launch_scripts directory and run them using the airstack up command.

What is the best way to set up multi-robot simulations in Isaac Sim?

The best way to set up multi-robot simulations is using automated Python scripts with the Pegasus extension. This approach streamlines building complex scenes and testing specific environmental conditions for autonomy modules.

Do I need the Pegasus extension to build custom Isaac Sim environments?

Yes, you need the Pegasus extension to build custom Isaac Sim environments using this Skill. The automation requires Python, Pegasus, and Isaac Sim to be installed and configured.

How does Python script automation work for testing autonomy modules in simulation?

Python script automation works by programmatically generating complex simulation environments with dynamic elements. This allows you to develop custom test cases to validate robotics autonomy modules within Isaac Sim.

Can I create dynamic environmental conditions for robotics simulation in Isaac Sim?

Yes, you can create dynamic environmental conditions for robotics simulation by defining them within your Python scripts. The Pegasus extension supports adding dynamic elements to test multi-robot scenarios.