·uloop-execute-dynamic-code
</>

uloop-execute-dynamic-code

Execute C# code dynamically in Unity Editor via uloop CLI. Use for editor automation: (1) Prefab/material wiring and AddComponent operations, (2) Reference wiring with SerializedObject, (3) Scene/hierarchy edits and batch operations. NOT for file I/O or script authoring.

27Installs·0Trend·@hatayama

Installation

$npx skills add https://github.com/hatayama/uloopmcp --skill uloop-execute-dynamic-code

How to Install uloop-execute-dynamic-code

Quickly install uloop-execute-dynamic-code AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/hatayama/uloopmcp --skill uloop-execute-dynamic-code
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: hatayama/uloopmcp.

SKILL.md

View raw

| --code | string | C# code to execute (direct statements, no class wrapper) | | --compile-only | boolean | Compile without execution | | --auto-qualify-unity-types-once | boolean | Auto-qualify Unity types |

Write direct statements only (no classes/namespaces/methods). Return is optional.

| bash/zsh/MINGW64/Git Bash | 'Debug.Log("Hello!");' | | PowerShell | 'Debug.Log(""Hello!"");' |

Execute C# code dynamically in Unity Editor via uloop CLI. Use for editor automation: (1) Prefab/material wiring and AddComponent operations, (2) Reference wiring with SerializedObject, (3) Scene/hierarchy edits and batch operations. NOT for file I/O or script authoring. Source: hatayama/uloopmcp.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/hatayama/uloopmcp --skill uloop-execute-dynamic-code
Category
</>Dev Tools
Verified
First Seen
2026-02-22
Updated
2026-03-10

Browse more skills from hatayama/uloopmcp

Quick answers

What is uloop-execute-dynamic-code?

Execute C# code dynamically in Unity Editor via uloop CLI. Use for editor automation: (1) Prefab/material wiring and AddComponent operations, (2) Reference wiring with SerializedObject, (3) Scene/hierarchy edits and batch operations. NOT for file I/O or script authoring. Source: hatayama/uloopmcp.

How do I install uloop-execute-dynamic-code?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/hatayama/uloopmcp --skill uloop-execute-dynamic-code Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/hatayama/uloopmcp