Calling function from object/script

Hi,
The situation is i have a script on a object, in the script i have a function Skill().
So how do i call that function through another script?

http://unity3d.com/support/documentation/Manual/Scripting.html

see ‘Accessing Other Components’

Thanks, that helped