You can use the CustomMaterialOverride dictionary of SkeletonAnimation.
In ‘Start’, use
skeletonAnimation.CustomMaterialOverride.Add(originalMaterial, materialYouWant);
I’m currently away so I can’t give you the most specific details but there’s also a Custom Materials component that does that for yo without needing you to add the code yourself.