For a module I'm putting together, on install, I'd like to to create a node and then add a link to it form a menu.

I can do this in hook_menu() if I'm returning html form 'page callback', but is there a way to not need a new URL, just link to a node?

Also, how do I get a node instance create on install?