Here's a preview of a couple of tools I'm working aiming to improve scripting productivity.
Flare
An API crawler tailored for botting APIs.
Can be used in conjunction with SAPI (see below) to dynamically invoke methods and create instances through reflection.
Use(s): API exploration, debugging, ...
RS Paint
Application designed to draw in java 2D via an interface.
Will support classical graphical objects such as shapes and text and script-specific objects such as progress bars.
Use(s): paint building.
SAPI
Library aiming to provide fluid bot-game interaction. Allowing you to select ingame objects of various types.
Use(s): alternative to classic GUI input, debugging, ....
Simplog
Microframework for more clear logging / debugging.