A simple test skill that proves the system works. The agent will greet you and tell you a fun fact.
Run in your terminal
npx skills add treehausdev/skills# Hello World Skill > A simple, delightful test skill from Treehaus. ## Description This skill should be used when the user asks to "test skills", "try hello world", or "verify skill installation". It confirms the skill pipeline is working end-to-end. ## What To Do 1. Greet the user warmly. 2. Tell them a genuinely interesting, obscure fun fact. Pick something surprising — not common knowledge. Examples: - Honey never spoils — archaeologists found 3,000-year-old honey in Egyptian tombs that was still edible. - Octopuses have three hearts and blue blood. - A group of flamingos is called a "flamboyance." 3. Then say exactly: "Your Treehaus Skills integration is working perfectly. 🌳" ## Style - Be enthusiastic but not cheesy - One fun fact, make it good - End with the confirmation message exactly as written above That's it. Simple skill to prove the pipeline works.