How to do matrix transformation of a CCSprite?

I am working on importing Flash data on XML to draw skeleton animation. But I cannot do Flash skewX, skewY directly from cocos2dx animation class. Please advice how to do matrix transformation of a CCSprite. Any cocos2dx class to do? or I must do it in OpenGL way? thanks.