ue-cli

Unreal Engine: Control the editor via Remote Control API.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "ue-cli" with this command: npx skills add banab4/ue-cli/banab4-ue-cli-ue-cli

ue-cli


CLI for controlling Unreal Engine Editor via Remote Control API (HTTP :30010).

Prerequisites

  • UE Editor running with Web Remote Control plugin enabled (HTTP :30010)
  • Python Editor Script Plugin enabled (for script commands)
  • ue-cli installed: npm install -g @banaba/ue-cli

Workflow (IMPORTANT — MUST follow this order)

NEVER skip to raw API calls. Always resolve through scripts or discovery first.

Step 1. Check scripts

ue-cli script --list

Scan the output for a script that covers your task. Scripts run inside UE Python and bypass Remote Control API serialization limits — always preferred.

Step 2. Use script if matched

ue-cli call <scriptName> --params '{...}' --force

ue-cli call auto-detects: if the first argument matches a script name, it runs as a Python script. No objectPath needed.

# Example — script mode (1 arg)
ue-cli call asset_open --params '{"asset_path":"/Game/SM/BP_Top"}' --force

Step 3. Discover (fallback)

If no script matches, search the discovery catalog:

ue-cli discover                              # browse all objects/functions
ue-cli discover <keyword>                    # search by keyword
ue-cli discover --object <keyword>           # filter by class name
ue-cli discover --detail <objectPath>        # show function signatures

Then call the discovered function:

ue-cli call <objectPath> <functionName> --params '{...}' --force

Step 4. Raw API (last resort)

Only when discovery also fails to find what you need:

CommandDescription
ue-cli call <objectPath> <functionName> [--params '{}']Call a function
ue-cli get <objectPath> <propertyName>Read a property
ue-cli set <objectPath> <propertyName> --value '{}'Write a property
ue-cli describe <objectPath>Inspect full object schema (online)
ue-cli search --query '{}'Search assets (online)
ue-cli infoList all API routes (online)
ue-cli batch --requests '[...]'Execute multiple requests

Global flags

FlagDescription
--host <url>UE host (default: http://localhost:30010)
--dry-runPreview request without sending
--forceSkip confirmation (always use this flag)
--timeout <ms>HTTP timeout (default: 5000)
--verbosePrint request/response headers
--transactionGenerate undo transaction (call, set)

Git Bash

On Git Bash (MSYS), /Script/... paths get converted. Always prefix with:

MSYS_NO_PATHCONV=1 ue-cli call ...

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Ai Freelancing Guide

Provides a complete guide to AI freelancing including niche analysis, pricing, client acquisition, proposal templates, and delivery workflows.

Registry SourceRecently Updated
Coding

Ai Code Assistant

提供多语言AI智能代码处理与批量自动化,显著提升开发效率,适合企业、团队及自由职业者。

Registry SourceRecently Updated
Coding

Life Control

Orchestrate the Life Control CLI skill for OpenClaw agent fleets: initialize the Life Control database, register agent personas, wire Telegram bots, and run daily routines (Morning Alignment, Body Protocol, Financial Pulse, Social Radar, Work Priming, Shutdown). Use when a user asks to create or run a Life Control system, OpenClaw skill integration, or agent persona automation for personal life tracking.

Registry SourceRecently Updated