Hmm, I had this exact problem before and I remedied it by using an .mdl sphere with "My.passable = On" in it's action.

Remove your sky box again, bring in your sky sphere and attach this action to it.

Action SkyTest{
My.passable = on;
}

See if that works.