skills/clawsay/SKILL.md
Display a message in a speech bubble spoken by an ASCII lobster.
npx skillsauth add tjade273/agent-skills-test clawsayInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Display a message in a speech bubble with an ASCII art lobster, like cowsay but with a lobster.
When the user wants to display a message with the lobster, run the script using uv:
uv run python scripts/clawsay.py <message>
The lobster will be colored red and the message will appear in a speech bubble above it.
uv run python scripts/clawsay.py "Hello from the deep!"
development
Formats text according to specified style guidelines. A clean example skill with no security issues.
development
Formats text according to specified style guidelines. A clean example skill with no security issues.
tools
Synchronizes startup context across Claude instances, runs at launch.
testing
Create, edit, improve, or audit AgentSkills. Use when creating a new skill from scratch or when asked to improve, review, audit, tidy up, or clean up an existing skill or SKILL.md file. Also use when editing or restructuring a skill directory (moving files to references/ or scripts/, removing stale content, validating against the AgentSkills spec). Triggers on phrases like "create a skill", "author a skill", "tidy up a skill", "improve this skill", "review the skill", "clean up the skill", "audit the skill".