I found a solution to this. Go to appearance then editor. Select the Nirvana theme to edit and from templates on the right side select sanitize.php
Find the section which begins /*** 2 ***/
then the first line after /*** 2 ***/ there should be a line like this.
$cryout_special_terms = array(‘mailto:’,’callto://’, ‘tel:’);
replace callto:// with skype:<yourskypename>?chat
and in yourskypename insert the skype name of your choise without <>.
like this for example
skype:thisiswhereyournameshouldbe?chat
after you are done save it.
the whole line should look like this
$cryout_special_terms = array(‘mailto:’,’skype:thisiswhereyournameshouldbe?chat’, ‘tel:’);
hope this helps.