Display a message in a speech bubble spoken by an ASCII lobster.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill clawsay-0 --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Clawsay 0?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-clawsay-0)More formats (shields.io, HTML) on the badges page.
---
name: clawsay
description: Display a message in a speech bubble spoken by an ASCII lobster.
license: MIT
---
# Clawsay
Display a message in a speech bubble with an ASCII art lobster, like `cowsay` but with a lobster.
## Usage
When the user wants to display a message with the lobster, run the script using `uv`. Ensure `cd` to the script directory:
```
cd scripts && uv run clawsay.py <message>
```
The lobster will be colored red and the message will appear in a speech bubble above it.
## Example
```
uv run python scripts/clawsay.py "Hello from the deep!"
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!