If you already have easy install and want to install globally to your system python, simply type:
> easy_install ZopeSkel
Those that wish to add zopeskel to each buildout instance can do that as well. Please note that this will create a zopeskel script in bin, but it will be called ‘paster’:
[buildout]
parts += zopeskel
[zopeskel]
recipe = zc.recipe.egg
dependent-scripts = true