Install
openclaw skills install @jackleeio/bnbot-mascotGenerate BNBOT lobster-bot mascot images in consistent style using reference images. Use when the user asks to generate mascot illustrations, character poses, tweet images, stickers, or any BNBOT branded artwork. Triggers on requests like "generate a mascot image", "make a BNBOT illustration", "create a tweet image with the lobster", "generate mascot sticker".
openclaw skills install @jackleeio/bnbot-mascotGenerate BNBOT's lobster-bot mascot in various poses and scenarios while maintaining consistent character design, using existing reference images for style matching.
/Users/jacklee/Projects/BNBOT/backend/.venv/bin/pythongoogle-genai, numpy, Pillow (already installed)GOOGLE_AI_API_KEY in /Users/jacklee/Projects/BNBOT/.env~/.claude/skills/bnbot-mascot/references//Users/jacklee/Projects/BNBOT/backend/.venv/bin/python \
~/.claude/skills/bnbot-mascot/scripts/generate_mascot.py \
"waving hello cheerfully" \
output.png \
full-body-front
import sys
sys.path.insert(0, "/Users/jacklee/.claude/skills/bnbot-mascot/scripts")
from generate_mascot import generate_mascot
# Full body mascot
result = generate_mascot(
action="waving hello cheerfully",
output_path="mascot_wave.png",
reference="full-body-front", # style reference
background="transparent", # or "black", "white"
)
# Logo/icon version (head + claws only)
result = generate_mascot(
action="looking excited",
output_path="mascot_icon.png",
reference="logo-head-claws",
)
| Reference | Description | Best for |
|---|---|---|
full-body-front | Front facing, symmetric, claws raised | General mascot, banners |
full-body-side | Playful side pose, one claw up | Dynamic illustrations |
full-body-action | Action pose, LED heart eye | Exciting/promo content |
full-body-cute | Cute pose, CRT head, winking | Friendly/approachable content |
logo-head-claws | Head + claws only, no body | Icons, logos, small sizes |
waving hello cheerfully - 打招呼giving a thumbs up with one claw - 点赞holding a golden trophy - 庆祝成就sitting at a computer typing - 工作中wearing sunglasses, looking cool - 耍酷holding a megaphone, announcing something - 宣传celebrating with confetti - 庆祝thinking with one claw on chin - 思考laughing happily - 开心crying with pixel tears on screen - 伤心angry with pixel fire eyes - 生气sleeping with pixel ZZZ on screen - 睡觉shocked with pixel exclamation marks - 惊讶heart eyes, both eyes showing pixel hearts - 喜爱holding a sign that says BNBOT - 品牌展示standing next to the Twitter/X logo - 社交媒体emerging from a computer screen - 科技感riding a rocket - 增长/发射For tweet images, save to a convenient location:
result = generate_mascot(
action="your action here",
output_path="/Users/jacklee/Desktop/mascot_tweet.png",
background="black", # use "black" for tweet-ready images
)
The mascot is a Lobster Bot with these immutable features: