isaac-sim-remote

Installation
SKILL.md

Isaac Sim Remote

Purpose

Drive an already-running Isaac Sim over the code-editor TCP socket so agents can iterate on stages, prims, physics, and screenshots without restarting the app.

Security

This skill is a local developer control plane, not a remote-execution service.

  • Bind: clients default to 127.0.0.1:8226. Do not publish that port off-host.
  • Trust boundary: equal to the OS user who launched Isaac Sim on this machine.
  • Design (intentional): isaacsim_send.py delivers Python source to the local code-editor server; execute_command.py dispatches any name already present in omni.kit.commands.get_commands() after an identifier check and audit log. An allowlist would defeat live Kit iteration — treat registry-wide dispatch as the product, not a hole.
  • Mitigations: loopback-only default; --dry-run prints payloads without send; CLI --arg values use ast.literal_eval (literals only).
Installs
29
GitHub Stars
4.0K
First Seen
Jun 17, 2026
isaac-sim-remote — isaac-sim/isaacsim