clearmsn assumes you know what the key is (otherwise you wouldnt be using the /pass command). use /pass <key> or //mode $me +h <key>
if you want the window, make an alias for the /pass command...
alias pass {
if ($1) pass $1
else pass $$?="Enter Key"
}
and put that in remotes somewhere.