Nothing in a skeleton is ever in pixels. The units are either world coordinates or bone coordinates (where the origin is the bone location).
Pixels only come into play when you render the skeleton. If you render it so world coordinates are 1:1 with screen pixels, then you could consider world coordinates to be pixels. For example, in the Spine editor if you are at 100% zoom then world coordinates are 1:1 with screen pixels.