Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add db-lyon/ue-mcp --skill ue-mcp-animationgit clone --depth 1 https://github.com/db-lyon/ue-mcpWrote 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.
[](https://agentmods.dev/skills/db-lyon/ue-mcp/ue-mcp-animation)<a href="https://agentmods.dev/skills/db-lyon/ue-mcp/ue-mcp-animation"><img src="https://agentmods.dev/badge/skills/db-lyon/ue-mcp/ue-mcp-animation/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.
<a href="https://agentmods.dev/skills/db-lyon/ue-mcp/ue-mcp-animation"><img src="https://agentmods.dev/badge/skills/db-lyon/ue-mcp/ue-mcp-animation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00085 | $0.02580 |
| Opus 5 | $0.00043 | $0.01290 |
| Sonnet 5 | $0.00017 | $0.00516 |
| Haiku 4.5 | $0.00009 | $0.00258 |
Grade A, and why
ue-mcp-animation 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 2d 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.
How it starts
The opening of the file, as written. The whole thing — 183 lines — stays where its author put it; the contents beside it link to each section on GitHub.
UE-MCP native animation workflow
Create quality animation from measured pose constraints, not guessed control angles. Control names, local axes, palm axes, handedness, and scale are properties of the selected rig. Discover them again for every unfamiliar rig; never paste values from another rig or negate a left-side Euler pose to make a right-side pose.
Focused skeletal mesh weighting
Use the existing skeleton-edit actions for bone creation, removal, reparenting, and reference-pose changes. For a small, explicit skin-weight correction:
- Call
asset(action="list_skeleton_bones", assetPath=<mesh>, includeTransforms=false)and use the returned names exactly. - Call
asset(action="read_skeletal_mesh_skin_weights", assetPath=<mesh>, lodIndex=0, vertexIndices=[...]). Keep each read to the selected source vertex IDs; the action caps a call at 256 vertices. - Call
asset(action="set_skeletal_mesh_skin_weights", assetPath=<mesh>, lodIndex=0, edits=[{vertexIndex, influences:[{boneName, weight}]}])with the complete replacement influence set for every selected vertex. Inspect the returnedbeforeandafter: Unreal normalizes and prunes the list, and stores source weights as uint16 values. The render buffer may quantize again to 8-bit unless the LOD enables high-precision skin weights. - Open the rebuilt mesh with
editor(action="open_asset", assetPath=<mesh>)and capture the asset editor at the reference pose and useful preview poses. Re-read the same selected vertices before moving on.
The weight setter edits one existing source LOD and profile, saves only when a selected value changed, and leaves all unlisted vertices, LODs, and profiles alone. It does not infer bones, fit a mesh, or auto-rig a character.
Required loop
- Call
project(action="get_status"); verify the intended project and editor. - Establish the character's authoring baseline before editing clips. Search
for a Control Rig already bound to the target mesh/skeleton and inspect it
with
read_control_rig_hierarchyandread_control_rig_graph. It must have the controls, Forward Solve, and Backward Solve required for the intended edits. If the project or character has no suitable rig, create one first with the bundled Epic 5.8 controlrig actions (epic_create,epic_import_bones_from_asset,epic_add_control, deliberate Forward Solve nodes/links, andepic_add_backward_solve_graph), then save the exact rig withasset(epic_save_assets).epic_createalone creates no imported bones, authored controls, or solver wiring. Run an unchanged source-to-controls-to-bones round trip on the exact production mesh. Do not begin production work on an unverified or merely name-compatible rig. - Resolve the source AnimSequence, mesh, skeleton, verified Control Rig, and
frame rate.
When IK/retarget assets are part of the job, use
read_ik_rigandread_ik_retargeterfirst. On UE 5.8 useconfigure_ik_rigfor validated roots, ancestry-valid chains, concrete goals, solver connections and effectors; useconfigure_ik_retargeterfor the default op stack, source and target rig assignment to every op, auto/manual mappings, preview meshes, and a named retarget pose. Read both assets back after saving. A chain's goal string is not proof that a goal or solver exists. - Create a versioned session with
begin_control_rig_edit. Use a unique LevelSequence path andbindingTag, an end-exclusive frame range, andonConflict="error". UserigMode="asset"for a project rig or"fk"only when generated FK controls are intentional. The source must be non-additive and mesh-compatible; flatten an additive clip against its intended base first.layeredcontrols the session layer, not an additive source base. A finite non-zero sourceRateScaleis compensated in Sequencer so the raw timeline maps once without modifying the source asset; zero is rejected. - Call
read_control_rig_editat rest, transitions, extrema, and end in bothlocalandglobalspace. Hereglobalis rig/global (normally mesh component) space, not actor world space. - Inspect every control's
controlType,animatable, and enum metadata. Write scalars with the matchingset_bool,set_float, orset_int; enum values must come fromenumOptions. Never writeanimatable=falsecontrols. - Define anatomical component-space targets, then solve proximal to distal: shoulder/upper arm, elbow pole and bend, forearm direction, wrist, palm normal, then secondary motion. For a wave, the forearm must rise, the wrist must sit above the elbow/near the shoulder region, and the probed palm normal must face the intended viewer before wrist oscillation is added.
- When an axis is uncertain, make an immutable probe session. Apply a small
positive and negative rotation to one local axis at one fixed frame, bake,
and inspect the resulting component-space shoulder/forearm/hand landmarks
with
analyze_animation. Probe the right side separately; mirrored parents or negative scale can reverse anatomical meanings. Preserve the full scale read from the control. - Apply absolute
set_keystransforms with finite normalized quaternions, complete translation/rotationQuaternion/scale payloads, and strictly increasing frames. Preserve translation and scale unless intentionally editing them. If the source bake has dense keys, key every affected frame; sparse keys will not replace the intervening source motion. Apply related controls and scalar switches in one transaction. For a fixed contact, usecontact_lockin the same operation batch. Supply a keyable translatable driver, optional driven bone/socket, inclusive frame range, component-space target, optional pole/stabilizer controls, and position/rotation tolerances. The session must contain one source animation section. The bridge samples it per frame, writes dense smooth-edged keys, and transactionally reads back the driver and stabilizers. A driven bone/socket returnsverification=bake_and_analyze_required; bake, analyze every constrained frame, and reject the output if its residual misses the motion's acceptance tolerance. To follow a moving source bone/socket, settargetReference; omittargetto preserve the first-frame relative transform, or providetargetas an explicit transform in the reference's space. This is the generic two-hand/hand-to-prop relationship primitive. FK contacts whose translation is ignored by skeleton retargeting use a local rotation-chain solve and reportsolver=fk_rotation_chain; that path requires a driven bone and does not accept stabilizers. Position-only locks leave the driven control orientation unkeyed. The bridge does not guess the driver, pole, foot roll, friction, joint limits, or pelvis compensation. - Read back the edited frames in local and global space. Reject elbow flips, discontinuities, wrong forearm direction, wrong palm normal, or unexpected changes outside the edited chain before baking.
- Bake to a new versioned AnimSequence with
bake_control_rig_edit,reduceKeys=false, andonConflict="error". Never overwrite source, another iteration's session, or prior approved output assets.
What ships with it
1 file 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.
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.
- 2d ago Changed · +28 lines 5695d8907957
- 11d ago First seen · 155 lines · 85 tokens per session scan A 9de54a95aed7
ue-mcp-animation is a skill published in the GitHub repository db-lyon/ue-mcp (324 stars, last pushed today), licensed MIT. It adds 85 tokens to every session and 2,580 once invoked, about $0.0004 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-30.
Other skills, from other repositories
asset-management
Import/export textures crash-safely, query the Content Browser selection, and check if an asset is open (AssetDiscoveryService). Search, load, save, move, rename, duplicate, and delete assets are handled by Unreal's native AssetTools toolset or EditorAssetLibrary. Use when the user asks to import an image from disk…
level-actors
List, find, place, move, rotate, and modify actors in the current level (ActorService + editor subsystems). Use when the user asks to find/list actors in the level, move or rotate an actor, set an actor's properties/folder/transform, or spawn/delete level actors.
materials
Create and edit materials and material instances — graph nodes, parameters, functions, custom HLSL, and instance overrides (MaterialService + MaterialNodeService). Use when the user asks to create or edit a material/material instance, wire material nodes, add material parameters, set blend/shading modes, or recreate a…
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…
gameplay-tags
Create, list, remove, and rename Gameplay Tags with runtime registration (GameplayTagService). Use when the user asks to add or register gameplay tags, list/query existing tags, or rename/remove tags (e.g. Ability.Attack.Melee, State.Stunned).
project-settings
Configure Unreal Engine project settings and editor preferences — UI appearance, toolbar icons, scale, colors, and any UDeveloperSettings subclass (ProjectSettingsService). Use when the user asks to change a project setting or editor preference, configure a UDeveloperSettings category, or read/write project config…