Examples Showcase
Text Processing
A simple skill to summarize text or extract keywords.
Command
goskills run "summarize this text: ..."
Web Scraping
Use Playwright or standard HTTP clients to fetch and parse web pages.
Command
goskills run "fetch and summarize https://baike.baidu.com/item/%E5%AD%94%E5%AD%90/1584"
Algorithmic Art
Generate HTML/Canvas code to create visual art based on descriptions.
Command
goskills run "create an algorithm that generates abstract art"
Artifacts Builder
A complex skill that can generate multi-file projects and artifacts.
Command
goskills run "create a snake game in python"