Stats
Actions
Tags
How this skill is triggered — by the user, by Claude, or both
Slash command
/lobster-powers:notifyThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use `lp-notify` to send desktop notifications to the user.
Use lp-notify to send desktop notifications to the user.
# Simple notification
lp-notify "Task completed!"
# With custom title
lp-notify "Build failed" --title "CI/CD"
# Urgent notification
lp-notify "Server down!" --urgency critical
| Command | Description |
|---|---|
lp-notify "message" | Send notification |
lp-notify "msg" --title "Title" | Custom title |
lp-notify "msg" --urgency critical | Urgent (Linux) |
lp-notify "msg" --icon /path/icon.png | Custom icon (Linux) |
| Platform | Backend | Features |
|---|---|---|
| Linux | notify-send | title, urgency, icon |
| macOS | osascript | title only |
npx claudepluginhub superbereza/lobster-powers --plugin lobster-powersGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.