npx skills add https://github.com/banab4/ue-cli --skill ue-cli通过 Remote Control API (HTTP :30010) 控制 Unreal Engine Editor 的技能。
Web Remote Control 插件 (HTTP 服务器 :30010)Python Editor Script Plugin从以下 URL 获取完整的命令规范:
https://raw.githubusercontent.com/banab4/ue-cli/main/skills/ue-cli/references/spec.md从 spec.md 读取端点/参数信息,并直接构造 HTTP 请求。
PUT http://localhost:30010/{endpoint}
Content-Type: application/json
{request body}
https://raw.githubusercontent.com/banab4/ue-cli/main/skills/ue-cli/scripts/{script}.pySkill for controlling Unreal Engine Editor via Remote Control API (HTTP :30010).
Web Remote Control plugin must be enabled (HTTP server :30010)Python Editor Script Plugin must be enabled for Group 2 commandsFetch the full command spec from the URL below:
https://raw.githubusercontent.com/banab4/ue-cli/main/skills/ue-cli/references/spec.mdRead endpoint/parameter info from spec.md and construct HTTP requests directly.
PUT http://localhost:30010/{endpoint}
Content-Type: application/json
{request body}
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
ExecutePythonScript() 发送到 UE:PUT http://localhost:30010/object/call
{
"objectPath": "/Script/PythonScriptPlugin.Default__PythonScriptLibrary",
"functionName": "ExecutePythonScript",
"parameters": {
"PythonScript": "{script string}"
}
}
[!CAUTION] 写入命令(如删除 Actor、修改属性等)难以撤销——需要用户确认。
每周安装数
1
代码仓库
首次出现
1 天前
安全审计
安装于
amp1
cline1
opencode1
cursor1
kimi-cli1
codex1
https://raw.githubusercontent.com/banab4/ue-cli/main/skills/ue-cli/scripts/{script}.pyExecutePythonScript():PUT http://localhost:30010/object/call
{
"objectPath": "/Script/PythonScriptPlugin.Default__PythonScriptLibrary",
"functionName": "ExecutePythonScript",
"parameters": {
"PythonScript": "{script string}"
}
}
[!CAUTION] Write commands (actor deletion, property modification, etc.) are hard to undo — require user confirmation.
Weekly Installs
1
Repository
First Seen
1 day ago
Security Audits
Installed on
amp1
cline1
opencode1
cursor1
kimi-cli1
codex1
GitHub Actions 官方文档查询助手 - 精准解答 CI/CD 工作流问题
30,000 周安装