I am a beginner in Rapidminer . While working on Rapidminer
For skewness and kurtosis, you could either calculate it yourself using a combination of operators or you could use the R extension and use the moments
package which contains these functions. I think I would use R.
For the scatter plot question, you could use the Linear Regression
operator to build a model that fits a straight line. You need to arrange for one of the attributes to be a label that is to be predicted by the other attribute.