← 返回 Skills 市场
373
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ue-code-search
功能描述
Search Unreal Engine C++ and Blueprint code. Use when: (1) Finding function definitions, (2) Searching for class names, (3) Finding UMG widget references, (4...
安全使用建议
This skill is an instruction-only helper that runs local text searches (PowerShell Select-String) in an Unreal project. Before using it, ensure the agent runs in the correct project root so searches hit the intended files. Note: it assumes a Windows/PowerShell environment (Select-String); if you run on another OS you may need equivalent commands (grep, ripgrep). The skill will scan repository files (which may contain secrets) but does not exfiltrate results—if you plan to let an autonomous agent use this skill, confirm that agent network behavior and storage policies meet your security requirements.
功能分析
Type: OpenClaw Skill
Name: ue-code-search
Version: 1.0.0
The skill bundle is benign. The `SKILL.md` file provides instructions and examples for an AI agent to perform code searches using `Select-String`. All examples and descriptions are directly aligned with the stated purpose of searching Unreal Engine C++ and Lua code. There is no evidence of prompt injection with malicious intent, data exfiltration, unauthorized execution, persistence mechanisms, or any other harmful behavior. The content is purely informational and functional.
能力评估
Purpose & Capability
The skill name and description (searching UE C++/Blueprint/Lua/UMG) match the SKILL.md which contains concrete search paths and Select-String patterns; nothing requested or described is out of scope for a code-search helper.
Instruction Scope
Runtime instructions are limited to local text searches (PowerShell Select-String patterns) over project source and Lua paths. The SKILL.md does not instruct the agent to read unrelated system files, environment variables, or to transmit results to external endpoints. It does mention .uasset/.umap as asset types but does not instruct reading or parsing binary assets.
Install Mechanism
No install spec or code files are present (instruction-only). Nothing will be downloaded or written to disk by the skill itself.
Credentials
The skill declares no environment variables, credentials, or config paths. The instructions do not reference hidden env vars or other secrets.
Persistence & Privilege
always is false and the skill does not request persistent presence or attempt to modify other skills or system-wide settings. Autonomous invocation is allowed (platform default) but combined with the benign instruction set this is not a concern.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ue-code-search - 安装完成后,直接呼叫该 Skill 的名称或使用
/ue-code-search触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of ue-code-search — easily search Unreal Engine C++, Blueprint, and Lua code.
- Supports searching for function definitions, class names, UMG widget references, Blueprint-usable functions, and across C++ and Lua.
- Details standard search locations for C++, Plugins, Lua scripts, and asset files.
- Includes example PowerShell commands for common search tasks.
- Lists core modules and scripts for projects using the SilverPalace structure.
- Specifies output format: file paths, line numbers, code context, and file purpose summary.
元数据
常见问题
Ue Code Search 是什么?
Search Unreal Engine C++ and Blueprint code. Use when: (1) Finding function definitions, (2) Searching for class names, (3) Finding UMG widget references, (4... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 373 次。
如何安装 Ue Code Search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ue-code-search」即可一键安装,无需额外配置。
Ue Code Search 是免费的吗?
是的,Ue Code Search 完全免费(开源免费),可自由下载、安装和使用。
Ue Code Search 支持哪些平台?
Ue Code Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Ue Code Search?
由 Vincent(@vincentwilliam)开发并维护,当前版本 v1.0.0。
推荐 Skills