ue-mcp: Skill for Claude Code

.claude/skills/ue-mcp-mastery/SKILL.md

ue-mcp-mastery is a skill for Claude Code from chengdagong/ue-mcp. It costs 42 tokens per session (419 once invoked), scanned A, original, no licence file.

A guide to using UE-MCP tools and Python scripts inside Unreal Engine 5, a game and 3D application engine.

In plain words
What is it for?
Use it to write Unreal Editor scripts, work with UE-MCP from a project, and debug UE5 Python code.
Why use it?
It helps when you need to automate Unreal Editor tasks or find and fix problems in Unreal Python code.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is chengdagong/ue-mcp's own configuration. It tells Claude Code how to work on ue-mcp itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything ue-mcp configures →

Reuse

Borrowing it

Nothing to install: this file belongs to chengdagong/ue-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/chengdagong/ue-mcp/main/.claude/skills/ue-mcp-mastery/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/chengdagong/ue-mcp

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ue-mcp-mastery

README.md
[![agentmods](https://agentmods.dev/badge/skills/chengdagong/ue-mcp/ue-mcp-mastery/github.svg)](https://agentmods.dev/skills/chengdagong/ue-mcp/ue-mcp-mastery)
Your own site
<a href="https://agentmods.dev/skills/chengdagong/ue-mcp/ue-mcp-mastery"><img src="https://agentmods.dev/badge/skills/chengdagong/ue-mcp/ue-mcp-mastery/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ue-mcp-mastery

Your own site · 80×15
<a href="https://agentmods.dev/skills/chengdagong/ue-mcp/ue-mcp-mastery"><img src="https://agentmods.dev/badge/skills/chengdagong/ue-mcp/ue-mcp-mastery.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 419 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00042 $0.00419
Opus 5 $0.00021 $0.00210
Sonnet 5 $0.00008 $0.00084
Haiku 4.5 $0.00004 $0.00042

Measured 11d ago against content hash fe1b55e40fbf, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

ue-mcp-mastery scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/ue-mcp-mastery/SKILL.md · 46 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 46 lines · 42 tokens per session scan A fe1b55e40fbf

Subscribe to this mod's changes

ue-mcp-mastery is a skill published in the GitHub repository chengdagong/ue-mcp (0 stars, last pushed 7mo ago), with no licence file. It adds 42 tokens to every session and 419 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

pygame-core

Structure a pygame (pygame-ce) game in Python: the init/event/update/draw loop, delta-time movement, Surface/Rect blitting, keyboard/mouse input, and Sprite/Group management with collision. Use when building or debugging a pygame game — when the user mentions pygame, pygame-ce, the game loop, blit, Surface, Rect…

gamedev-skills/awesome-gamedev-agent-skills · 85 tokens

vibeue

Unreal Engine 5 development using the VibeUE Python API. Use when working in Unreal Engine — blueprints, state trees, materials, actors, landscapes, animation, niagara, widgets, sound, foliage, gameplay tags, enhanced input, skeletons, PCG (procedural content generation), and more. VibeUE is an extension of Unreal's…

kevinpbuckley/VibeUE · 82 tokens

demo-1-terminal-arcade

Demo skill that builds a colorful, playable terminal Snake game in a single pure-stdlib Python curses file — score HUD, speed ramp, eat/death animations, and a game-over screen.

decodingai-magazine/building-a-coding-agent-from-scratch-course · 46 tokens

glyphs-mcp-development

Use this skill to create, extend, or review reusable workspace-first Glyphs Python scripts and Python plug-ins, including general, reporter, filter, palette, select-tool, and file-format plug-ins, while grounding API and template choices in the bundled Glyphs documentation.

thierryc/Glyphs-mcp · 59 tokens

blender-bpy

Author, inspect, render, and export one hash-bound Blender asset in a disposable worker process.

DanMcInerney/orchflows · 24 tokens

unreal-pcg-python

Guide for Unreal Engine 5.x PCG (Procedural Content Generation) Python integration. Covers the PCGPythonInterop plugin, the Execute Python Script node, PCG Python API (PCGComponent, PCGBlueprintElement, PCGSpatialData, PCGPointData), editor automation, custom PCG nodes via Python, and known limitations. Use when the…

maystudios/claude-skills · 121 tokens