skeleton

Manage Unreal Engine skeletons, bones, sockets, and retargeting settings via Python APIs.

586|127|Updated Sep 12, 2025
One-click install
npx skills add https://github.com/kevinpbuckley/VibeUE --skill skeleton
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skeleton
Source: https://github.com/kevinpbuckley/VibeUE/tree/main/Content/Skills/skeleton
Command: npx skills add https://github.com/kevinpbuckley/VibeUE --skill skeleton

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing complex character rigs in Unreal involves extensive manual ops on bones, sockets, and retargeting settings, which is time-consuming and error-prone.

Core Features & Use Cases

  • Bone and socket management: add, rename, and organize bones; create and attach sockets to skeletons and meshes; manage retargeting modes and curve metadata for animation pipelines.
  • Skeletal mesh workflows: streamline blending profiles, bone constraints, and morph target curves to speed up character rig iterations in production environments.
  • Use Case: Given a character with a deep bone hierarchy, use this skill to programmatically adjust bone parents, add a new twist bone, and set up a shared socket for weapon attachments across all meshes.

Quick Start

Ask the Unreal Python API to list bones for a given skeleton and create a new socket on a character mesh.

Frequently Asked Questions about skeleton

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I programmatically manage Unreal Skeletons and bone hierarchies?

You can programmatically manage Unreal Skeletons by using Python APIs to modify bone hierarchies, add twist bones, rename bones, and adjust bone parents across multiple skeletal mesh assets.

Can I create and attach sockets to skeletal meshes using Python in Unreal?

Yes, you can create and attach sockets to skeletons and skeletal meshes using scripted Python calls, allowing you to set up shared sockets for weapon attachments across all character meshes.

What's the best way to configure retargeting modes and curve metadata for animation pipelines?

Configuring retargeting modes and curve metadata is handled through scripted Python calls that manage blending profiles, bone constraints, and morph target curves to speed up character rig iterations.

How do I list bones for a given skeleton and modify skeletal mesh workflows in Unreal Engine?

You can list bones for a given skeleton by querying the Unreal Python API, which streamlines skeletal mesh workflows like managing bone constraints and morph target curves in production environments.

Does this approach work for character rigging workflows across multiple assets?

Yes, this programmatic approach accommodates character rigging workflows in Unreal Engine by handling SkeletonService, SkeletalMesh, and curve or bone metadata tasks across multiple assets simultaneously.