By using effects with blend-modes you could alter the colors on the sprite. So by doing that you would easily get 5 different "skins" of the same skin.
I havent tried it myself, but in theory you should be able to load an animation by URL, load image, change sprite to frame 2, load image, change to frame 3 etc etc...
Load image from URL should write over the current frame with the image you specify.