Ue Code Search
v1.0.0Search Unreal Engine C++ and Blueprint code. Use when: (1) Finding function definitions, (2) Searching for class names, (3) Finding UMG widget references, (4...
⭐ 0· 335·0 current·0 all-time
byVincent@vincentwilliam
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
latestvk975nasqs8fvypyn0p3gd68tg9824da9
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
