Hi,
The items are added when your character is created.
Unfortunately I don't know modding well enough to add some way to spawn it on existing players, without also giving you one every time you load into the game (not ideal...).
But I can tell you the lua code that does it, if something like this might work in the console...
player.insert{name="tiny-armor", count = 1}
local p_armor = player.get_inventory(5)[1].grid
p_armor.put({name = "micro-fusion-reactor-equipment"})
p_armor.put({name = "energy-shield-equipment"})
p_armor.put({name = "personal-roboport-equipment"})
p_armor.put({name = "personal-roboport-equipment"})
p_armor.put({name = "battery-mk2-equipment"})
p_armor.put({name = "battery-mk2-equipment"})
player.insert{name="construction-robot", count = 20}
If you know how to spawn items, you can give yourself the armor and then these items, and you've got the same thing the mod.