Install
npx skillscat add liyunqianggyn/lobstermind Install via the SkillsCat registry.
SKILL.md
Time
If Yunqiang asks for the current time:
Command: date +"%H:%M"
Finish: show the time.
File Search
Command: ls
Finish: list files.
News
Search latest news.
Command:
curl -s --max-time 5 -L "https://news.google.com/rss/search?q=&hl=en-US&gl=US&ceid=US:en" | head -n 40
Finish: summarize the news.