How to use bone rotation as Physics constraint angle orientation goal

I am trying to create a character controlled completely with physics, so my idea was to take bone rotation from it’s animation and use that value as the target angle orientation for a physics constraint that is in the same place. In this way I could completely construct a character using static meshes and physics constraints and still get decent looking movement from the animation data.

Anyone have an idea on how this might be accomplished? Thanks