ue5-editor-control
Installation
SKILL.md
UE5 Editor Control
HTTP API for the UE5 editor. Plugin UE5AIAssistant runs on localhost:58080.
Auto-Setup Flow (MUST follow on first use)
Every time you need to use this skill, start here:
Step 1: Check if plugin is already running
curl -s --max-time 3 http://localhost:58080/api/ping
- If response contains
"success": true→ Skip to Quick Start below - If connection refused / timeout → Plugin not running, continue to Step 2