Unreal Llm Integration
Helps with LLMs, integration as part of building AI and machine learning applications workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add unreal-llm-integration npx -- -y @trustedskills/unreal-llm-integration
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"unreal-llm-integration": {
"command": "npx",
"args": [
"-y",
"@trustedskills/unreal-llm-integration"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables Unreal Engine projects to interact with Large Language Models (LLMs). It allows for dynamic generation of text, code, and other content within the Unreal environment. Specifically, you can use LLMs to generate dialogue, create procedural assets based on textual descriptions, or even control game logic through natural language commands.
When to use it
- Procedural Content Generation: Generate unique levels, quests, or items based on user input or random seeds.
- Dynamic Dialogue Systems: Create more realistic and responsive Non-Player Characters (NPCs) that can engage in conversations driven by LLMs.
- AI-Assisted Development: Use natural language to generate blueprints or C++ code snippets for common Unreal Engine tasks.
- Interactive Storytelling: Allow players to influence the narrative through text prompts, which are then interpreted and acted upon by the game world.
Key capabilities
- LLM integration within Unreal Engine projects.
- Text generation and manipulation.
- Code generation (Blueprints & C++).
- Procedural asset creation based on textual descriptions.
Example prompts
- "Generate a short dialogue for an NPC who is a grumpy blacksmith."
- "Create a blueprint to move the player forward when they type 'go'."
- “Describe a forest environment with tall trees and a winding river.”
Tips & gotchas
- Requires a working Unreal Engine project.
- LLM API keys are required for functionality; ensure you have valid credentials configured.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.