cowsay

Installation
SKILL.md

cowsay

Run the Python cowsay package to show an ASCII cow (or other character) saying the user's custom text.

When to use

  • User asks for a cow to say something (e.g. "make a cow say hello", "cowsay hello world").
  • User provides custom text they want displayed in cowsay style.

Instructions

  1. Get the text – Use the exact phrase or sentence the user wants the cow to say. If they didn’t specify, ask or use a short default (e.g. "Hello!").
  2. Run cowsay – Execute the script (uses uvx cowsay so no install or local-dir conflict):
    • bash /mnt/skills/user/cowsay/scripts/cowsay.sh "user's text here"
    • Escape or quote the text so spaces and special characters are preserved.
  3. Show the result – Present the command output to the user as the cow’s speech bubble.

Usage

Related skills

More from trtmn/agent-skills

Installs
13
First Seen
Feb 27, 2026