There is a nice method to find the maximum eigenvalue of a real symmetric matrix:
Let $A$ be a real symmetric $n\times n$ matrix. Then the maximum eigenvalue of $A$ is given by, $$\lambda_{\max}=\max_{\Vert x\Vert=1}x^TA\,x.$$
This is of course, quite easy to prove using the spectral theorem.
I was wondering if there is a similar result for the maximum absolute value of the eigenvalue of a real skew symmetric matrix?
1.) change the field to $\mathbb C$ and $B:=i \cdot A$ is Hermitian.
2.) Now reuse your max formula for Hermitian matrices and apply it to $B$.
3.) recall that scaling a matrix by any number on the unit circle doesn't change the modulus of any eigenvalues.