Hello,
You can connect to Skype Online with those lines :
$Session = New-CsOnlineSession -Credential (Get-Credential) Import-PSSession $Session
Once the session imported, you will have implicite remoting juste like the Exchange Online shell.
Note : To do this, you need the Skype Online PowerShell module.