Agent skill
cowsay
Generate ASCII art of a cow (or other animals) with a speech bubble containing a message. Use this skill when the user asks you to display a cowsay message, make an ASCII cow speak, or wants fun terminal-style ASCII art output.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/design/cowsay-zlliang-dotfiles
SKILL.md
Cowsay Skill
This is an example skill created by Amp to illustrate how Agent Skills work.
Generate ASCII art pictures of a cow with a speech bubble containing a message.
Usage
Run the bundled Python script to generate cowsay output:
python3 scripts/cowsay.py "Your message here"
Options
--eyes CHARS: Set custom eye characters (default:oo)--tongue CHARS: Set custom tongue characters (default: empty)--width N: Set speech bubble width (default: 40)--think: Use thought bubble instead of speech bubble
Examples
Basic cowsay:
python3 scripts/cowsay.py "Hello, world!"
Dead cow:
python3 scripts/cowsay.py "I'm not feeling well" --eyes "XX" --tongue "U"
Thinking cow:
python3 scripts/cowsay.py "Hmm, let me think..." --think
Output format
The script outputs ASCII art directly to stdout. Present the output in a code block to preserve formatting.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?