If you have multiple skills in the $skills array, then you need to loop through them to display them all. Take a look at the [man]foreach[/man] construct. If you only need to display one of the skills, then use Installer's code.
If you have an array $myarray, simply echoing $myarray will return "Array." To display the values inside the array, you must refer to each value specifically. You should RTFM about arrays , since you'll need to use them in PHP a LOT 🙂
NOTE: Notice how there is a horizontal scroll bar to read this thread? It's because your code stretches too long. Try editing your post and shrinking that down a bit...