Fortune Cowsay
This skill combines the fortune and cowsay commands to create entertaining ASCII art featuring a cow delivering a random fortune quote. The output is saved to a file named with the current timestamp in the format YYYYMMDD_HHMM_fortune_cowsay.txt.
When to use this skill
Use this skill when you want to:
- Generate a random fortune quote displayed as ASCII cow art.
- Save the output to a timestamped file for later use or sharing.
- Add a fun and whimsical touch to your terminal experience.
Step-by-step instructions
- Ensure the
fortuneandcowsaycommands are installed on your system. - Activate this skill using trigger phrases like "fortune", "cowsay", "ASCII cow", or "random quote".
- The skill will execute the
fortunecommand, pipe its output throughcowsay, and save the result to a file named with the current timestamp in the formatYYYYMMDD_HHMM_fortune_cowsay.txt.
Examples
- "Generate a fortune with cowsay."
- "I want a random ASCII cow quote."
- "Save a fortune cowsay output to a file."