It seems to be decreasing for values below zero and increasing for values between zero and 2.
However $f'(0) = \frac{(-5 (x-2))}{3 x^{1/3}}|_{x=0}$ does not exist.
So it's not a local minimum?
Btw, why does WA seem to say that $x=0$ is not a loc min?
It's not decreasing for values below zero?

I think you made a minor error in taking the derivative. Nonetheless, critical points are points in the domain of $f$ where $f'$ either is zero or fails to exist. So $x=0$ is an ordinary critical point, and a sign analysis for $f'$ shows that a local minimum does indeed occur there. (Determine the signs of the factors of $f'$ and combine them to get the sign of $f'$; signs of factors can change only where they are zero or undefined.)
Incidentally, one shouldn't say "$x=0$ is a local minimum for $f$". $x$ isn't the minimum value, it is the point at which the minimum occurs. The (local) minimum value itself is $f(0)$, which also happens to be $0$.