As I was writing a question about how to change lighting on a skybox I finally figured it out... Thought I should share:
The skybox has it's own world. Tidy.
Code Select
skybox.getWorld().setAmbientLight(r, g, b);
The skybox has it's own world. Tidy.