LociOiling Lv 1
LuaHelp2Help is not a Foldit recipe. It should produce a polite message stating this fact if you run it from your cookbook.
This a standalone Lua script, so you must have Lua installed separately from Foldit to run.
This script takes the output of the Foldit "help()" command and transforms it into a series of "help" commands, one per Lua function. In other words, LuaHelp2Help produces something you can run as Foldit recipe.
When you run the output from LuaHelp2Help in Foldit, the resulting output can be fed into the next stage, LuaFunctions, which is another standalone Lua script.
Due to problems with the "help", some manual fixes are needed to get the desired results.
See http://foldit.wikia.com/wiki/Foldit_Lua_Functions_List_Generation for more details.