Stats
Actions
Tags
How this skill is triggered — by the user, by Claude, or both
Slash command
/lobster-powers:imageThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use `lp-image` to analyze images with AI vision models.
Use lp-image to analyze images with AI vision models.
# Describe an image
lp-image photo.jpg
# Ask a specific question
lp-image photo.jpg "What objects are visible?"
# Analyze from URL
lp-image https://example.com/image.png "Describe this"
# Use specific provider
lp-image photo.jpg --provider anthropic
| Provider | API Key | Models |
|---|---|---|
| openai | OPENAI_API_KEY | gpt-4o-mini (default), gpt-4o |
| anthropic | ANTHROPIC_API_KEY | claude-sonnet-4 (default) |
| Option | Description |
|---|---|
--provider, -p | openai or anthropic |
--model, -m | Specific model to use |
photo.jpg, ~/images/pic.pnghttps://example.com/image.pngdata:image/png;base64,...Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub superbereza/lobster-powers --plugin lobster-powers