Is there a way to add ESRI created tools to an add-in toolbar, so that anyone in the organization could load the add-in and have the tools on it? Or is that beyond the scope of the python add-in?
I know how to create a tool palette, for instance, and write python for a custom tool -- but what if I wanted to add the ESRI buffer tool to it, and anybody who loaded the add-in would see the tool palette and the buffer tool on it.
One of the differences between custom (ie regular) and python toolboxes, you can't add conventional tools to them